REM to PX Converter & Media Query Calculator
Convert REM values back into exact pixels for design audits, Figma handoffs, and debugging responsive media queries.
How to Use REM to PX Converter & Media Query Calculator
Specify Base Size
Enter your root HTML font size (typically 16px).
Enter REM Value
Type your REM value (e.g. 2.5rem).
Inspect Pixels
View the calculated pixel dimension (e.g. 40px) and copy.
About REM to PX Converter & Media Query Calculator
Multiplies REM value by the base font size: Pixels = REM * BaseFontSize.
Supported Formats
Operational Limits
- •Calculates based on static base font size; dynamic root clamp sizes require custom calculations.
Key Features
- Precise REM to pixel calculation
- Interactive slider and numeric input
- Media query breakpoint preview (e.g. 48rem = 768px, 64rem = 1024px)
- Common CSS unit scale reference table
- One-click copy to clipboard
Frequently Asked Questions
Related Tools
More in Font & Typography ToolsCSS Clamp() Calculator for Fluid Typography
Calculate fluid typography and spacing clamp() formulas: define minimum/maximum font size and viewport widths with instant CSS generation.
PX to REM Converter & CSS Unit Calculator
Convert pixels (px) to relative units (rem) based on your root font size (16px default) with live conversion table and CSS snippet generator.
Aspect Ratio Calculator (Image & Video)
Calculate display and media aspect ratios (16:9, 4:3, 1:1, 9:16, 21:9), find missing dimensions, and compute exact GCD scaling factors.