Html Css Color HEX #F056EC Free Speech Magenta
📋 copy color: '#F056EC'red 240 ◦ green 86 ◦ blue 236
Shades of Free Speech Magenta #F056EC
Tints of Free Speech Magenta #F056EC
RGB
CMYK
RGB Variations
Color information
#F056EC (or 0xF056EC) is known color: Free Speech Magenta. HEX triplet: F0, 56 and EC. RGB value is (240,86,236). Sum of RGB (Red+Green+Blue) = 240+86+236=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F056EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056EC is #0FA913. Grayscale: #949494. Windows color (decimal): -1026324 or 15488752. OLE color: 15488752.
HSL color Cylindrical-coordinate representation of color #F056EC: hue angle of 301.56º 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 #F056EC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 236 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.06 |
| HSL | 301.56º | 0.84% | 0.64% | - |
| HSV(B) | 301.56º | 0.64% | 0.94% | - |
| XYZ | 54.4 | 31.24 | 82.52 | - |
| YUV | 149.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 236 | 0 | 0.64 | 0.02 | 0.06 | 301.56 | 0.84 | 0.64 |
| Hex | F0 | 56 | EC | 0 | 40 | 2 | 6 | 12E | 54 | 40 |
| Octal | 360 | 126 | 354 | 0 | 100 | 2 | 6 | 456 | 124 | 100 |
| Binary | 11110000 | 1010110 | 11101100 | 0 | 1000000 | 10 | 110 | 100101110 | 1010100 | 1000000 |
Color Harmonies of #F056EC
Complementary color
Monochromatic Colors of #F056EC
Black with #F056EC
Text Example
Text Example
White with #F056EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056EC; }
p { color: rgb(240,86,236); }
H1.HeaderClassName
{
color: #F056EC;
}
.AnyTagClassName
{
color: #F056EC;
}
</style>
background-color css
<style>
a { background-color: #F056EC; }
a { background-color: rgb(240,86,236); }
div.DivClassName
{
background-color: #F056EC;
}
.BgClassName
{
background-color: #F056EC;
}
</style>
border-color css
<style>
span { border-color: #F056EC; }
span { border-color: rgb(240,86,236); }
td.TdClassName
{
border-color: #F056EC;
}
.TagClassName
{
border-color: #F056EC;
}
</style>