pt to rem

A converter that calculates the rem from a pt for a given rem size to make the measurement responsive

PT
REM Size

Hot Keys

C

Calculate and copy the result of calculation.

V

Calculate the result.

B

Copy the result of calculation.

R

Reverse the converter to "REM to PT".

Q

Focus the "PT" input.

W

Focus the "REM Size" input.

FAQ

How to convert PT to REM?

To convert pt to rem, you should know total size of 1 REM, default is 16px Then, just apply formula: (pt * 1.3333343412075) / rem size For example, with 16px size of 1rem, 12pt will be converted to: (12 * 1.3333343412075) / 16 = 1rem

What is the PT to REM formula?

(pt * 1.3333343412075) / rem size

What is rem unit?

REM is defined relative to the font size of the root element. The root element is matched by the :root pseudo-class or the html selector. 1 REM therefore takes on the value which is given to the font-size of the root element. This means that 1 REM keeps the same value throughout your whole CSS code.

What is pt unit? (Point)

A point (pt) is an absolute unit of length commonly used in the print industry and print media to achieve a pixel-perfect display of a device. One point is equivalent to 4/3 of physical pixels. Points are equal to 1/72 of an inch. 1px is equal to 0.74999943307122pt. For example, 12pt = 16px.

PT to REM Conversion Table if rem size is 16px

ptrem
10pt0.833rem
20pt1.667rem
30pt2.5rem
40pt3.333rem
50pt4.167rem
60pt5rem
70pt5.833rem
80pt6.667rem
90pt7.5rem
100pt8.333rem
110pt9.167rem
120pt10rem
130pt10.833rem
140pt11.667rem
150pt12.5rem
160pt13.333rem
170pt14.167rem
180pt15rem
190pt15.833rem
200pt16.667rem
210pt17.5rem
220pt18.333rem
230pt19.167rem
240pt20rem
250pt20.833rem

More PT & REM Conversions