Convert px to rem and rem to px with adjustable root font size. PX to REM Converter is a free online tool from the ToolsRift CSS Generators collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Divide the pixel value by the root font size. With the default 16px root, 24px equals 1.5rem.
The font-size set on the html element. Browsers default it to 16px, but you can change it in the converter.
rem units scale with the user's root font size, making layouts more accessible and responsive.