Shades of Pink Flamingo #F560FA
Tints of Pink Flamingo #F560FA
RGB
CMYK
RGB Variations
Color information
#F560FA (or 0xF560FA) is known color: Pink Flamingo. HEX triplet: F5, 60 and FA. RGB value is (245,96,250). Sum of RGB (Red+Green+Blue) = 245+96+250=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F560FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560FA is #0A9F05. Grayscale: #9D9D9D. Windows color (decimal): -696070 or 16408821. OLE color: 16408821.
HSL color Cylindrical-coordinate representation of color #F560FA: hue angle of 298.05º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F560FA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 96 | 250 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.02 |
| HSL | 298.05º | 0.94% | 0.68% | - |
| HSV(B) | 298.05º | 0.62% | 0.98% | - |
| XYZ | 59.09 | 34.68 | 94.02 | - |
| YUV | 158.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 250 | 0.02 | 0.62 | 0 | 0.02 | 298.05 | 0.94 | 0.68 |
| Hex | F5 | 60 | FA | 2 | 3E | 0 | 2 | 12A | 5E | 44 |
| Octal | 365 | 140 | 372 | 2 | 76 | 0 | 2 | 452 | 136 | 104 |
| Binary | 11110101 | 1100000 | 11111010 | 10 | 111110 | 0 | 10 | 100101010 | 1011110 | 1000100 |
Color Harmonies of #F560FA
Complementary color
Monochromatic Colors of #F560FA
Black with #F560FA
Text Example
Text Example
White with #F560FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560FA; }
p { color: rgb(245,96,250); }
H1.HeaderClassName
{
color: #F560FA;
}
.AnyTagClassName
{
color: #F560FA;
}
</style>
background-color css
<style>
a { background-color: #F560FA; }
a { background-color: rgb(245,96,250); }
div.DivClassName
{
background-color: #F560FA;
}
.BgClassName
{
background-color: #F560FA;
}
</style>
border-color css
<style>
span { border-color: #F560FA; }
span { border-color: rgb(245,96,250); }
td.TdClassName
{
border-color: #F560FA;
}
.TagClassName
{
border-color: #F560FA;
}
</style>