Shades of Pink Flamingo #F66AF1
Tints of Pink Flamingo #F66AF1
RGB
CMYK
RGB Variations
Color information
#F66AF1 (or 0xF66AF1) is known color: Pink Flamingo. HEX triplet: F6, 6A and F1. RGB value is (246,106,241). Sum of RGB (Red+Green+Blue) = 246+106+241=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66AF1 is #09950E. Grayscale: #A2A2A2. Windows color (decimal): -627983 or 15821558. OLE color: 15821558.
HSL color Cylindrical-coordinate representation of color #F66AF1: hue angle of 302.14º 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 #F66AF1 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 241 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 302.14º | 0.89% | 0.69% | - |
| HSV(B) | 302.14º | 0.57% | 0.96% | - |
| XYZ | 59.04 | 36.25 | 87.1 | - |
| YUV | 163.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 241 | 0 | 0.57 | 0.02 | 0.04 | 302.14 | 0.89 | 0.69 |
| Hex | F6 | 6A | F1 | 0 | 39 | 2 | 4 | 12E | 59 | 45 |
| Octal | 366 | 152 | 361 | 0 | 71 | 2 | 4 | 456 | 131 | 105 |
| Binary | 11110110 | 1101010 | 11110001 | 0 | 111001 | 10 | 100 | 100101110 | 1011001 | 1000101 |
Color Harmonies of #F66AF1
Complementary color
Monochromatic Colors of #F66AF1
Black with #F66AF1
Text Example
Text Example
White with #F66AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66AF1; }
p { color: rgb(246,106,241); }
H1.HeaderClassName
{
color: #F66AF1;
}
.AnyTagClassName
{
color: #F66AF1;
}
</style>
background-color css
<style>
a { background-color: #F66AF1; }
a { background-color: rgb(246,106,241); }
div.DivClassName
{
background-color: #F66AF1;
}
.BgClassName
{
background-color: #F66AF1;
}
</style>
border-color css
<style>
span { border-color: #F66AF1; }
span { border-color: rgb(246,106,241); }
td.TdClassName
{
border-color: #F66AF1;
}
.TagClassName
{
border-color: #F66AF1;
}
</style>