Skip to content
1440px

pt to px

px = pt × 96 ÷ 72 = pt × 1.3333… — with a live converter and the full table.

Formula
px = pt × 96 ÷ 72 = pt × 1.3333…

18pt = 24px. CSS defines this ratio as fixed.

Going the other way: four pixels for every three points.

Converter

pt to px conversion table

pt to px — exact values
ptpxRounded
6pt8px8px
7pt9.33333px9.33px
8pt10.66667px10.67px
9pt12px12px
10pt13.33333px13.33px
11pt14.66667px14.67px
12pt16px16px
14pt18.66667px18.67px
16pt21.33333px21.33px
18pt24px24px
20pt26.66667px26.67px
24pt32px32px
28pt37.33333px37.33px
32pt42.66667px42.67px
36pt48px48px
48pt64px64px
60pt80px80px
72pt96px96px

Questions

How do I convert pt to px?

px = pt × 96 ÷ 72 = pt × 1.3333…. So 18pt = 24px.

Is the pt to px conversion exact?

Yes, for CSS. The specification fixes 1in = 96px, which pins every absolute unit to a fixed ratio regardless of the physical display. It is not a physical measurement — a CSS inch on a phone is not an inch of glass. For real-world output size use the DPI calculator instead.

How do I convert px back to pt?

Invert the formula, or use the px to pt converter.

Other conversions

Common pt values

Conversions follow the CSS Values and Units specification, in which 1in is defined as exactly 96px. Values are computed, not tabulated by hand.