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