Html Css Color HEX #F04EC4 Free Speech Magenta
📋 copy color: '#F04EC4'red 240 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #F04EC4
Tints of Free Speech Magenta #F04EC4
RGB
CMYK
RGB Variations
Color information
#F04EC4 (or 0xF04EC4) is known color: Free Speech Magenta. HEX triplet: F0, 4E and C4. RGB value is (240,78,196). Sum of RGB (Red+Green+Blue) = 240+78+196=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EC4 is #0FB13B. Grayscale: #8B8B8B. Windows color (decimal): -1028412 or 12865264. OLE color: 12865264.
HSL color Cylindrical-coordinate representation of color #F04EC4: hue angle of 316.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 #F04EC4 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 196 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.06 |
| HSL | 316.3º | 0.84% | 0.62% | - |
| HSV(B) | 316.3º | 0.68% | 0.94% | - |
| XYZ | 48.62 | 27.96 | 55.06 | - |
| YUV | 139.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 196 | 0 | 0.68 | 0.18 | 0.06 | 316.3 | 0.84 | 0.62 |
| Hex | F0 | 4E | C4 | 0 | 44 | 12 | 6 | 13C | 54 | 3E |
| Octal | 360 | 116 | 304 | 0 | 104 | 22 | 6 | 474 | 124 | 76 |
| Binary | 11110000 | 1001110 | 11000100 | 0 | 1000100 | 10010 | 110 | 100111100 | 1010100 | 111110 |
Color Harmonies of #F04EC4
Complementary color
Monochromatic Colors of #F04EC4
Black with #F04EC4
Text Example
Text Example
White with #F04EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EC4; }
p { color: rgb(240,78,196); }
H1.HeaderClassName
{
color: #F04EC4;
}
.AnyTagClassName
{
color: #F04EC4;
}
</style>
background-color css
<style>
a { background-color: #F04EC4; }
a { background-color: rgb(240,78,196); }
div.DivClassName
{
background-color: #F04EC4;
}
.BgClassName
{
background-color: #F04EC4;
}
</style>
border-color css
<style>
span { border-color: #F04EC4; }
span { border-color: rgb(240,78,196); }
td.TdClassName
{
border-color: #F04EC4;
}
.TagClassName
{
border-color: #F04EC4;
}
</style>