HEX
#
RGB
HSL

#FF69B4 CSS / HTML Preview

Text with hexadecimal color #FF69B4

This text has a font color of #FF69B4.

<span style="color:#FF69B4;">Your text here</span>
#FF69B4 border color

This element has a border color of #FF69B4.

<div style="border:2px solid #FF69B4;">Content here</div>
#FF69B4 background color

This paragraph has a background color of #FF69B4.

<p style="background-color:#FF69B4;">Content here</p>
CSS codes
.text {color:#FF69B4;}
.background {background-color:#FF69B4;}
.border {border:1px solid #FF69B4;}