rem to pc

A converter that calculates the pc from a rem for a given rem size to measure the pica

REM
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 "PC to REM".

Q

Focus the "REM" input.

W

Focus the "REM Size" input.

FAQ

How to convert REM to PC?

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

What is the REM to PC formula?

(rem * rem size) * 0.0625

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 pc unit? (Pica)

A pica (pc) is an absolute unit of length. One pc is equivalent to 16px, and one px is equivalent to 0.0625pc

More REM & PC Conversions