Shades of Pink Flamingo #F966E9
Tints of Pink Flamingo #F966E9
RGB
CMYK
RGB Variations
Color information
#F966E9 (or 0xF966E9) is known color: Pink Flamingo. HEX triplet: F9, 66 and E9. RGB value is (249,102,233). Sum of RGB (Red+Green+Blue) = 249+102+233=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F966E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966E9 is #069916. Grayscale: #A0A0A0. Windows color (decimal): -432407 or 15296249. OLE color: 15296249.
HSL color Cylindrical-coordinate representation of color #F966E9: hue angle of 306.53º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966E9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 233 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 306.53º | 0.92% | 0.69% | - |
| HSV(B) | 306.53º | 0.59% | 0.98% | - |
| XYZ | 58.53 | 35.53 | 80.86 | - |
| YUV | 160.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 233 | 0 | 0.59 | 0.06 | 0.02 | 306.53 | 0.92 | 0.69 |
| Hex | F9 | 66 | E9 | 0 | 3B | 6 | 2 | 133 | 5C | 45 |
| Octal | 371 | 146 | 351 | 0 | 73 | 6 | 2 | 463 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11101001 | 0 | 111011 | 110 | 10 | 100110011 | 1011100 | 1000101 |
Color Harmonies of #F966E9
Complementary color
Monochromatic Colors of #F966E9
Black with #F966E9
Text Example
Text Example
White with #F966E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966E9; }
p { color: rgb(249,102,233); }
H1.HeaderClassName
{
color: #F966E9;
}
.AnyTagClassName
{
color: #F966E9;
}
</style>
background-color css
<style>
a { background-color: #F966E9; }
a { background-color: rgb(249,102,233); }
div.DivClassName
{
background-color: #F966E9;
}
.BgClassName
{
background-color: #F966E9;
}
</style>
border-color css
<style>
span { border-color: #F966E9; }
span { border-color: rgb(249,102,233); }
td.TdClassName
{
border-color: #F966E9;
}
.TagClassName
{
border-color: #F966E9;
}
</style>