Html Css Color HEX #F04EC9 Free Speech Magenta
📋 copy color: '#F04EC9'red 240 ◦ green 78 ◦ blue 201
Shades of Free Speech Magenta #F04EC9
Tints of Free Speech Magenta #F04EC9
RGB
CMYK
RGB Variations
Color information
#F04EC9 (or 0xF04EC9) is known color: Free Speech Magenta. HEX triplet: F0, 4E and C9. RGB value is (240,78,201). Sum of RGB (Red+Green+Blue) = 240+78+201=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EC9 is #0FB136. Grayscale: #8C8C8C. Windows color (decimal): -1028407 or 13192944. OLE color: 13192944.
HSL color Cylindrical-coordinate representation of color #F04EC9: hue angle of 314.44º 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 #F04EC9 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 201 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.06 |
| HSL | 314.44º | 0.84% | 0.62% | - |
| HSV(B) | 314.44º | 0.68% | 0.94% | - |
| XYZ | 49.2 | 28.19 | 58.11 | - |
| YUV | 140.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 201 | 0 | 0.68 | 0.16 | 0.06 | 314.44 | 0.84 | 0.62 |
| Hex | F0 | 4E | C9 | 0 | 44 | 10 | 6 | 13A | 54 | 3E |
| Octal | 360 | 116 | 311 | 0 | 104 | 20 | 6 | 472 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11001001 | 0 | 1000100 | 10000 | 110 | 100111010 | 1010100 | 111110 |
Color Harmonies of #F04EC9
Complementary color
Monochromatic Colors of #F04EC9
Black with #F04EC9
Text Example
Text Example
White with #F04EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EC9; }
p { color: rgb(240,78,201); }
H1.HeaderClassName
{
color: #F04EC9;
}
.AnyTagClassName
{
color: #F04EC9;
}
</style>
background-color css
<style>
a { background-color: #F04EC9; }
a { background-color: rgb(240,78,201); }
div.DivClassName
{
background-color: #F04EC9;
}
.BgClassName
{
background-color: #F04EC9;
}
</style>
border-color css
<style>
span { border-color: #F04EC9; }
span { border-color: rgb(240,78,201); }
td.TdClassName
{
border-color: #F04EC9;
}
.TagClassName
{
border-color: #F04EC9;
}
</style>