Html Css Color HEX #F059EC Free Speech Magenta
📋 copy color: '#F059EC'red 240 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #F059EC
Tints of Free Speech Magenta #F059EC
RGB
CMYK
RGB Variations
Color information
#F059EC (or 0xF059EC) is known color: Free Speech Magenta. HEX triplet: F0, 59 and EC. RGB value is (240,89,236). Sum of RGB (Red+Green+Blue) = 240+89+236=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F059EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059EC is #0FA613. Grayscale: #969696. Windows color (decimal): -1025556 or 15489520. OLE color: 15489520.
HSL color Cylindrical-coordinate representation of color #F059EC: hue angle of 301.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059EC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 236 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.06 |
| HSL | 301.59º | 0.83% | 0.65% | - |
| HSV(B) | 301.59º | 0.63% | 0.94% | - |
| XYZ | 54.65 | 31.73 | 82.6 | - |
| YUV | 150.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 236 | 0 | 0.63 | 0.02 | 0.06 | 301.59 | 0.83 | 0.65 |
| Hex | F0 | 59 | EC | 0 | 3F | 2 | 6 | 12E | 53 | 41 |
| Octal | 360 | 131 | 354 | 0 | 77 | 2 | 6 | 456 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11101100 | 0 | 111111 | 10 | 110 | 100101110 | 1010011 | 1000001 |
Color Harmonies of #F059EC
Complementary color
Monochromatic Colors of #F059EC
Black with #F059EC
Text Example
Text Example
White with #F059EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059EC; }
p { color: rgb(240,89,236); }
H1.HeaderClassName
{
color: #F059EC;
}
.AnyTagClassName
{
color: #F059EC;
}
</style>
background-color css
<style>
a { background-color: #F059EC; }
a { background-color: rgb(240,89,236); }
div.DivClassName
{
background-color: #F059EC;
}
.BgClassName
{
background-color: #F059EC;
}
</style>
border-color css
<style>
span { border-color: #F059EC; }
span { border-color: rgb(240,89,236); }
td.TdClassName
{
border-color: #F059EC;
}
.TagClassName
{
border-color: #F059EC;
}
</style>