Html Css Color HEX #F04ECF Free Speech Magenta
📋 copy color: '#F04ECF'red 240 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #F04ECF
Tints of Free Speech Magenta #F04ECF
RGB
CMYK
RGB Variations
Color information
#F04ECF (or 0xF04ECF) is known color: Free Speech Magenta. HEX triplet: F0, 4E and CF. RGB value is (240,78,207). Sum of RGB (Red+Green+Blue) = 240+78+207=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04ECF is #0FB130. Grayscale: #8C8C8C. Windows color (decimal): -1028401 or 13586160. OLE color: 13586160.
HSL color Cylindrical-coordinate representation of color #F04ECF: hue angle of 312.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04ECF is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 207 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.06 |
| HSL | 312.22º | 0.84% | 0.62% | - |
| HSV(B) | 312.22º | 0.68% | 0.94% | - |
| XYZ | 49.92 | 28.48 | 61.9 | - |
| YUV | 141.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 207 | 0 | 0.68 | 0.14 | 0.06 | 312.22 | 0.84 | 0.62 |
| Hex | F0 | 4E | CF | 0 | 44 | E | 6 | 138 | 54 | 3E |
| Octal | 360 | 116 | 317 | 0 | 104 | 16 | 6 | 470 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11001111 | 0 | 1000100 | 1110 | 110 | 100111000 | 1010100 | 111110 |
Color Harmonies of #F04ECF
Complementary color
Monochromatic Colors of #F04ECF
Black with #F04ECF
Text Example
Text Example
White with #F04ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ECF; }
p { color: rgb(240,78,207); }
H1.HeaderClassName
{
color: #F04ECF;
}
.AnyTagClassName
{
color: #F04ECF;
}
</style>
background-color css
<style>
a { background-color: #F04ECF; }
a { background-color: rgb(240,78,207); }
div.DivClassName
{
background-color: #F04ECF;
}
.BgClassName
{
background-color: #F04ECF;
}
</style>
border-color css
<style>
span { border-color: #F04ECF; }
span { border-color: rgb(240,78,207); }
td.TdClassName
{
border-color: #F04ECF;
}
.TagClassName
{
border-color: #F04ECF;
}
</style>