Unit Converter · Length & font-size

2.4pt to rem

2.4pt = 0.2rem

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 → rem values

Click any row to open its dedicated page.

ptrem
4pt 0.3333rem
6pt 0.5rem
8pt 0.6667rem
10pt 0.8333rem
12pt 1rem
14pt 1.1667rem
16pt 1.3333rem
18pt 1.5rem
20pt 1.6667rem
24pt 2rem
28pt 2.3333rem
32pt 2.6667rem
36pt 3rem
40pt 3.3333rem
44pt 3.6667rem
48pt 4rem
56pt 4.6667rem
64pt 5.3333rem
72pt 6rem
80pt 6.6667rem
96pt 8rem
112pt 9.3333rem
128pt 10.6667rem
144pt 12rem
160pt 13.3333rem
192pt 16rem
224pt 18.6667rem
256pt 21.3333rem

Convert 2.4pt 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.