Shades of Pink Flamingo #F562EC
Tints of Pink Flamingo #F562EC
RGB
CMYK
RGB Variations
Color information
#F562EC (or 0xF562EC) is known color: Pink Flamingo. HEX triplet: F5, 62 and EC. RGB value is (245,98,236). Sum of RGB (Red+Green+Blue) = 245+98+236=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 98 (38.67% from 255 or 16.93% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F562EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562EC is #0A9D13. Grayscale: #9D9D9D. Windows color (decimal): -695572 or 15491829. OLE color: 15491829.
HSL color Cylindrical-coordinate representation of color #F562EC: hue angle of 303.67º 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 #F562EC is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 236 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.04 |
| HSL | 303.67º | 0.88% | 0.67% | - |
| HSV(B) | 303.67º | 0.6% | 0.96% | - |
| XYZ | 57.16 | 34.2 | 82.95 | - |
| YUV | 157.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 236 | 0 | 0.6 | 0.04 | 0.04 | 303.67 | 0.88 | 0.67 |
| Hex | F5 | 62 | EC | 0 | 3C | 4 | 4 | 130 | 58 | 43 |
| Octal | 365 | 142 | 354 | 0 | 74 | 4 | 4 | 460 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11101100 | 0 | 111100 | 100 | 100 | 100110000 | 1011000 | 1000011 |
Color Harmonies of #F562EC
Complementary color
Monochromatic Colors of #F562EC
Black with #F562EC
Text Example
Text Example
White with #F562EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562EC; }
p { color: rgb(245,98,236); }
H1.HeaderClassName
{
color: #F562EC;
}
.AnyTagClassName
{
color: #F562EC;
}
</style>
background-color css
<style>
a { background-color: #F562EC; }
a { background-color: rgb(245,98,236); }
div.DivClassName
{
background-color: #F562EC;
}
.BgClassName
{
background-color: #F562EC;
}
</style>
border-color css
<style>
span { border-color: #F562EC; }
span { border-color: rgb(245,98,236); }
td.TdClassName
{
border-color: #F562EC;
}
.TagClassName
{
border-color: #F562EC;
}
</style>