HEX
#
RGB
HSL

#F08080 CSS / HTML Preview

Text with hexadecimal color #F08080

This text has a font color of #F08080.

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

This element has a border color of #F08080.

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

This paragraph has a background color of #F08080.

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