Shades of Pink Flamingo #F562ED
Tints of Pink Flamingo #F562ED
RGB
CMYK
RGB Variations
Color information
#F562ED (or 0xF562ED) is known color: Pink Flamingo. HEX triplet: F5, 62 and ED. RGB value is (245,98,237). Sum of RGB (Red+Green+Blue) = 245+98+237=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 98 (38.67% from 255 or 16.90% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F562ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562ED is #0A9D12. Grayscale: #9D9D9D. Windows color (decimal): -695571 or 15557365. OLE color: 15557365.
HSL color Cylindrical-coordinate representation of color #F562ED: hue angle of 303.27º 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 #F562ED is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 237 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.04 |
| HSL | 303.27º | 0.88% | 0.67% | - |
| HSV(B) | 303.27º | 0.6% | 0.96% | - |
| XYZ | 57.31 | 34.26 | 83.71 | - |
| YUV | 157.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 237 | 0 | 0.6 | 0.03 | 0.04 | 303.27 | 0.88 | 0.67 |
| Hex | F5 | 62 | ED | 0 | 3C | 3 | 4 | 12F | 58 | 43 |
| Octal | 365 | 142 | 355 | 0 | 74 | 3 | 4 | 457 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11101101 | 0 | 111100 | 11 | 100 | 100101111 | 1011000 | 1000011 |
Color Harmonies of #F562ED
Complementary color
Monochromatic Colors of #F562ED
Black with #F562ED
Text Example
Text Example
White with #F562ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562ED; }
p { color: rgb(245,98,237); }
H1.HeaderClassName
{
color: #F562ED;
}
.AnyTagClassName
{
color: #F562ED;
}
</style>
background-color css
<style>
a { background-color: #F562ED; }
a { background-color: rgb(245,98,237); }
div.DivClassName
{
background-color: #F562ED;
}
.BgClassName
{
background-color: #F562ED;
}
</style>
border-color css
<style>
span { border-color: #F562ED; }
span { border-color: rgb(245,98,237); }
td.TdClassName
{
border-color: #F562ED;
}
.TagClassName
{
border-color: #F562ED;
}
</style>