Converters

PX to Percent Converter

Convert pixels (px) to percent (%) and percent to pixels using a 16px base font size.

Tool

PX to Percent Converter

Convert pixels (px) to percent (%) and percent to pixels using a 16px base font size.

This tool runs in your browser. Your input is processed locally and is not uploaded.

About this Tool

Use this free online PX to Percent converter to quickly convert between pixels (px) and percent (%).

Conversion Formula

px → %
percent = (px ÷ 16) × 100
% → px
px = (percent × 16) ÷ 100

Examples

  • 16 px = 100%
  • 24 px = 150%
  • 125% = 20 px

Frequently Asked Questions

How do you convert px to percent?

Divide the pixel value by the base font size and multiply by 100.

What does 100% mean in CSS?

100% equals the current base font size, typically 16px.

Why use percentages?

Percentages allow text and elements to scale relative to parent settings.

Related Tools