Converters
PX to REM Converter
Convert pixels (px) to rem and rem to pixels instantly using a 16px root font size.
Tool
PX to REM Converter
Convert pixels (px) to rem and rem to pixels instantly using a 16px root font size.
This tool runs in your browser. Your input is processed locally and is not uploaded.
About this Tool
Use this free online PX to REM converter to quickly convert between pixels (px) and rem units.
Conversion Formula
px → rem
rem = px ÷ 16
rem → px
px = rem × 16
Examples
- 16 px = 1 rem
- 24 px = 1.5 rem
- 2 rem = 32 px
Frequently Asked Questions
What is REM in CSS?
REM stands for root em and is based on the root font size, usually 16px by default.
How do you convert px to rem?
Divide the pixel value by 16.
Why use rem instead of px?
REM units scale better for accessibility and responsive design.
Related Tools
PX to EM Converter
Convert pixels to em and em to pixels instantly.
PT to PX Converter
Convert points to pixels and pixels to points instantly.
DPI to PPI Converter
Convert dots per inch to pixels per inch and vice versa.
PX to VW Converter
Convert pixels to viewport width units and vice versa based on a 1920px viewport.
PX to VH Converter
Convert pixels to viewport height units and vice versa based on a 1080px viewport.
PX to Percent Converter
Convert pixels to percent and percent to pixels instantly.