Shades of Pink Flamingo #F561EC
Tints of Pink Flamingo #F561EC
RGB
CMYK
RGB Variations
Color information
#F561EC (or 0xF561EC) is known color: Pink Flamingo. HEX triplet: F5, 61 and EC. RGB value is (245,97,236). Sum of RGB (Red+Green+Blue) = 245+97+236=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 97 (38.28% from 255 or 16.78% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F561EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561EC is #0A9E13. Grayscale: #9C9C9C. Windows color (decimal): -695828 or 15491573. OLE color: 15491573.
HSL color Cylindrical-coordinate representation of color #F561EC: hue angle of 303.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561EC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 236 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.04 |
| HSL | 303.65º | 0.88% | 0.67% | - |
| HSV(B) | 303.65º | 0.6% | 0.96% | - |
| XYZ | 57.07 | 34.02 | 82.92 | - |
| YUV | 157.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 236 | 0 | 0.60 | 0.04 | 0.04 | 303.65 | 0.88 | 0.67 |
| Hex | F5 | 61 | EC | 0 | 3C | 4 | 4 | 130 | 58 | 43 |
| Octal | 365 | 141 | 354 | 0 | 74 | 4 | 4 | 460 | 130 | 103 |
| Binary | 11110101 | 1100001 | 11101100 | 0 | 111100 | 100 | 100 | 100110000 | 1011000 | 1000011 |
Color Harmonies of #F561EC
Complementary color
Monochromatic Colors of #F561EC
Black with #F561EC
Text Example
Text Example
White with #F561EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561EC; }
p { color: rgb(245,97,236); }
H1.HeaderClassName
{
color: #F561EC;
}
.AnyTagClassName
{
color: #F561EC;
}
</style>
background-color css
<style>
a { background-color: #F561EC; }
a { background-color: rgb(245,97,236); }
div.DivClassName
{
background-color: #F561EC;
}
.BgClassName
{
background-color: #F561EC;
}
</style>
border-color css
<style>
span { border-color: #F561EC; }
span { border-color: rgb(245,97,236); }
td.TdClassName
{
border-color: #F561EC;
}
.TagClassName
{
border-color: #F561EC;
}
</style>