Inches to Px

Conversion tool

Points to Pixels

Convert typographic points to screen pixels — essential for web typography and CSS font sizing.

pt
16 px

Formula

Points to pixels converts typographic points to screen pixels. 1 point = 1/72 inch, so at 96 DPI, 1pt = 1.333px. Points are the standard unit for typography (1pt = 1/72 inch). In CSS, the default conversion is 1pt = 1.333px (at 96 DPI). However, 1pt = 1px at 72 DPI, which is why screen and print measurements don't always align. This converter handles the accurate conversion.

px = pt × (DPI ÷ 72)pt = px ÷ (DPI ÷ 72)

How to convert

  • Note your point size: Take the typographic measurement in points (pt).
  • Multiply by DPI ÷ 72: px = pt × (your DPI ÷ 72). At 96 DPI: px = pt × 1.333.
  • Apply in your stylesheet: Use the resulting px value in CSS or your design tool.

Quick reference

PointsPixels
6 pt8 px
8 pt10.6667 px
10 pt13.3333 px
12 pt16 px
14 pt18.6667 px
16 pt21.3334 px
18 pt24 px
24 pt32 px
30 pt40 px
36 pt48 px
48 pt64.0001 px
60 pt80.0001 px
72 pt96.0001 px

Frequently asked questions