Shades of Pink Flamingo #FE59EC
Tints of Pink Flamingo #FE59EC
RGB
CMYK
RGB Variations
Color information
#FE59EC (or 0xFE59EC) is known color: Pink Flamingo. HEX triplet: FE, 59 and EC. RGB value is (254,89,236). Sum of RGB (Red+Green+Blue) = 254+89+236=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 89 (35.16% from 255 or 15.37% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE59EC is #01A613. Grayscale: #9A9A9A. Windows color (decimal): -108052 or 15489534. OLE color: 15489534.
HSL color Cylindrical-coordinate representation of color #FE59EC: hue angle of 306.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE59EC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 236 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.00 |
| HSL | 306.55º | 0.99% | 0.67% | - |
| HSV(B) | 306.55º | 0.65% | 1% | - |
| XYZ | 59.59 | 34.27 | 82.83 | - |
| YUV | 155.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 236 | 0 | 0.65 | 0.07 | 0.00 | 306.55 | 0.99 | 0.67 |
| Hex | FE | 59 | EC | 0 | 41 | 7 | 0 | 133 | 63 | 43 |
| Octal | 376 | 131 | 354 | 0 | 101 | 7 | 0 | 463 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11101100 | 0 | 1000001 | 111 | 0 | 100110011 | 1100011 | 1000011 |
Color Harmonies of #FE59EC
Complementary color
Monochromatic Colors of #FE59EC
Black with #FE59EC
Text Example
Text Example
White with #FE59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59EC; }
p { color: rgb(254,89,236); }
H1.HeaderClassName
{
color: #FE59EC;
}
.AnyTagClassName
{
color: #FE59EC;
}
</style>
background-color css
<style>
a { background-color: #FE59EC; }
a { background-color: rgb(254,89,236); }
div.DivClassName
{
background-color: #FE59EC;
}
.BgClassName
{
background-color: #FE59EC;
}
</style>
border-color css
<style>
span { border-color: #FE59EC; }
span { border-color: rgb(254,89,236); }
td.TdClassName
{
border-color: #FE59EC;
}
.TagClassName
{
border-color: #FE59EC;
}
</style>