Html Css Color HEX #F556E0 Free Speech Magenta
📋 copy color: '#F556E0'red 245 ◦ green 86 ◦ blue 224
Shades of Free Speech Magenta #F556E0
Tints of Free Speech Magenta #F556E0
RGB
CMYK
RGB Variations
Color information
#F556E0 (or 0xF556E0) is known color: Free Speech Magenta. HEX triplet: F5, 56 and E0. RGB value is (245,86,224). Sum of RGB (Red+Green+Blue) = 245+86+224=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F556E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F556E0 is #0AA91F. Grayscale: #949494. Windows color (decimal): -698656 or 14702325. OLE color: 14702325.
HSL color Cylindrical-coordinate representation of color #F556E0: hue angle of 307.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556E0 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 224 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.04 |
| HSL | 307.92º | 0.89% | 0.65% | - |
| HSV(B) | 307.92º | 0.65% | 0.96% | - |
| XYZ | 54.44 | 31.45 | 73.72 | - |
| YUV | 149.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 224 | 0 | 0.65 | 0.09 | 0.04 | 307.92 | 0.89 | 0.65 |
| Hex | F5 | 56 | E0 | 0 | 41 | 9 | 4 | 134 | 59 | 41 |
| Octal | 365 | 126 | 340 | 0 | 101 | 11 | 4 | 464 | 131 | 101 |
| Binary | 11110101 | 1010110 | 11100000 | 0 | 1000001 | 1001 | 100 | 100110100 | 1011001 | 1000001 |
Color Harmonies of #F556E0
Complementary color
Monochromatic Colors of #F556E0
Black with #F556E0
Text Example
Text Example
White with #F556E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556E0; }
p { color: rgb(245,86,224); }
H1.HeaderClassName
{
color: #F556E0;
}
.AnyTagClassName
{
color: #F556E0;
}
</style>
background-color css
<style>
a { background-color: #F556E0; }
a { background-color: rgb(245,86,224); }
div.DivClassName
{
background-color: #F556E0;
}
.BgClassName
{
background-color: #F556E0;
}
</style>
border-color css
<style>
span { border-color: #F556E0; }
span { border-color: rgb(245,86,224); }
td.TdClassName
{
border-color: #F556E0;
}
.TagClassName
{
border-color: #F556E0;
}
</style>