Html Css Color HEX #F559CF Free Speech Magenta
📋 copy color: '#F559CF'red 245 ◦ green 89 ◦ blue 207
Shades of Free Speech Magenta #F559CF
Tints of Free Speech Magenta #F559CF
RGB
CMYK
RGB Variations
Color information
#F559CF (or 0xF559CF) is known color: Free Speech Magenta. HEX triplet: F5, 59 and CF. RGB value is (245,89,207). Sum of RGB (Red+Green+Blue) = 245+89+207=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F559CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559CF is #0AA630. Grayscale: #949494. Windows color (decimal): -697905 or 13588981. OLE color: 13588981.
HSL color Cylindrical-coordinate representation of color #F559CF: hue angle of 314.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559CF is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 207 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.04 |
| HSL | 314.62º | 0.89% | 0.65% | - |
| HSV(B) | 314.62º | 0.64% | 0.96% | - |
| XYZ | 52.49 | 31.06 | 62.26 | - |
| YUV | 149.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 207 | 0 | 0.64 | 0.16 | 0.04 | 314.62 | 0.89 | 0.65 |
| Hex | F5 | 59 | CF | 0 | 40 | 10 | 4 | 13B | 59 | 41 |
| Octal | 365 | 131 | 317 | 0 | 100 | 20 | 4 | 473 | 131 | 101 |
| Binary | 11110101 | 1011001 | 11001111 | 0 | 1000000 | 10000 | 100 | 100111011 | 1011001 | 1000001 |
Color Harmonies of #F559CF
Complementary color
Monochromatic Colors of #F559CF
Black with #F559CF
Text Example
Text Example
White with #F559CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559CF; }
p { color: rgb(245,89,207); }
H1.HeaderClassName
{
color: #F559CF;
}
.AnyTagClassName
{
color: #F559CF;
}
</style>
background-color css
<style>
a { background-color: #F559CF; }
a { background-color: rgb(245,89,207); }
div.DivClassName
{
background-color: #F559CF;
}
.BgClassName
{
background-color: #F559CF;
}
</style>
border-color css
<style>
span { border-color: #F559CF; }
span { border-color: rgb(245,89,207); }
td.TdClassName
{
border-color: #F559CF;
}
.TagClassName
{
border-color: #F559CF;
}
</style>