HEX
#
RGB
HSL

#FF00FF CSS / HTML Preview

Text with hexadecimal color #FF00FF

This text has a font color of #FF00FF.

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

This element has a border color of #FF00FF.

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

This paragraph has a background color of #FF00FF.

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