Shades of Pink Flamingo #F966EF
Tints of Pink Flamingo #F966EF
RGB
CMYK
RGB Variations
Color information
#F966EF (or 0xF966EF) is known color: Pink Flamingo. HEX triplet: F9, 66 and EF. RGB value is (249,102,239). Sum of RGB (Red+Green+Blue) = 249+102+239=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EF is #069910. Grayscale: #A1A1A1. Windows color (decimal): -432401 or 15689465. OLE color: 15689465.
HSL color Cylindrical-coordinate representation of color #F966EF: hue angle of 304.08º 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 #F966EF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 239 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 304.08º | 0.92% | 0.69% | - |
| HSV(B) | 304.08º | 0.59% | 0.98% | - |
| XYZ | 59.4 | 35.87 | 85.46 | - |
| YUV | 161.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 239 | 0 | 0.59 | 0.04 | 0.02 | 304.08 | 0.92 | 0.69 |
| Hex | F9 | 66 | EF | 0 | 3B | 4 | 2 | 130 | 5C | 45 |
| Octal | 371 | 146 | 357 | 0 | 73 | 4 | 2 | 460 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11101111 | 0 | 111011 | 100 | 10 | 100110000 | 1011100 | 1000101 |
Color Harmonies of #F966EF
Complementary color
Monochromatic Colors of #F966EF
Black with #F966EF
Text Example
Text Example
White with #F966EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966EF; }
p { color: rgb(249,102,239); }
H1.HeaderClassName
{
color: #F966EF;
}
.AnyTagClassName
{
color: #F966EF;
}
</style>
background-color css
<style>
a { background-color: #F966EF; }
a { background-color: rgb(249,102,239); }
div.DivClassName
{
background-color: #F966EF;
}
.BgClassName
{
background-color: #F966EF;
}
</style>
border-color css
<style>
span { border-color: #F966EF; }
span { border-color: rgb(249,102,239); }
td.TdClassName
{
border-color: #F966EF;
}
.TagClassName
{
border-color: #F966EF;
}
</style>