Shades of Pink Flamingo #F966E7
Tints of Pink Flamingo #F966E7
RGB
CMYK
RGB Variations
Color information
#F966E7 (or 0xF966E7) is known color: Pink Flamingo. HEX triplet: F9, 66 and E7. RGB value is (249,102,231). Sum of RGB (Red+Green+Blue) = 249+102+231=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F966E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966E7 is #069918. Grayscale: #A0A0A0. Windows color (decimal): -432409 or 15165177. OLE color: 15165177.
HSL color Cylindrical-coordinate representation of color #F966E7: hue angle of 307.35º 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 #F966E7 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 231 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.02 |
| HSL | 307.35º | 0.92% | 0.69% | - |
| HSV(B) | 307.35º | 0.59% | 0.98% | - |
| XYZ | 58.24 | 35.41 | 79.37 | - |
| YUV | 160.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 231 | 0 | 0.59 | 0.07 | 0.02 | 307.35 | 0.92 | 0.69 |
| Hex | F9 | 66 | E7 | 0 | 3B | 7 | 2 | 133 | 5C | 45 |
| Octal | 371 | 146 | 347 | 0 | 73 | 7 | 2 | 463 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11100111 | 0 | 111011 | 111 | 10 | 100110011 | 1011100 | 1000101 |
Color Harmonies of #F966E7
Complementary color
Monochromatic Colors of #F966E7
Black with #F966E7
Text Example
Text Example
White with #F966E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966E7; }
p { color: rgb(249,102,231); }
H1.HeaderClassName
{
color: #F966E7;
}
.AnyTagClassName
{
color: #F966E7;
}
</style>
background-color css
<style>
a { background-color: #F966E7; }
a { background-color: rgb(249,102,231); }
div.DivClassName
{
background-color: #F966E7;
}
.BgClassName
{
background-color: #F966E7;
}
</style>
border-color css
<style>
span { border-color: #F966E7; }
span { border-color: rgb(249,102,231); }
td.TdClassName
{
border-color: #F966E7;
}
.TagClassName
{
border-color: #F966E7;
}
</style>