Point to Percent Converter
Convert point (pt) values to CSS percent. At the 16px default base, 12pt = 100%.
Last updated: May 21, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Point to Percent Converter?
Points (pt) are the standard typographic unit in print. CSS percent for font-size is relative to the parent element's font size. The formula is: **% = pt × (96÷72) ÷ base × 100**.
At 16px base: 12pt → 16px → 100%. This is useful when translating print typographic sizes into responsive percent-based CSS declarations.
How to Use Point to Percent Converter
Set the base (parent) font size — default 16px
Enter pt values, comma or newline separated
Copy the percent output or use the reference table
Common Use Cases
- Developers translating print typographic specs from pt to percent for screen CSS.
- Front-end engineers expressing print sizes as percent for responsive typography.
- Designers converting point sizes to percent for a CSS type scale.
Example Input and Output
Convert common print point sizes to CSS percent at the 16px default base.
9
10
12
149pt → 75%
10pt → 83.3333%
12pt → 100%
14pt → 116.667%Privacy
All conversions run in your browser. No data is sent to any server.

