pc to rem
A converter that calculates the rem from a pc for a given rem size to make the measurement responsive
Hot Keys
Calculate and copy the result of calculation.
Calculate the result.
Copy the result of calculation.
Reverse the converter to "REM to PC".
Focus the "PC" input.
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