Html Css Color HEX #F04ECC Free Speech Magenta
📋 copy color: '#F04ECC'red 240 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #F04ECC
Tints of Free Speech Magenta #F04ECC
RGB
CMYK
RGB Variations
Color information
#F04ECC (or 0xF04ECC) is known color: Free Speech Magenta. HEX triplet: F0, 4E and CC. RGB value is (240,78,204). Sum of RGB (Red+Green+Blue) = 240+78+204=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04ECC is #0FB133. Grayscale: #8C8C8C. Windows color (decimal): -1028404 or 13389552. OLE color: 13389552.
HSL color Cylindrical-coordinate representation of color #F04ECC: hue angle of 313.33º 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 #F04ECC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 204 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.06 |
| HSL | 313.33º | 0.84% | 0.62% | - |
| HSV(B) | 313.33º | 0.68% | 0.94% | - |
| XYZ | 49.56 | 28.33 | 59.98 | - |
| YUV | 140.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 204 | 0 | 0.68 | 0.15 | 0.06 | 313.33 | 0.84 | 0.62 |
| Hex | F0 | 4E | CC | 0 | 44 | F | 6 | 139 | 54 | 3E |
| Octal | 360 | 116 | 314 | 0 | 104 | 17 | 6 | 471 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11001100 | 0 | 1000100 | 1111 | 110 | 100111001 | 1010100 | 111110 |
Color Harmonies of #F04ECC
Complementary color
Monochromatic Colors of #F04ECC
Black with #F04ECC
Text Example
Text Example
White with #F04ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ECC; }
p { color: rgb(240,78,204); }
H1.HeaderClassName
{
color: #F04ECC;
}
.AnyTagClassName
{
color: #F04ECC;
}
</style>
background-color css
<style>
a { background-color: #F04ECC; }
a { background-color: rgb(240,78,204); }
div.DivClassName
{
background-color: #F04ECC;
}
.BgClassName
{
background-color: #F04ECC;
}
</style>
border-color css
<style>
span { border-color: #F04ECC; }
span { border-color: rgb(240,78,204); }
td.TdClassName
{
border-color: #F04ECC;
}
.TagClassName
{
border-color: #F04ECC;
}
</style>