Shades of Pink Flamingo #FE59ED
Tints of Pink Flamingo #FE59ED
RGB
CMYK
RGB Variations
Color information
#FE59ED (or 0xFE59ED) is known color: Pink Flamingo. HEX triplet: FE, 59 and ED. RGB value is (254,89,237). Sum of RGB (Red+Green+Blue) = 254+89+237=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE59ED is #01A612. Grayscale: #9A9A9A. Windows color (decimal): -108051 or 15555070. OLE color: 15555070.
HSL color Cylindrical-coordinate representation of color #FE59ED: hue angle of 306.18º 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 #FE59ED is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 237 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.00 |
| HSL | 306.18º | 0.99% | 0.67% | - |
| HSV(B) | 306.18º | 0.65% | 1% | - |
| XYZ | 59.73 | 34.33 | 83.6 | - |
| YUV | 155.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 237 | 0 | 0.65 | 0.07 | 0.00 | 306.18 | 0.99 | 0.67 |
| Hex | FE | 59 | ED | 0 | 41 | 7 | 0 | 132 | 63 | 43 |
| Octal | 376 | 131 | 355 | 0 | 101 | 7 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11101101 | 0 | 1000001 | 111 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE59ED
Complementary color
Monochromatic Colors of #FE59ED
Black with #FE59ED
Text Example
Text Example
White with #FE59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59ED; }
p { color: rgb(254,89,237); }
H1.HeaderClassName
{
color: #FE59ED;
}
.AnyTagClassName
{
color: #FE59ED;
}
</style>
background-color css
<style>
a { background-color: #FE59ED; }
a { background-color: rgb(254,89,237); }
div.DivClassName
{
background-color: #FE59ED;
}
.BgClassName
{
background-color: #FE59ED;
}
</style>
border-color css
<style>
span { border-color: #FE59ED; }
span { border-color: rgb(254,89,237); }
td.TdClassName
{
border-color: #FE59ED;
}
.TagClassName
{
border-color: #FE59ED;
}
</style>