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