ConverterHub

REM to Points Converter (rem to pt)

REM to Points Converter (rem to pt)

Result

Convert web REM units into print points (pt) for export to PDF, print styling, desktop publishing, and physical document layout preparation.

How to use this converter

  1. Enter the value in REM (rem) you want to convert.
  2. Ensure the “From” selector is set to REM (rem).
  3. Ensure the “To” selector is set to Points (pt).
  4. The converted typographic value in Points (pt) updates instantly in the result box.

REM to Points Formula

To convert from rem to points, use the standard typographic relationship:

Formula:
pt = (rem × 16) / 1.333

Calculation Examples

  • Example 1: 12 rem = 144 pt
  • Example 2: 16 rem = 192 pt
  • Example 3: 24 rem = 288.1 pt
  • Example 4: 32 rem = 384.1 pt

REM to Points Conversion Table

REM (rem)Points (pt)
8 rem96.024 pt
12 rem144.04 pt
14 rem168.04 pt
16 rem192.05 pt
20 rem240.06 pt
24 rem288.07 pt
32 rem384.10 pt
48 rem576.14 pt

Frequently Asked Questions

What base font size is used for this calculation?

This calculator uses the universal web browser default root font size of 16 pixels (1rem = 16px). In virtually all web browsers, unstyled body text defaults to 16px unless explicitly configured otherwise in user browser preferences.

What is the difference between REM and EM in CSS?

Both are relative units, but REM is relative to the root <html> element, whereas EM is relative to the immediate parent element. REM prevents unintended cascading compounding effects in nested DOM structures.

How do Points (pt) relate to Pixels (px) on screens?

In standard 96 DPI CSS screen rendering, 1 inch equals 96 pixels and 72 points. Therefore, 1 point equals exactly 96/72 ≈ 1.333 pixels, and 12pt print type renders as 16px on digital displays.

Related Typography Converters