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