Html Css Color HEX #F060EA Free Speech Magenta
📋 copy color: '#F060EA'red 240 ◦ green 96 ◦ blue 234
Shades of Free Speech Magenta #F060EA
Tints of Free Speech Magenta #F060EA
RGB
CMYK
RGB Variations
Color information
#F060EA (or 0xF060EA) is known color: Free Speech Magenta. HEX triplet: F0, 60 and EA. RGB value is (240,96,234). Sum of RGB (Red+Green+Blue) = 240+96+234=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F060EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060EA is #0F9F15. Grayscale: #9A9A9A. Windows color (decimal): -1023766 or 15360240. OLE color: 15360240.
HSL color Cylindrical-coordinate representation of color #F060EA: hue angle of 302.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060EA is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 234 | - |
| CMYK | 0 | 0.6 | 0.02 | 0.06 |
| HSL | 302.5º | 0.83% | 0.66% | - |
| HSV(B) | 302.5º | 0.6% | 0.94% | - |
| XYZ | 54.97 | 32.83 | 81.28 | - |
| YUV | 154.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 234 | 0 | 0.6 | 0.02 | 0.06 | 302.5 | 0.83 | 0.66 |
| Hex | F0 | 60 | EA | 0 | 3C | 2 | 6 | 12E | 53 | 42 |
| Octal | 360 | 140 | 352 | 0 | 74 | 2 | 6 | 456 | 123 | 102 |
| Binary | 11110000 | 1100000 | 11101010 | 0 | 111100 | 10 | 110 | 100101110 | 1010011 | 1000010 |
Color Harmonies of #F060EA
Complementary color
Monochromatic Colors of #F060EA
Black with #F060EA
Text Example
Text Example
White with #F060EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060EA; }
p { color: rgb(240,96,234); }
H1.HeaderClassName
{
color: #F060EA;
}
.AnyTagClassName
{
color: #F060EA;
}
</style>
background-color css
<style>
a { background-color: #F060EA; }
a { background-color: rgb(240,96,234); }
div.DivClassName
{
background-color: #F060EA;
}
.BgClassName
{
background-color: #F060EA;
}
</style>
border-color css
<style>
span { border-color: #F060EA; }
span { border-color: rgb(240,96,234); }
td.TdClassName
{
border-color: #F060EA;
}
.TagClassName
{
border-color: #F060EA;
}
</style>