Toolzy

REM to PX Converter

Convert between REM and PX CSS units.

= 1.5 rem

= 24 px

Convert CSS sizes between rem and px based on a root font size.

How to use

  1. Set the root font size.
  2. Enter a px or rem value.
  3. Read the converted value.

Frequently asked questions

What is the default base?
Browsers default to 16px for the root font size.
Why use rem?
rem scales with the root font size, aiding accessibility and responsive design.

Related tools