Html Css Color HEX #F559CE Free Speech Magenta
📋 copy color: '#F559CE'red 245 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #F559CE
Tints of Free Speech Magenta #F559CE
RGB
CMYK
RGB Variations
Color information
#F559CE (or 0xF559CE) is known color: Free Speech Magenta. HEX triplet: F5, 59 and CE. RGB value is (245,89,206). Sum of RGB (Red+Green+Blue) = 245+89+206=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F559CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559CE is #0AA631. Grayscale: #949494. Windows color (decimal): -697906 or 13523445. OLE color: 13523445.
HSL color Cylindrical-coordinate representation of color #F559CE: hue angle of 315º 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 #F559CE is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 206 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.04 |
| HSL | 315º | 0.89% | 0.65% | - |
| HSV(B) | 315º | 0.64% | 0.96% | - |
| XYZ | 52.37 | 31.01 | 61.62 | - |
| YUV | 148.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 206 | 0 | 0.64 | 0.16 | 0.04 | 315 | 0.89 | 0.65 |
| Hex | F5 | 59 | CE | 0 | 40 | 10 | 4 | 13B | 59 | 41 |
| Octal | 365 | 131 | 316 | 0 | 100 | 20 | 4 | 473 | 131 | 101 |
| Binary | 11110101 | 1011001 | 11001110 | 0 | 1000000 | 10000 | 100 | 100111011 | 1011001 | 1000001 |
Color Harmonies of #F559CE
Complementary color
Monochromatic Colors of #F559CE
Black with #F559CE
Text Example
Text Example
White with #F559CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559CE; }
p { color: rgb(245,89,206); }
H1.HeaderClassName
{
color: #F559CE;
}
.AnyTagClassName
{
color: #F559CE;
}
</style>
background-color css
<style>
a { background-color: #F559CE; }
a { background-color: rgb(245,89,206); }
div.DivClassName
{
background-color: #F559CE;
}
.BgClassName
{
background-color: #F559CE;
}
</style>
border-color css
<style>
span { border-color: #F559CE; }
span { border-color: rgb(245,89,206); }
td.TdClassName
{
border-color: #F559CE;
}
.TagClassName
{
border-color: #F559CE;
}
</style>