Turn percentage values into root-relative rem units. Choose your base and reference sizes, enter a percent, and get the rem value for consistent scaling.
Percentages are relative to a parent or reference size. Rem is relative to the root font size. This tool converts percent to pixels using your reference size, then divides by the base (root) font size to get rem.
Formula: (percent ÷ 100) × reference size = pixels; pixels ÷ base font size = rem.