Html Css Color HEX #F05CEA Free Speech Magenta
📋 copy color: '#F05CEA'red 240 ◦ green 92 ◦ blue 234
Shades of Free Speech Magenta #F05CEA
Tints of Free Speech Magenta #F05CEA
RGB
CMYK
RGB Variations
Color information
#F05CEA (or 0xF05CEA) is known color: Free Speech Magenta. HEX triplet: F0, 5C and EA. RGB value is (240,92,234). Sum of RGB (Red+Green+Blue) = 240+92+234=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CEA is #0FA315. Grayscale: #989898. Windows color (decimal): -1024790 or 15359216. OLE color: 15359216.
HSL color Cylindrical-coordinate representation of color #F05CEA: hue angle of 302.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CEA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 234 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.06 |
| HSL | 302.43º | 0.83% | 0.65% | - |
| HSV(B) | 302.43º | 0.62% | 0.94% | - |
| XYZ | 54.61 | 32.12 | 81.16 | - |
| YUV | 152.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 234 | 0 | 0.62 | 0.02 | 0.06 | 302.43 | 0.83 | 0.65 |
| Hex | F0 | 5C | EA | 0 | 3E | 2 | 6 | 12E | 53 | 41 |
| Octal | 360 | 134 | 352 | 0 | 76 | 2 | 6 | 456 | 123 | 101 |
| Binary | 11110000 | 1011100 | 11101010 | 0 | 111110 | 10 | 110 | 100101110 | 1010011 | 1000001 |
Color Harmonies of #F05CEA
Complementary color
Monochromatic Colors of #F05CEA
Black with #F05CEA
Text Example
Text Example
White with #F05CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CEA; }
p { color: rgb(240,92,234); }
H1.HeaderClassName
{
color: #F05CEA;
}
.AnyTagClassName
{
color: #F05CEA;
}
</style>
background-color css
<style>
a { background-color: #F05CEA; }
a { background-color: rgb(240,92,234); }
div.DivClassName
{
background-color: #F05CEA;
}
.BgClassName
{
background-color: #F05CEA;
}
</style>
border-color css
<style>
span { border-color: #F05CEA; }
span { border-color: rgb(240,92,234); }
td.TdClassName
{
border-color: #F05CEA;
}
.TagClassName
{
border-color: #F05CEA;
}
</style>