Shades of Pink Flamingo #F560EE
Tints of Pink Flamingo #F560EE
RGB
CMYK
RGB Variations
Color information
#F560EE (or 0xF560EE) is known color: Pink Flamingo. HEX triplet: F5, 60 and EE. RGB value is (245,96,238). Sum of RGB (Red+Green+Blue) = 245+96+238=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F560EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560EE is #0A9F11. Grayscale: #9C9C9C. Windows color (decimal): -696082 or 15622389. OLE color: 15622389.
HSL color Cylindrical-coordinate representation of color #F560EE: hue angle of 302.82º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560EE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 238 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.04 |
| HSL | 302.82º | 0.88% | 0.67% | - |
| HSV(B) | 302.82º | 0.61% | 0.96% | - |
| XYZ | 57.27 | 33.95 | 84.42 | - |
| YUV | 156.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 238 | 0 | 0.61 | 0.03 | 0.04 | 302.82 | 0.88 | 0.67 |
| Hex | F5 | 60 | EE | 0 | 3D | 3 | 4 | 12F | 58 | 43 |
| Octal | 365 | 140 | 356 | 0 | 75 | 3 | 4 | 457 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11101110 | 0 | 111101 | 11 | 100 | 100101111 | 1011000 | 1000011 |
Color Harmonies of #F560EE
Complementary color
Monochromatic Colors of #F560EE
Black with #F560EE
Text Example
Text Example
White with #F560EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560EE; }
p { color: rgb(245,96,238); }
H1.HeaderClassName
{
color: #F560EE;
}
.AnyTagClassName
{
color: #F560EE;
}
</style>
background-color css
<style>
a { background-color: #F560EE; }
a { background-color: rgb(245,96,238); }
div.DivClassName
{
background-color: #F560EE;
}
.BgClassName
{
background-color: #F560EE;
}
</style>
border-color css
<style>
span { border-color: #F560EE; }
span { border-color: rgb(245,96,238); }
td.TdClassName
{
border-color: #F560EE;
}
.TagClassName
{
border-color: #F560EE;
}
</style>