Percent to PX Converter
Enter CSS percentage values and get the equivalent pixel values instantly. Set the parent element size — default is 16px — and convert single values or a bulk list at once.
Last updated: May 21, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Percent to PX Converter?
CSS percentage values are relative to a parent element's size. Converting from percent back to pixels is useful when you need the actual rendered pixel size of an element, or when working with design tools that work in absolute px values.
The formula is: **px = (% ÷ 100) × base**. So 150% at a 16px base = 24px. For font sizes, the base is the parent's font size. For widths, the base is the parent's width.
How to Use Percent to PX Converter
Enter one or more percent values in the input box (comma or newline separated)
Set the parent element size to match your context
Copy individual results or the full output
Use the reference table for common percent to px lookups
Common Use Cases
- Developers converting percentage-based font sizes to px for design review.
- Front-end engineers debugging computed pixel sizes from percent-based CSS.
- Teams auditing responsive stylesheets to understand actual pixel rendering.
- Designers receiving percent values from CSS and converting them to px measurements.
- Students learning how percent values translate to fixed pixel sizes.
- Developers migrating from percent to rem for more consistent CSS unit usage.
Example Input and Output
Convert common CSS percent font sizes to px at the default 16px base.
75
100
125
15075% → 12px
100% → 16px
125% → 20px
150% → 24pxPrivacy
All conversions run in your browser. No data is sent to any server.

