Shades of Pink Flamingo #F958EC
Tints of Pink Flamingo #F958EC
RGB
CMYK
RGB Variations
Color information
#F958EC (or 0xF958EC) is known color: Pink Flamingo. HEX triplet: F9, 58 and EC. RGB value is (249,88,236). Sum of RGB (Red+Green+Blue) = 249+88+236=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 88 (34.77% from 255 or 15.36% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F958EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958EC is #06A713. Grayscale: #989898. Windows color (decimal): -435988 or 15489273. OLE color: 15489273.
HSL color Cylindrical-coordinate representation of color #F958EC: hue angle of 304.84º 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 #F958EC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 236 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.02 |
| HSL | 304.84º | 0.93% | 0.66% | - |
| HSV(B) | 304.84º | 0.65% | 0.98% | - |
| XYZ | 57.7 | 33.18 | 82.72 | - |
| YUV | 153.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 236 | 0 | 0.65 | 0.05 | 0.02 | 304.84 | 0.93 | 0.66 |
| Hex | F9 | 58 | EC | 0 | 41 | 5 | 2 | 131 | 5D | 42 |
| Octal | 371 | 130 | 354 | 0 | 101 | 5 | 2 | 461 | 135 | 102 |
| Binary | 11111001 | 1011000 | 11101100 | 0 | 1000001 | 101 | 10 | 100110001 | 1011101 | 1000010 |
Color Harmonies of #F958EC
Complementary color
Monochromatic Colors of #F958EC
Black with #F958EC
Text Example
Text Example
White with #F958EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958EC; }
p { color: rgb(249,88,236); }
H1.HeaderClassName
{
color: #F958EC;
}
.AnyTagClassName
{
color: #F958EC;
}
</style>
background-color css
<style>
a { background-color: #F958EC; }
a { background-color: rgb(249,88,236); }
div.DivClassName
{
background-color: #F958EC;
}
.BgClassName
{
background-color: #F958EC;
}
</style>
border-color css
<style>
span { border-color: #F958EC; }
span { border-color: rgb(249,88,236); }
td.TdClassName
{
border-color: #F958EC;
}
.TagClassName
{
border-color: #F958EC;
}
</style>