Toolman

128px to rem

128px = 8rem

At the browser default root font size of 16 px. Change it and this number changes — see below.

How it is calculated

One px is 0.0625rem, so:

128px × 0.0625 = 8rem

Reversing it, 8rem × 16 returns 128px.

128px at other root font sizes

rem is measured against the root element, so the answer above holds only while that is 16 px. A visitor who has raised their browser's default — the accessibility setting rem exists to respect — is reading your page at one of the larger rows.

Root font size128px equals
14 px9.1429rem
16 px (default)8rem
18 px7.1111rem
20 px6.4rem
24 px5.3333rem

Nearby values

pxrem
64px4rem
72px4.5rem
80px5rem
96px6rem
128px8rem

Frequently asked questions

What is 128px in rem?

8rem at the default 16 px root font size.

How is 128px converted to rem?

Multiply by 0.0625: 128 × 0.0625 = 8. To go back, multiply 8 by 16.

Is 8rem always the answer?

No. rem is relative to the root element, so 128px is 8rem only while that is 16 px. The table above gives the value at the sizes you are most likely to meet.

The full PX to REM converter → · All CSS unit converters