Shades of Pink Flamingo #F06AF6
Tints of Pink Flamingo #F06AF6
RGB
CMYK
RGB Variations
Color information
#F06AF6 (or 0xF06AF6) is known color: Pink Flamingo. HEX triplet: F0, 6A and F6. RGB value is (240,106,246). Sum of RGB (Red+Green+Blue) = 240+106+246=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 106 (41.80% from 255 or 17.91% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #F06AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AF6 is #0F9509. Grayscale: #A1A1A1. Windows color (decimal): -1021194 or 16149232. OLE color: 16149232.
HSL color Cylindrical-coordinate representation of color #F06AF6: hue angle of 297.43º 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 #F06AF6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 106 | 246 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.04 |
| HSL | 297.43º | 0.89% | 0.69% | - |
| HSV(B) | 297.43º | 0.57% | 0.96% | - |
| XYZ | 57.72 | 35.49 | 91 | - |
| YUV | 162.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 246 | 0.02 | 0.57 | 0 | 0.04 | 297.43 | 0.89 | 0.69 |
| Hex | F0 | 6A | F6 | 2 | 39 | 0 | 4 | 129 | 59 | 45 |
| Octal | 360 | 152 | 366 | 2 | 71 | 0 | 4 | 451 | 131 | 105 |
| Binary | 11110000 | 1101010 | 11110110 | 10 | 111001 | 0 | 100 | 100101001 | 1011001 | 1000101 |
Color Harmonies of #F06AF6
Complementary color
Monochromatic Colors of #F06AF6
Black with #F06AF6
Text Example
Text Example
White with #F06AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AF6; }
p { color: rgb(240,106,246); }
H1.HeaderClassName
{
color: #F06AF6;
}
.AnyTagClassName
{
color: #F06AF6;
}
</style>
background-color css
<style>
a { background-color: #F06AF6; }
a { background-color: rgb(240,106,246); }
div.DivClassName
{
background-color: #F06AF6;
}
.BgClassName
{
background-color: #F06AF6;
}
</style>
border-color css
<style>
span { border-color: #F06AF6; }
span { border-color: rgb(240,106,246); }
td.TdClassName
{
border-color: #F06AF6;
}
.TagClassName
{
border-color: #F06AF6;
}
</style>