Shades of Pink Flamingo #F56AF6
Tints of Pink Flamingo #F56AF6
RGB
CMYK
RGB Variations
Color information
#F56AF6 (or 0xF56AF6) is known color: Pink Flamingo. HEX triplet: F5, 6A and F6. RGB value is (245,106,246). Sum of RGB (Red+Green+Blue) = 245+106+246=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #F56AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AF6 is #0A9509. Grayscale: #A3A3A3. Windows color (decimal): -693514 or 16149237. OLE color: 16149237.
HSL color Cylindrical-coordinate representation of color #F56AF6: hue angle of 299.57º degrees, saturation: 0.89, 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 #F56AF6 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 246 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.04 |
| HSL | 299.57º | 0.89% | 0.69% | - |
| HSV(B) | 299.57º | 0.57% | 0.96% | - |
| XYZ | 59.44 | 36.37 | 91.08 | - |
| YUV | 163.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 246 | 0.00 | 0.57 | 0 | 0.04 | 299.57 | 0.89 | 0.69 |
| Hex | F5 | 6A | F6 | 0 | 39 | 0 | 4 | 12C | 59 | 45 |
| Octal | 365 | 152 | 366 | 0 | 71 | 0 | 4 | 454 | 131 | 105 |
| Binary | 11110101 | 1101010 | 11110110 | 0 | 111001 | 0 | 100 | 100101100 | 1011001 | 1000101 |
Color Harmonies of #F56AF6
Complementary color
Monochromatic Colors of #F56AF6
Black with #F56AF6
Text Example
Text Example
White with #F56AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AF6; }
p { color: rgb(245,106,246); }
H1.HeaderClassName
{
color: #F56AF6;
}
.AnyTagClassName
{
color: #F56AF6;
}
</style>
background-color css
<style>
a { background-color: #F56AF6; }
a { background-color: rgb(245,106,246); }
div.DivClassName
{
background-color: #F56AF6;
}
.BgClassName
{
background-color: #F56AF6;
}
</style>
border-color css
<style>
span { border-color: #F56AF6; }
span { border-color: rgb(245,106,246); }
td.TdClassName
{
border-color: #F56AF6;
}
.TagClassName
{
border-color: #F56AF6;
}
</style>