pt to px
Snapshot
1 Points equals 1.333333 Pixels. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses CSS pixel-based scaling anchored to 96 pixels per inch.
- Example: For 8 Points, the result equals 10.666667 Pixels.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
1.333333 Pixels (px)
SwitchMachine access
Available to apps and AI agents
pt to px can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
typography-units- Source unit
points- Target unit
pixels
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "typography-units",
"value": 1,
"from": "points",
"to": "pixels"
}Essential response
{
"ok": true,
"conversion": {
"family": "typography-units",
"value": 1,
"from": "points",
"to": "pixels",
"result": {
"raw": 1.33333333333,
"display": "1.333333"
},
"canonicalPath": "/typography-units/points-to-pixels/"
}
}Explanation
Formula: Pixels = Points × 1.333333. Why: both units are normalized through CSS pixels, so the conversion follows one deterministic baseline used across screen, print, and responsive typography workflows.
Points (pt): a print-oriented unit equal to 1/72 of an inch, commonly used for typography and print specifications.
Pixels (px): the core CSS screen-length unit used for UI sizing, spacing, and layout measurements.
This route is useful when restating typography and CSS measurements across screen, print, and responsive design units so design specs and implementation values stay comparable.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| Points (pt) | Pixels (px) |
|---|---|
| 8 | 10.666667 |
| 10 | 13.333333 |
| 12 | 16 |
| 14 | 18.666667 |
| 16 | 21.333333 |
| 18 | 24 |
| 24 | 32 |
| 32 | 42.666667 |
| 48 | 64 |
| 96 | 128 |
Questions & answers
Frequently Asked Questions
What defines pt to px?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Pixels to Points page.
Can I use decimal values for Points to Pixels?
Yes. Decimal inputs are supported for Points to Pixels, and the mirror direction keeps inverse assumptions aligned.