Shades of Pink Flamingo #F964EC
Tints of Pink Flamingo #F964EC
RGB
CMYK
RGB Variations
Color information
#F964EC (or 0xF964EC) is known color: Pink Flamingo. HEX triplet: F9, 64 and EC. RGB value is (249,100,236). Sum of RGB (Red+Green+Blue) = 249+100+236=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F964EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964EC is #069B13. Grayscale: #9F9F9F. Windows color (decimal): -432916 or 15492345. OLE color: 15492345.
HSL color Cylindrical-coordinate representation of color #F964EC: hue angle of 305.23º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964EC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 236 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.02 |
| HSL | 305.23º | 0.93% | 0.68% | - |
| HSV(B) | 305.23º | 0.6% | 0.98% | - |
| XYZ | 58.76 | 35.31 | 83.08 | - |
| YUV | 160.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 236 | 0 | 0.60 | 0.05 | 0.02 | 305.23 | 0.93 | 0.68 |
| Hex | F9 | 64 | EC | 0 | 3C | 5 | 2 | 131 | 5D | 44 |
| Octal | 371 | 144 | 354 | 0 | 74 | 5 | 2 | 461 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11101100 | 0 | 111100 | 101 | 10 | 100110001 | 1011101 | 1000100 |
Color Harmonies of #F964EC
Complementary color
Monochromatic Colors of #F964EC
Black with #F964EC
Text Example
Text Example
White with #F964EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964EC; }
p { color: rgb(249,100,236); }
H1.HeaderClassName
{
color: #F964EC;
}
.AnyTagClassName
{
color: #F964EC;
}
</style>
background-color css
<style>
a { background-color: #F964EC; }
a { background-color: rgb(249,100,236); }
div.DivClassName
{
background-color: #F964EC;
}
.BgClassName
{
background-color: #F964EC;
}
</style>
border-color css
<style>
span { border-color: #F964EC; }
span { border-color: rgb(249,100,236); }
td.TdClassName
{
border-color: #F964EC;
}
.TagClassName
{
border-color: #F964EC;
}
</style>