Shades of Pink Flamingo #F56AF0
Tints of Pink Flamingo #F56AF0
RGB
CMYK
RGB Variations
Color information
#F56AF0 (or 0xF56AF0) is known color: Pink Flamingo. HEX triplet: F5, 6A and F0. RGB value is (245,106,240). Sum of RGB (Red+Green+Blue) = 245+106+240=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AF0 is #0A950F. Grayscale: #A2A2A2. Windows color (decimal): -693520 or 15756021. OLE color: 15756021.
HSL color Cylindrical-coordinate representation of color #F56AF0: hue angle of 302.16º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AF0 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 240 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 302.16º | 0.87% | 0.69% | - |
| HSV(B) | 302.16º | 0.57% | 0.96% | - |
| XYZ | 58.54 | 36.01 | 86.3 | - |
| YUV | 162.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 240 | 0 | 0.57 | 0.02 | 0.04 | 302.16 | 0.87 | 0.69 |
| Hex | F5 | 6A | F0 | 0 | 39 | 2 | 4 | 12E | 57 | 45 |
| Octal | 365 | 152 | 360 | 0 | 71 | 2 | 4 | 456 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11110000 | 0 | 111001 | 10 | 100 | 100101110 | 1010111 | 1000101 |
Color Harmonies of #F56AF0
Complementary color
Monochromatic Colors of #F56AF0
Black with #F56AF0
Text Example
Text Example
White with #F56AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AF0; }
p { color: rgb(245,106,240); }
H1.HeaderClassName
{
color: #F56AF0;
}
.AnyTagClassName
{
color: #F56AF0;
}
</style>
background-color css
<style>
a { background-color: #F56AF0; }
a { background-color: rgb(245,106,240); }
div.DivClassName
{
background-color: #F56AF0;
}
.BgClassName
{
background-color: #F56AF0;
}
</style>
border-color css
<style>
span { border-color: #F56AF0; }
span { border-color: rgb(245,106,240); }
td.TdClassName
{
border-color: #F56AF0;
}
.TagClassName
{
border-color: #F56AF0;
}
</style>