Quick converter
Type into any field — every unit in this category updates instantly.
Root font-size 16px
Common px → pt values
Click any row to open its dedicated page.
| px | pt |
|---|---|
| 4px | 3pt |
| 6px | 4.5pt |
| 8px | 6pt |
| 10px | 7.5pt |
| 12px | 9pt |
| 14px | 10.5pt |
| 16px | 12pt |
| 18px | 13.5pt |
| 20px | 15pt |
| 24px | 18pt |
| 28px | 21pt |
| 32px | 24pt |
| 36px | 27pt |
| 40px | 30pt |
| 44px | 33pt |
| 48px | 36pt |
| 56px | 42pt |
| 64px | 48pt |
| 72px | 54pt |
| 80px | 60pt |
| 96px | 72pt |
| 112px | 84pt |
| 128px | 96pt |
| 144px | 108pt |
| 160px | 120pt |
| 192px | 144pt |
| 224px | 168pt |
| 256px | 192pt |
Convert 106.6672px to other units
Formula
rem = px ÷ root-font-size and px = rem × root-font-size. Browsers default the root font-size to 16px, so 1rem normally equals 16px unless the page (or the user's browser settings) changes it.
em works the same way, but relative to the parent element's font-size rather than the root — the numbers only match rem when nothing in the ancestor chain has resized the font.
pt is a print unit: 1pt = 1.333px, based on the fixed 96px-per-inch / 72pt-per-inch relationship browsers use.
Use it in code
Click to copy.