Px to Rem Converter

Enter a value in either Pixels or REM to convert. Use keyboard shortcuts: Ctrl+C (Pixels), Ctrl+Shift+C (REM)

Default is usually 16px.

Why use REM?

REM units scale with the user's browser settings, making your site more accessible and responsive compared to fixed pixel units.

Calculation Formula

REM = Pixels / Base Size

Keyboard Shortcuts

Copy Pixels:Ctrl/Cmd + C
Copy REM:Ctrl/Cmd + Shift + C