Html Css Color HEX #F04EED Free Speech Magenta
📋 copy color: '#F04EED'red 240 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #F04EED
Tints of Free Speech Magenta #F04EED
RGB
CMYK
RGB Variations
Color information
#F04EED (or 0xF04EED) is known color: Free Speech Magenta. HEX triplet: F0, 4E and ED. RGB value is (240,78,237). Sum of RGB (Red+Green+Blue) = 240+78+237=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 78 (30.86% from 255 or 14.05% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EED is #0FB112. Grayscale: #909090. Windows color (decimal): -1028371 or 15552240. OLE color: 15552240.
HSL color Cylindrical-coordinate representation of color #F04EED: hue angle of 301.11º 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 #F04EED is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 237 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.06 |
| HSL | 301.11º | 0.84% | 0.62% | - |
| HSV(B) | 301.11º | 0.68% | 0.94% | - |
| XYZ | 53.95 | 30.09 | 83.09 | - |
| YUV | 144.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 237 | 0 | 0.68 | 0.01 | 0.06 | 301.11 | 0.84 | 0.62 |
| Hex | F0 | 4E | ED | 0 | 44 | 1 | 6 | 12D | 54 | 3E |
| Octal | 360 | 116 | 355 | 0 | 104 | 1 | 6 | 455 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11101101 | 0 | 1000100 | 1 | 110 | 100101101 | 1010100 | 111110 |
Color Harmonies of #F04EED
Complementary color
Monochromatic Colors of #F04EED
Black with #F04EED
Text Example
Text Example
White with #F04EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EED; }
p { color: rgb(240,78,237); }
H1.HeaderClassName
{
color: #F04EED;
}
.AnyTagClassName
{
color: #F04EED;
}
</style>
background-color css
<style>
a { background-color: #F04EED; }
a { background-color: rgb(240,78,237); }
div.DivClassName
{
background-color: #F04EED;
}
.BgClassName
{
background-color: #F04EED;
}
</style>
border-color css
<style>
span { border-color: #F04EED; }
span { border-color: rgb(240,78,237); }
td.TdClassName
{
border-color: #F04EED;
}
.TagClassName
{
border-color: #F04EED;
}
</style>