Color #FF00FF
Famous
#FF00FF is known as Famous color, it's hex color is composed of 100% red, 0% green and 100% blue, its RGB value is 255,0,255.
This text has a font color of #FF00FF.
<span style="color:#FF00FF;">Your text here</span>
This element has a border color of #FF00FF.
<div style="border:2px solid #FF00FF;">Content here</div>
This paragraph has a background color of #FF00FF.
<p style="background-color:#FF00FF;">Content here</p>
.text {color:#FF00FF;}
.background {background-color:#FF00FF;}
.border {border:1px solid #FF00FF;}