HEX
#
RGB
HSL

#FF1493 CSS / HTML Preview

Text with hexadecimal color #FF1493

This text has a font color of #FF1493.

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

This element has a border color of #FF1493.

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

This paragraph has a background color of #FF1493.

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