REM to PX Converter

Turn root-em units into pixel values. Enter your base font size and a REM value to get the exact pixel size for type and layout.

1rem = 16px
Pixels0px

Common REM to PX (at current base)

REMPixels

REM to PX conversion

REM units are relative to the root element font size. One REM equals the root font size in pixels. Change the base font size above to match your project.

How it works

  • 1 REM = base font size in pixels
  • Most browsers use 16px as the default root size
  • REM scales with the root, so layouts stay consistent when users change font size
  • Use REM for typography and spacing when you want responsive, accessible sizing