Skip to content
1440px

10px to em

10px is 0.625em at the default 16px root font size.

10px in em · 16px root
0.625 em

em = px ÷ parent font size — shown here at the browser default root font size of 16px.

10px at every root font size

10px converted at each common root font size
Root font size10px equalsCSS
10px1emfont-size: 1em;
12px0.83333emfont-size: 0.8333em;
14px0.71429emfont-size: 0.7143em;
16px default0.625emfont-size: 0.625em;
18px0.55556emfont-size: 0.5556em;
20px0.5emfont-size: 0.5em;

Converter

Nearby values

pxem
8px0.5em
10px0.625emthis page
12px0.75em
14px0.875em
16px1em
18px1.125em

Questions

What is 10px in em?

10px = 0.625em at the browser default root font size of 16px. em = px ÷ parent font size.

What is 10px in em at a different root size?

At 10px root: 1em. At 12px root: 0.8333em. At 14px root: 0.7143em. At 16px root: 0.625em. At 18px root: 0.5556em. At 20px root: 0.5em.

How is 10px calculated?

em = px ÷ parent font size. Here: 10 ÷ 16 = 0.625.

All px values

Computed from the CSS Values and Units specification. See the full px to em table.