WebToolsPlanet
Converter Tools

Point to REM Converter

Convert point (pt) values to CSS REM units. Set the root font size (default 16px) — the formula is: rem = pt × (96 ÷ 72) ÷ base.

Last updated: May 21, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is Point to REM Converter?

Point (pt) is the standard typographic unit in print design. REM is the modern CSS unit for scalable screen layouts. At the browser default of 16px, 12pt = 1rem.

The formula is: **rem = pt × (4/3) ÷ base**. This makes it easy to take a print design spec and translate each size to a REM value for the screen stylesheet.

How to Use Point to REM Converter

1

Set the root font size (default 16px)

2

Enter pt values, comma or newline separated

3

Copy the REM output or use the reference table

Common Use Cases

  • Developers translating print design specs (in pt) to REM for a responsive screen layout.
  • Front-end engineers converting @media print pt sizes to rem for a unified type scale.
  • Designers checking the REM equivalent of print point sizes during handoff.

Example Input and Output

Convert common print point sizes to REM at the default 16px root.

PT values
9
10
12
14
REM output
9pt → 0.75rem
10pt → 0.833333rem
12pt → 1rem
14pt → 1.16667rem

Privacy

All conversions run in your browser. No data is sent to any server.

Frequently Asked Questions

Why is 12pt = 1rem?
12pt × (96/72) = 16px. 16px ÷ 16px root = 1rem. The 12pt body text convention and 1rem screen baseline are the same physical size at 96dpi.