Unit Converter · Length & font-size

10.5pt to %

10.5pt = 87.5%

Assumes a root font-size of 16px (the browser default). Adjust it in the calculator below if your project uses a different base.

Quick converter

Type into any field — every unit in this category updates instantly.

Root font-size 16px

Common pt → % values

Click any row to open its dedicated page.

pt%
4pt 33.3333%
6pt 50%
8pt 66.6667%
10pt 83.3333%
12pt 100%
14pt 116.6667%
16pt 133.3333%
18pt 150%
20pt 166.6667%
24pt 200%
28pt 233.3333%
32pt 266.6667%
36pt 300%
40pt 333.3333%
44pt 366.6667%
48pt 400%
56pt 466.6667%
64pt 533.3333%
72pt 600%
80pt 666.6667%
96pt 800%
112pt 933.3333%
128pt 1066.6667%
144pt 1200%
160pt 1333.3333%
192pt 1600%
224pt 1866.6667%
256pt 2133.3333%

Convert 10.5pt to other units

Formula

rem = px ÷ root-font-size and px = rem × root-font-size. Browsers default the root font-size to 16px, so 1rem normally equals 16px unless the page (or the user's browser settings) changes it.

em works the same way, but relative to the parent element's font-size rather than the root — the numbers only match rem when nothing in the ancestor chain has resized the font.

pt is a print unit: 1pt = 1.333px, based on the fixed 96px-per-inch / 72pt-per-inch relationship browsers use.

Use it in code

Click to copy.