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