CSS Unit Converter

PX to PT Converter

Instant, two-way conversion for print stylesheets. No button — just type.

CSS output

font-size: 12pt; /* 16px */

Common px to pt conversions

Based on the CSS definition 1in = 96px = 72pt.

pxpt
4px3pt
8px6pt
10px7.5pt
12px9pt
14px10.5pt
16px12pt
18px13.5pt
20px15pt
24px18pt
28px21pt
32px24pt
36px27pt
40px30pt
48px36pt
56px42pt
64px48pt
72px54pt
80px60pt
96px72pt
120px90pt

How it works

pxpt: pt = px * 0.75. ptpx: px = pt * 96 / 72. CSS defines 1in = 96px and 1pt = 1/72in, so 16px = 12pt and 18pt = 24px.

FAQ

Multiply the pixel value by 0.75 (which is 72/96). CSS defines 1in = 96px and 1pt = 1/72in, so 16px = 12pt and 24px = 18pt.

More converters