devcalcs

rem to px converter

Enter a rem value to get the pixel equivalent. Result updates as you type.

px
rem
0px

How it works

The rem unit is relative to the root element’s font size. By default, browsers set this to 16px. To convert rem to pixels, multiply the rem value by the root font size: px = rem × root. For example, 1.5rem at a 16px root equals 24px.