Shades of Pink Flamingo #F560EA
Tints of Pink Flamingo #F560EA
RGB
CMYK
RGB Variations
Color information
#F560EA (or 0xF560EA) is known color: Pink Flamingo. HEX triplet: F5, 60 and EA. RGB value is (245,96,234). Sum of RGB (Red+Green+Blue) = 245+96+234=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F560EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560EA is #0A9F15. Grayscale: #9B9B9B. Windows color (decimal): -696086 or 15360245. OLE color: 15360245.
HSL color Cylindrical-coordinate representation of color #F560EA: hue angle of 304.43º 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 #F560EA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 234 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.04 |
| HSL | 304.43º | 0.88% | 0.67% | - |
| HSV(B) | 304.43º | 0.61% | 0.96% | - |
| XYZ | 56.69 | 33.72 | 81.36 | - |
| YUV | 156.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 234 | 0 | 0.61 | 0.04 | 0.04 | 304.43 | 0.88 | 0.67 |
| Hex | F5 | 60 | EA | 0 | 3D | 4 | 4 | 130 | 58 | 43 |
| Octal | 365 | 140 | 352 | 0 | 75 | 4 | 4 | 460 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11101010 | 0 | 111101 | 100 | 100 | 100110000 | 1011000 | 1000011 |
Color Harmonies of #F560EA
Complementary color
Monochromatic Colors of #F560EA
Black with #F560EA
Text Example
Text Example
White with #F560EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560EA; }
p { color: rgb(245,96,234); }
H1.HeaderClassName
{
color: #F560EA;
}
.AnyTagClassName
{
color: #F560EA;
}
</style>
background-color css
<style>
a { background-color: #F560EA; }
a { background-color: rgb(245,96,234); }
div.DivClassName
{
background-color: #F560EA;
}
.BgClassName
{
background-color: #F560EA;
}
</style>
border-color css
<style>
span { border-color: #F560EA; }
span { border-color: rgb(245,96,234); }
td.TdClassName
{
border-color: #F560EA;
}
.TagClassName
{
border-color: #F560EA;
}
</style>