Html Css Color HEX #F04CEA Free Speech Magenta
📋 copy color: '#F04CEA'red 240 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #F04CEA
Tints of Free Speech Magenta #F04CEA
RGB
CMYK
RGB Variations
Color information
#F04CEA (or 0xF04CEA) is known color: Free Speech Magenta. HEX triplet: F0, 4C and EA. RGB value is (240,76,234). Sum of RGB (Red+Green+Blue) = 240+76+234=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 76 (30.08% from 255 or 13.82% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CEA is #0FB315. Grayscale: #8E8E8E. Windows color (decimal): -1028886 or 15355120. OLE color: 15355120.
HSL color Cylindrical-coordinate representation of color #F04CEA: hue angle of 302.2º degrees, saturation: 0.85, 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 #F04CEA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 234 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.06 |
| HSL | 302.2º | 0.85% | 0.62% | - |
| HSV(B) | 302.2º | 0.68% | 0.94% | - |
| XYZ | 53.37 | 29.63 | 80.75 | - |
| YUV | 143.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 234 | 0 | 0.68 | 0.02 | 0.06 | 302.2 | 0.85 | 0.62 |
| Hex | F0 | 4C | EA | 0 | 44 | 2 | 6 | 12E | 55 | 3E |
| Octal | 360 | 114 | 352 | 0 | 104 | 2 | 6 | 456 | 125 | 76 |
| Binary | 11110000 | 1001100 | 11101010 | 0 | 1000100 | 10 | 110 | 100101110 | 1010101 | 111110 |
Color Harmonies of #F04CEA
Complementary color
Monochromatic Colors of #F04CEA
Black with #F04CEA
Text Example
Text Example
White with #F04CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CEA; }
p { color: rgb(240,76,234); }
H1.HeaderClassName
{
color: #F04CEA;
}
.AnyTagClassName
{
color: #F04CEA;
}
</style>
background-color css
<style>
a { background-color: #F04CEA; }
a { background-color: rgb(240,76,234); }
div.DivClassName
{
background-color: #F04CEA;
}
.BgClassName
{
background-color: #F04CEA;
}
</style>
border-color css
<style>
span { border-color: #F04CEA; }
span { border-color: rgb(240,76,234); }
td.TdClassName
{
border-color: #F04CEA;
}
.TagClassName
{
border-color: #F04CEA;
}
</style>