Skip to main content
Convert Calc

Rem to Pixel Converter

Enter a value to instantly convert between typography units.

Precision4 dp

1 Rem = 16 Pixel

Key Formulas

Point → Pica

pc = pt × 0.0833333

Point → Inch

in = pt × 0.0138889

Pica → Inch

in = pc × 0.166667

Formula

px = rem × 16

Rems (root em) scale relative to the document's root font size. Modern web design defaults to 16px root, making 1 rem = 16px. Rems enable accessible, responsive typography—if a user increases their default font size to 18px, all rem-based sizes scale proportionally. Unlike ems (which scale relative to parent font), rems always reference the root, providing consistency. Converting rems to pixels helps designers visualize sizes and communicate with developers accustomed to pixels. The conversion assumes a 16px root font size; custom root sizes require proportional adjustment.

Source: W3C CSS Values and Units Module Level 3

Frequently Asked Questions

Real-World Examples

1 rem = 16px (default). The browser default body text size, commonly used as the baseline for responsive design.

1 rem = 16 px

2 rem = 32px. A large heading size—double the root font, common for h2 or prominent text.

2 rem = 32 px

1.5 rem = 24px. A mid-level heading (h3, h4) or prominent subheading—150% of root.

1.5 rem = 24 px

0.875 rem = 14px. Small body text or captions—87.5% of root, common for secondary content.

0.875 rem = 14 px