16 PX to PT
Result
16 px = 12 pt
Explanation
- Pixels — 16
To convert 16 pixels to points you need to multiply pixels value by 0.75, in our case: 16 × 0.75. In result we'll receive that 16 px is equal to 12 points (pt)
CSS code for 16 PX to PT
p { font-size: 12pt }
HTML (inline CSS):
<p style="font-size: 12pt">Hello World<p>