pc to rem

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

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

Q

Focus the "PC" input.

W

Focus the "REM Size" input.

FAQ

How to convert PC to REM?

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

What is the PC to REM formula?

(pc * 16) / 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 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 PC & REM Conversions