10px to mm
10px = 2.6458mm
px and mm are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.264583mm, so:
10px × 0.264583 = 2.6458mm
Reversing it, 2.6458mm × 3.7795 returns 10px.
Nearby values
| px | mm |
|---|---|
| 10px | 2.6458mm |
Frequently asked questions
What is 10px in mm?
2.6458mm.
How is 10px converted to mm?
Multiply by 0.264583: 10 × 0.264583 = 2.6458. To go back, multiply 2.6458 by 3.7795.
Does zoom or font size change 10px?
No. px and mm are both absolute CSS units, so the ratio is fixed and 10px is 2.6458mm in every context.