Shades of Pink Flamingo #F964ED
Tints of Pink Flamingo #F964ED
RGB
CMYK
RGB Variations
Color information
#F964ED (or 0xF964ED) is known color: Pink Flamingo. HEX triplet: F9, 64 and ED. RGB value is (249,100,237). Sum of RGB (Red+Green+Blue) = 249+100+237=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 100 (39.45% from 255 or 17.06% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F964ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964ED is #069B12. Grayscale: #9F9F9F. Windows color (decimal): -432915 or 15557881. OLE color: 15557881.
HSL color Cylindrical-coordinate representation of color #F964ED: hue angle of 304.83º 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 #F964ED is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 237 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.02 |
| HSL | 304.83º | 0.93% | 0.68% | - |
| HSV(B) | 304.83º | 0.6% | 0.98% | - |
| XYZ | 58.91 | 35.37 | 83.84 | - |
| YUV | 160.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 237 | 0 | 0.60 | 0.05 | 0.02 | 304.83 | 0.93 | 0.68 |
| Hex | F9 | 64 | ED | 0 | 3C | 5 | 2 | 131 | 5D | 44 |
| Octal | 371 | 144 | 355 | 0 | 74 | 5 | 2 | 461 | 135 | 104 |
| Binary | 11111001 | 1100100 | 11101101 | 0 | 111100 | 101 | 10 | 100110001 | 1011101 | 1000100 |
Color Harmonies of #F964ED
Complementary color
Monochromatic Colors of #F964ED
Black with #F964ED
Text Example
Text Example
White with #F964ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964ED; }
p { color: rgb(249,100,237); }
H1.HeaderClassName
{
color: #F964ED;
}
.AnyTagClassName
{
color: #F964ED;
}
</style>
background-color css
<style>
a { background-color: #F964ED; }
a { background-color: rgb(249,100,237); }
div.DivClassName
{
background-color: #F964ED;
}
.BgClassName
{
background-color: #F964ED;
}
</style>
border-color css
<style>
span { border-color: #F964ED; }
span { border-color: rgb(249,100,237); }
td.TdClassName
{
border-color: #F964ED;
}
.TagClassName
{
border-color: #F964ED;
}
</style>