Skip to content
1440px

px to pt

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

Formula
pt = px × 72 ÷ 96 = px × 0.75

16px = 12pt. CSS defines this ratio as fixed.

A fixed ratio in CSS: three points to every four pixels. This is also the conversion between CSS px and the points used by iOS and macOS design tools.

Converter

px to pt conversion table

px to pt — exact values
pxptRounded
1px0.75pt0.75pt
2px1.5pt1.5pt
4px3pt3pt
6px4.5pt4.5pt
8px6pt6pt
10px7.5pt7.5pt
12px9pt9pt
14px10.5pt10.5pt
16px12pt12pt
18px13.5pt13.5pt
20px15pt15pt
22px16.5pt16.5pt
24px18pt18pt
28px21pt21pt
32px24pt24pt
36px27pt27pt
40px30pt30pt
44px33pt33pt
48px36pt36pt
56px42pt42pt
64px48pt48pt
72px54pt54pt
80px60pt60pt
96px72pt72pt
112px84pt84pt
128px96pt96pt
144px108pt108pt
160px120pt120pt
192px144pt144pt
224px168pt168pt
256px192pt192pt
320px240pt240pt
384px288pt288pt
448px336pt336pt
512px384pt384pt

Questions

How do I convert px to pt?

pt = px × 72 ÷ 96 = px × 0.75. So 16px = 12pt.

Is the px to pt 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 pt back to px?

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

Other conversions

Common px values

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