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