Shades of Pink Flamingo #F559EC
Tints of Pink Flamingo #F559EC
RGB
CMYK
RGB Variations
Color information
#F559EC (or 0xF559EC) is known color: Pink Flamingo. HEX triplet: F5, 59 and EC. RGB value is (245,89,236). Sum of RGB (Red+Green+Blue) = 245+89+236=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 89 (35.16% from 255 or 15.61% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F559EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F559EC is #0AA613. Grayscale: #979797. Windows color (decimal): -697876 or 15489525. OLE color: 15489525.
HSL color Cylindrical-coordinate representation of color #F559EC: hue angle of 303.46º 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 #F559EC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 236 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.04 |
| HSL | 303.46º | 0.89% | 0.65% | - |
| HSV(B) | 303.46º | 0.64% | 0.96% | - |
| XYZ | 56.37 | 32.61 | 82.68 | - |
| YUV | 152.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 236 | 0 | 0.64 | 0.04 | 0.04 | 303.46 | 0.89 | 0.65 |
| Hex | F5 | 59 | EC | 0 | 40 | 4 | 4 | 12F | 59 | 41 |
| Octal | 365 | 131 | 354 | 0 | 100 | 4 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1011001 | 11101100 | 0 | 1000000 | 100 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F559EC
Complementary color
Monochromatic Colors of #F559EC
Black with #F559EC
Text Example
Text Example
White with #F559EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559EC; }
p { color: rgb(245,89,236); }
H1.HeaderClassName
{
color: #F559EC;
}
.AnyTagClassName
{
color: #F559EC;
}
</style>
background-color css
<style>
a { background-color: #F559EC; }
a { background-color: rgb(245,89,236); }
div.DivClassName
{
background-color: #F559EC;
}
.BgClassName
{
background-color: #F559EC;
}
</style>
border-color css
<style>
span { border-color: #F559EC; }
span { border-color: rgb(245,89,236); }
td.TdClassName
{
border-color: #F559EC;
}
.TagClassName
{
border-color: #F559EC;
}
</style>