Shades of Pink Flamingo #F966ED
Tints of Pink Flamingo #F966ED
RGB
CMYK
RGB Variations
Color information
#F966ED (or 0xF966ED) is known color: Pink Flamingo. HEX triplet: F9, 66 and ED. RGB value is (249,102,237). Sum of RGB (Red+Green+Blue) = 249+102+237=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F966ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966ED is #069912. Grayscale: #A0A0A0. Windows color (decimal): -432403 or 15558393. OLE color: 15558393.
HSL color Cylindrical-coordinate representation of color #F966ED: hue angle of 304.9º 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 #F966ED is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 237 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.02 |
| HSL | 304.9º | 0.92% | 0.69% | - |
| HSV(B) | 304.9º | 0.59% | 0.98% | - |
| XYZ | 59.1 | 35.76 | 83.91 | - |
| YUV | 161.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 237 | 0 | 0.59 | 0.05 | 0.02 | 304.9 | 0.92 | 0.69 |
| Hex | F9 | 66 | ED | 0 | 3B | 5 | 2 | 131 | 5C | 45 |
| Octal | 371 | 146 | 355 | 0 | 73 | 5 | 2 | 461 | 134 | 105 |
| Binary | 11111001 | 1100110 | 11101101 | 0 | 111011 | 101 | 10 | 100110001 | 1011100 | 1000101 |
Color Harmonies of #F966ED
Complementary color
Monochromatic Colors of #F966ED
Black with #F966ED
Text Example
Text Example
White with #F966ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F966ED; }
p { color: rgb(249,102,237); }
H1.HeaderClassName
{
color: #F966ED;
}
.AnyTagClassName
{
color: #F966ED;
}
</style>
background-color css
<style>
a { background-color: #F966ED; }
a { background-color: rgb(249,102,237); }
div.DivClassName
{
background-color: #F966ED;
}
.BgClassName
{
background-color: #F966ED;
}
</style>
border-color css
<style>
span { border-color: #F966ED; }
span { border-color: rgb(249,102,237); }
td.TdClassName
{
border-color: #F966ED;
}
.TagClassName
{
border-color: #F966ED;
}
</style>