PX to REM Converter
Convert between pixels and REM units with ease
px
Default browser font size is 16px
px
rem
Common Conversions
About REM Units
REM (Root EM) is a unit relative to the root HTML element's font-size.
- 1rem = 16px
- 0.5rem = 8px
- 2rem = 32px
REM is more predictable than EM and supported in all modern browsers.