Unit Converter · Length & font-size

333.33% to pt

333.33% = 39.9996pt

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
4% 0.48pt
6% 0.72pt
8% 0.96pt
10% 1.2pt
12% 1.44pt
14% 1.68pt
16% 1.92pt
18% 2.16pt
20% 2.4pt
24% 2.88pt
28% 3.36pt
32% 3.84pt
36% 4.32pt
40% 4.8pt
44% 5.28pt
48% 5.76pt
56% 6.72pt
64% 7.68pt
72% 8.64pt
80% 9.6pt
96% 11.52pt
112% 13.44pt
128% 15.36pt
144% 17.28pt
160% 19.2pt
192% 23.04pt
224% 26.88pt
256% 30.72pt

Convert 333.33% 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.