Shades of Pink Flamingo #F560FF
Tints of Pink Flamingo #F560FF
RGB
CMYK
RGB Variations
Color information
#F560FF (or 0xF560FF) is known color: Pink Flamingo. HEX triplet: F5, 60 and FF. RGB value is (245,96,255). Sum of RGB (Red+Green+Blue) = 245+96+255=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 96 (37.89% from 255 or 16.11% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F560FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F560FF is #0A9F00. Grayscale: #9E9E9E. Windows color (decimal): -696065 or 16736501. OLE color: 16736501.
HSL color Cylindrical-coordinate representation of color #F560FF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F560FF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 96 | 255 | - |
| CMYK | 0.04 | 0.62 | 0 | 0 |
| HSL | 296.23º | 1% | 0.69% | - |
| HSV(B) | 296.23º | 0.62% | 1% | - |
| XYZ | 59.89 | 35 | 98.21 | - |
| YUV | 158.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 255 | 0.04 | 0.62 | 0 | 0 | 296.23 | 1 | 0.69 |
| Hex | F5 | 60 | FF | 4 | 3E | 0 | 0 | 128 | 64 | 45 |
| Octal | 365 | 140 | 377 | 4 | 76 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110101 | 1100000 | 11111111 | 100 | 111110 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F560FF
Complementary color
Monochromatic Colors of #F560FF
Black with #F560FF
Text Example
Text Example
White with #F560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560FF; }
p { color: rgb(245,96,255); }
H1.HeaderClassName
{
color: #F560FF;
}
.AnyTagClassName
{
color: #F560FF;
}
</style>
background-color css
<style>
a { background-color: #F560FF; }
a { background-color: rgb(245,96,255); }
div.DivClassName
{
background-color: #F560FF;
}
.BgClassName
{
background-color: #F560FF;
}
</style>
border-color css
<style>
span { border-color: #F560FF; }
span { border-color: rgb(245,96,255); }
td.TdClassName
{
border-color: #F560FF;
}
.TagClassName
{
border-color: #F560FF;
}
</style>