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