Shades of Pink Flamingo #F956EC
Tints of Pink Flamingo #F956EC
RGB
CMYK
RGB Variations
Color information
#F956EC (or 0xF956EC) is known color: Pink Flamingo. HEX triplet: F9, 56 and EC. RGB value is (249,86,236). Sum of RGB (Red+Green+Blue) = 249+86+236=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F956EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F956EC is #06A913. Grayscale: #979797. Windows color (decimal): -436500 or 15488761. OLE color: 15488761.
HSL color Cylindrical-coordinate representation of color #F956EC: hue angle of 304.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956EC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 236 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.02 |
| HSL | 304.79º | 0.93% | 0.66% | - |
| HSV(B) | 304.79º | 0.65% | 0.98% | - |
| XYZ | 57.54 | 32.85 | 82.67 | - |
| YUV | 151.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 236 | 0 | 0.65 | 0.05 | 0.02 | 304.79 | 0.93 | 0.66 |
| Hex | F9 | 56 | EC | 0 | 41 | 5 | 2 | 131 | 5D | 42 |
| Octal | 371 | 126 | 354 | 0 | 101 | 5 | 2 | 461 | 135 | 102 |
| Binary | 11111001 | 1010110 | 11101100 | 0 | 1000001 | 101 | 10 | 100110001 | 1011101 | 1000010 |
Color Harmonies of #F956EC
Complementary color
Monochromatic Colors of #F956EC
Black with #F956EC
Text Example
Text Example
White with #F956EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956EC; }
p { color: rgb(249,86,236); }
H1.HeaderClassName
{
color: #F956EC;
}
.AnyTagClassName
{
color: #F956EC;
}
</style>
background-color css
<style>
a { background-color: #F956EC; }
a { background-color: rgb(249,86,236); }
div.DivClassName
{
background-color: #F956EC;
}
.BgClassName
{
background-color: #F956EC;
}
</style>
border-color css
<style>
span { border-color: #F956EC; }
span { border-color: rgb(249,86,236); }
td.TdClassName
{
border-color: #F956EC;
}
.TagClassName
{
border-color: #F956EC;
}
</style>