Html Css Color HEX #F04EDF Free Speech Magenta
📋 copy color: '#F04EDF'red 240 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #F04EDF
Tints of Free Speech Magenta #F04EDF
RGB
CMYK
RGB Variations
Color information
#F04EDF (or 0xF04EDF) is known color: Free Speech Magenta. HEX triplet: F0, 4E and DF. RGB value is (240,78,223). Sum of RGB (Red+Green+Blue) = 240+78+223=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EDF is #0FB120. Grayscale: #8E8E8E. Windows color (decimal): -1028385 or 14634736. OLE color: 14634736.
HSL color Cylindrical-coordinate representation of color #F04EDF: hue angle of 306.3º 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 #F04EDF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 223 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.06 |
| HSL | 306.3º | 0.84% | 0.62% | - |
| HSV(B) | 306.3º | 0.68% | 0.94% | - |
| XYZ | 51.98 | 29.3 | 72.73 | - |
| YUV | 142.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 223 | 0 | 0.68 | 0.07 | 0.06 | 306.3 | 0.84 | 0.62 |
| Hex | F0 | 4E | DF | 0 | 44 | 7 | 6 | 132 | 54 | 3E |
| Octal | 360 | 116 | 337 | 0 | 104 | 7 | 6 | 462 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11011111 | 0 | 1000100 | 111 | 110 | 100110010 | 1010100 | 111110 |
Color Harmonies of #F04EDF
Complementary color
Monochromatic Colors of #F04EDF
Black with #F04EDF
Text Example
Text Example
White with #F04EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EDF; }
p { color: rgb(240,78,223); }
H1.HeaderClassName
{
color: #F04EDF;
}
.AnyTagClassName
{
color: #F04EDF;
}
</style>
background-color css
<style>
a { background-color: #F04EDF; }
a { background-color: rgb(240,78,223); }
div.DivClassName
{
background-color: #F04EDF;
}
.BgClassName
{
background-color: #F04EDF;
}
</style>
border-color css
<style>
span { border-color: #F04EDF; }
span { border-color: rgb(240,78,223); }
td.TdClassName
{
border-color: #F04EDF;
}
.TagClassName
{
border-color: #F04EDF;
}
</style>