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