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