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