Shades of Pink Flamingo #F955EC
Tints of Pink Flamingo #F955EC
RGB
CMYK
RGB Variations
Color information
#F955EC (or 0xF955EC) is known color: Pink Flamingo. HEX triplet: F9, 55 and EC. RGB value is (249,85,236). Sum of RGB (Red+Green+Blue) = 249+85+236=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F955EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955EC is #06AA13. Grayscale: #969696. Windows color (decimal): -436756 or 15488505. OLE color: 15488505.
HSL color Cylindrical-coordinate representation of color #F955EC: hue angle of 304.76º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955EC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 236 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.02 |
| HSL | 304.76º | 0.93% | 0.65% | - |
| HSV(B) | 304.76º | 0.66% | 0.98% | - |
| XYZ | 57.46 | 32.69 | 82.64 | - |
| YUV | 151.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 236 | 0 | 0.66 | 0.05 | 0.02 | 304.76 | 0.93 | 0.65 |
| Hex | F9 | 55 | EC | 0 | 42 | 5 | 2 | 131 | 5D | 41 |
| Octal | 371 | 125 | 354 | 0 | 102 | 5 | 2 | 461 | 135 | 101 |
| Binary | 11111001 | 1010101 | 11101100 | 0 | 1000010 | 101 | 10 | 100110001 | 1011101 | 1000001 |
Color Harmonies of #F955EC
Complementary color
Monochromatic Colors of #F955EC
Black with #F955EC
Text Example
Text Example
White with #F955EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955EC; }
p { color: rgb(249,85,236); }
H1.HeaderClassName
{
color: #F955EC;
}
.AnyTagClassName
{
color: #F955EC;
}
</style>
background-color css
<style>
a { background-color: #F955EC; }
a { background-color: rgb(249,85,236); }
div.DivClassName
{
background-color: #F955EC;
}
.BgClassName
{
background-color: #F955EC;
}
</style>
border-color css
<style>
span { border-color: #F955EC; }
span { border-color: rgb(249,85,236); }
td.TdClassName
{
border-color: #F955EC;
}
.TagClassName
{
border-color: #F955EC;
}
</style>