Shades of Pink Flamingo #F966F4
Tints of Pink Flamingo #F966F4
RGB
CMYK
RGB Variations
Color information
#F966F4 (or 0xF966F4) is known color: Pink Flamingo. HEX triplet: F9, 66 and F4. RGB value is (249,102,244). Sum of RGB (Red+Green+Blue) = 249+102+244=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F966F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966F4 is #06990B. Grayscale: #A1A1A1. Windows color (decimal): -432396 or 16017145. OLE color: 16017145.
HSL color Cylindrical-coordinate representation of color #F966F4: hue angle of 302.04º 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 #F966F4 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 244 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.02 |
| HSL | 302.04º | 0.92% | 0.69% | - |
| HSV(B) | 302.04º | 0.59% | 0.98% | - |
| XYZ | 60.15 | 36.17 | 89.4 | - |
| YUV | 162.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 244 | 0 | 0.59 | 0.02 | 0.02 | 302.04 | 0.92 | 0.69 |
| Hex | F9 | 66 | F4 | 0 | 3B | 2 | 2 | 12E | 5C | 45 |
| Octal | 371 | 146 | 364 | 0 | 73 | 2 | 2 | 456 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11110100 | 0 | 111011 | 10 | 10 | 100101110 | 1011100 | 1000101 |
Color Harmonies of #F966F4
Complementary color
Monochromatic Colors of #F966F4
Black with #F966F4
Text Example
Text Example
White with #F966F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966F4; }
p { color: rgb(249,102,244); }
H1.HeaderClassName
{
color: #F966F4;
}
.AnyTagClassName
{
color: #F966F4;
}
</style>
background-color css
<style>
a { background-color: #F966F4; }
a { background-color: rgb(249,102,244); }
div.DivClassName
{
background-color: #F966F4;
}
.BgClassName
{
background-color: #F966F4;
}
</style>
border-color css
<style>
span { border-color: #F966F4; }
span { border-color: rgb(249,102,244); }
td.TdClassName
{
border-color: #F966F4;
}
.TagClassName
{
border-color: #F966F4;
}
</style>