REM to PT Converter

Convert REM units to print Points (PT).

18pt

About REM to PT Converter

The REM to PT converter bridges responsive web typography and traditional print measurements. Points (PT) are the standard unit for print media, while REM units dominate responsive web design. This converter enables seamless translation between these two systems, essential when creating print stylesheets or generating PDFs.

Formula

PT = (REM × Root Font Size) × 0.75

Examples

2rem (16px root) = 24pt
1.5rem (16px root) = 18pt
1rem (16px root) = 12pt

Reference

  • 1 inch = 72 points
  • 1 inch = 96 pixels
  • 1 pixel = 0.75 points
  • Common print sizes: 10pt, 12pt, 14pt

Frequency Asked Questions

Why convert REM to points?

For @media print stylesheets to ensure consistent sizing for printed documents.

How to convert 1.5rem to PT?

1.5 × 16 = 24px. 24 × 0.75 = 18pt.

Should I use PT in web CSS?

No, use REM/EM for web. Use PT only for print.

What's the REM equivalent of 12pt?

12pt is equal to 1rem (16px) at standard sizes.