Html Css Color HEX #F04EDB Free Speech Magenta
📋 copy color: '#F04EDB'red 240 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #F04EDB
Tints of Free Speech Magenta #F04EDB
RGB
CMYK
RGB Variations
Color information
#F04EDB (or 0xF04EDB) is known color: Free Speech Magenta. HEX triplet: F0, 4E and DB. RGB value is (240,78,219). Sum of RGB (Red+Green+Blue) = 240+78+219=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EDB is #0FB124. Grayscale: #8E8E8E. Windows color (decimal): -1028389 or 14372592. OLE color: 14372592.
HSL color Cylindrical-coordinate representation of color #F04EDB: hue angle of 307.78º 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 #F04EDB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 219 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.06 |
| HSL | 307.78º | 0.84% | 0.62% | - |
| HSV(B) | 307.78º | 0.68% | 0.94% | - |
| XYZ | 51.45 | 29.09 | 69.92 | - |
| YUV | 142.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 219 | 0 | 0.68 | 0.09 | 0.06 | 307.78 | 0.84 | 0.62 |
| Hex | F0 | 4E | DB | 0 | 44 | 9 | 6 | 134 | 54 | 3E |
| Octal | 360 | 116 | 333 | 0 | 104 | 11 | 6 | 464 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11011011 | 0 | 1000100 | 1001 | 110 | 100110100 | 1010100 | 111110 |
Color Harmonies of #F04EDB
Complementary color
Monochromatic Colors of #F04EDB
Black with #F04EDB
Text Example
Text Example
White with #F04EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EDB; }
p { color: rgb(240,78,219); }
H1.HeaderClassName
{
color: #F04EDB;
}
.AnyTagClassName
{
color: #F04EDB;
}
</style>
background-color css
<style>
a { background-color: #F04EDB; }
a { background-color: rgb(240,78,219); }
div.DivClassName
{
background-color: #F04EDB;
}
.BgClassName
{
background-color: #F04EDB;
}
</style>
border-color css
<style>
span { border-color: #F04EDB; }
span { border-color: rgb(240,78,219); }
td.TdClassName
{
border-color: #F04EDB;
}
.TagClassName
{
border-color: #F04EDB;
}
</style>