REM to Inch Converter

Convert REM to inches (IN), suitable for print design

px
dpi
rem
0 in

Conversion Formula: 1rem = 16px = 0.167in (96dpi)

Calculation Method: (rem × rootFontSize) ÷ dpi = in

REM to Inch Conversion Instructions

REM is a unit relative to the root element font size. By entering the REM value and the root element font size, you can calculate the corresponding inch value.

Common Conversion Values (Based on 16px Root Font):

  • 1rem = 0.167in
  • 2rem = 0.333in
  • 6rem = 1in

Usage Instructions:

  1. Set the root element font size (default 16px)
  2. Adjust the screen DPI value (default 96)
  3. Enter the REM value
  4. Get the corresponding inch value

Usage Tips:

  • Suitable for print design
  • Calculate based on root font size
  • Accurate to three decimal places