Html Css Color HEX #F057EC Free Speech Magenta
📋 copy color: '#F057EC'red 240 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #F057EC
Tints of Free Speech Magenta #F057EC
RGB
CMYK
RGB Variations
Color information
#F057EC (or 0xF057EC) is known color: Free Speech Magenta. HEX triplet: F0, 57 and EC. RGB value is (240,87,236). Sum of RGB (Red+Green+Blue) = 240+87+236=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F057EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057EC is #0FA813. Grayscale: #959595. Windows color (decimal): -1026068 or 15489008. OLE color: 15489008.
HSL color Cylindrical-coordinate representation of color #F057EC: hue angle of 301.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057EC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 236 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.06 |
| HSL | 301.57º | 0.84% | 0.64% | - |
| HSV(B) | 301.57º | 0.64% | 0.94% | - |
| XYZ | 54.48 | 31.4 | 82.55 | - |
| YUV | 149.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 236 | 0 | 0.64 | 0.02 | 0.06 | 301.57 | 0.84 | 0.64 |
| Hex | F0 | 57 | EC | 0 | 40 | 2 | 6 | 12E | 54 | 40 |
| Octal | 360 | 127 | 354 | 0 | 100 | 2 | 6 | 456 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11101100 | 0 | 1000000 | 10 | 110 | 100101110 | 1010100 | 1000000 |
Color Harmonies of #F057EC
Complementary color
Monochromatic Colors of #F057EC
Black with #F057EC
Text Example
Text Example
White with #F057EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057EC; }
p { color: rgb(240,87,236); }
H1.HeaderClassName
{
color: #F057EC;
}
.AnyTagClassName
{
color: #F057EC;
}
</style>
background-color css
<style>
a { background-color: #F057EC; }
a { background-color: rgb(240,87,236); }
div.DivClassName
{
background-color: #F057EC;
}
.BgClassName
{
background-color: #F057EC;
}
</style>
border-color css
<style>
span { border-color: #F057EC; }
span { border-color: rgb(240,87,236); }
td.TdClassName
{
border-color: #F057EC;
}
.TagClassName
{
border-color: #F057EC;
}
</style>