Shades of Pink Flamingo #F959EC
Tints of Pink Flamingo #F959EC
RGB
CMYK
RGB Variations
Color information
#F959EC (or 0xF959EC) is known color: Pink Flamingo. HEX triplet: F9, 59 and EC. RGB value is (249,89,236). Sum of RGB (Red+Green+Blue) = 249+89+236=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 89 (35.16% from 255 or 15.51% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F959EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F959EC is #06A613. Grayscale: #999999. Windows color (decimal): -435732 or 15489529. OLE color: 15489529.
HSL color Cylindrical-coordinate representation of color #F959EC: hue angle of 304.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959EC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 236 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.88º | 0.93% | 0.66% | - |
| HSV(B) | 304.88º | 0.64% | 0.98% | - |
| XYZ | 57.78 | 33.34 | 82.75 | - |
| YUV | 153.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 236 | 0 | 0.64 | 0.05 | 0.02 | 304.88 | 0.93 | 0.66 |
| Hex | F9 | 59 | EC | 0 | 40 | 5 | 2 | 131 | 5D | 42 |
| Octal | 371 | 131 | 354 | 0 | 100 | 5 | 2 | 461 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11101100 | 0 | 1000000 | 101 | 10 | 100110001 | 1011101 | 1000010 |
Color Harmonies of #F959EC
Complementary color
Monochromatic Colors of #F959EC
Black with #F959EC
Text Example
Text Example
White with #F959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959EC; }
p { color: rgb(249,89,236); }
H1.HeaderClassName
{
color: #F959EC;
}
.AnyTagClassName
{
color: #F959EC;
}
</style>
background-color css
<style>
a { background-color: #F959EC; }
a { background-color: rgb(249,89,236); }
div.DivClassName
{
background-color: #F959EC;
}
.BgClassName
{
background-color: #F959EC;
}
</style>
border-color css
<style>
span { border-color: #F959EC; }
span { border-color: rgb(249,89,236); }
td.TdClassName
{
border-color: #F959EC;
}
.TagClassName
{
border-color: #F959EC;
}
</style>