HS Article

Pt to Px Converter – Convert Points to Pixels Instantly

PX
EMS
POINTS
PERCENTAGE

Preview Text

Pt to Px Quick Reference Table (Screen – 96dpi)

Points (pt)Pixels (px)Common Use
6pt8pxTiny captions
8pt10.67pxFootnotes, small print
9pt12pxSmall body text
10pt13.33pxPrint body text
11pt14.67pxComfortable reading
12pt16pxStandard body text
13pt17.33pxSlightly large body
14pt18.67pxSubheadings
16pt21.33pxSection headers
18pt24pxH3 headings
24pt32pxH2 headings
36pt48pxH1 headings
48pt64pxDisplay text
72pt96pxLarge hero text

Pt to Px: Screen vs Print

The standard pt to px formula (pt × 1.333) applies to screen displays at 96dpi. For print at 72dpi, the values are different. Here is a quick comparison:

ContextDPIFormulaExample
Screen (web)96dpipx = pt × 1.33312pt = 16px
Print72dpipx = pt × 112pt = 12px
Retina display192dpipx = pt × 2.66712pt = 32px

Pt to Px Converter (Points to Pixels Converter)

When working with fonts and design, you may come across two common units: points (pt) and pixels (px). They may look similar, but they are used in completely different contexts. This guide explains how to convert PT to PX, the exact formula, and when to use each unit.

Convert Pt to Px Online

Pt to Px Conversion Formula

The conversion is very simple:

Formula: px = pt × 1.3333

This formula works because:

  • 1pt = 1/72 inch
  • 1px = 1/96 inch

So mathematically: px = pt × (96 ÷ 72)

What is PX (Pixel)?

  • A pixel is the smallest visual unit on a digital screen.
  • It doesn’t have a fixed physical size it depends on the resolution and device pixel ratio (DPR).
  • Pixels are the default unit for websites, apps, and digital design.

What is PT (Point)?

  • A point is a traditional print measurement.
  • 1pt = 1/72 inch = ~0.352mm.
  • Points were created for printing presses and typography in the 1500s.
  • Today, points are still used in apps like Microsoft Word or Google Docs for print formatting.

pt to px Conversion table

FeaturePoint (pt)Pixel (px)
OriginPrint mediaDigital media
Measurement1/72 inch1/96 inch
Use CasePrint fonts, documentsWeb design, UI/UX
FlexibilityFixed physical unitFlexible, screen-dependent

Frequently Asked Questions (FAQs)

How many pixels is 1pt?

1pt ≈ 1.33px. Example: 12pt = ~16px.

Is 1pt equal to 1px?

No. 1pt is larger than 1px.

Should I use PT or PX in CSS?

For modern websites, always use px, em, or rem. PT is mainly for print.

Does Figma use PT or PX?

Figma shows px for screen design, but when exporting to PDF, it uses pt.

Does Photoshop use PT or PX?

By default, Photoshop uses pt for fonts, but you can switch to px in settings.

What is 14pt in px?

14pt = 18.67px on screen (96dpi).

What is 12pt in px?

12pt = 16px. Most common standard body text size for web.

What is 8pt in px?

8pt = 10.67px.

What is 9pt in px?

9pt = 12px.

What is 72pt in px?

72pt = 96px — equal to 1 inch on screen.

What does font size points to pixels mean?

Font size in points (pt) is a print measurement. To display it on screen you convert to pixels using: px = pt × 1.333.

Can I use pt in CSS?

Yes but not recommended for screens. Use px, em, or rem for web. Use pt only inside @media print stylesheets.

Is pt bigger than px?

Yes. 1pt = 1.333px so points are always larger than pixels at standard screen resolution.