8pt to px
8pt = 10.6667px
pt and px are both absolute CSS units, so this ratio never changes.
How it is calculated
One pt is 1.3333px, so:
8pt × 1.3333 = 10.6667px
Reversing it, 10.6667px × 0.75 returns 8pt.
Nearby values
| pt | px |
|---|---|
| 8pt | 10.6667px |
| 10pt | 13.3333px |
| 12pt | 16px |
| 14pt | 18.6667px |
| 16pt | 21.3333px |
Frequently asked questions
What is 8pt in px?
10.6667px.
How is 8pt converted to px?
Multiply by 1.3333: 8 × 1.3333 = 10.6667. To go back, multiply 10.6667 by 0.75.
Does zoom or font size change 8pt?
No. pt and px are both absolute CSS units, so the ratio is fixed and 8pt is 10.6667px in every context.