Shades of Pink Flamingo #FE58EC
Tints of Pink Flamingo #FE58EC
RGB
CMYK
RGB Variations
Color information
#FE58EC (or 0xFE58EC) is known color: Pink Flamingo. HEX triplet: FE, 58 and EC. RGB value is (254,88,236). Sum of RGB (Red+Green+Blue) = 254+88+236=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58EC is #01A713. Grayscale: #9A9A9A. Windows color (decimal): -108308 or 15489278. OLE color: 15489278.
HSL color Cylindrical-coordinate representation of color #FE58EC: hue angle of 306.51º 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 #FE58EC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 236 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.00 |
| HSL | 306.51º | 0.99% | 0.67% | - |
| HSV(B) | 306.51º | 0.65% | 1% | - |
| XYZ | 59.5 | 34.11 | 82.8 | - |
| YUV | 154.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 236 | 0 | 0.65 | 0.07 | 0.00 | 306.51 | 0.99 | 0.67 |
| Hex | FE | 58 | EC | 0 | 41 | 7 | 0 | 133 | 63 | 43 |
| Octal | 376 | 130 | 354 | 0 | 101 | 7 | 0 | 463 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11101100 | 0 | 1000001 | 111 | 0 | 100110011 | 1100011 | 1000011 |
Color Harmonies of #FE58EC
Complementary color
Monochromatic Colors of #FE58EC
Black with #FE58EC
Text Example
Text Example
White with #FE58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58EC; }
p { color: rgb(254,88,236); }
H1.HeaderClassName
{
color: #FE58EC;
}
.AnyTagClassName
{
color: #FE58EC;
}
</style>
background-color css
<style>
a { background-color: #FE58EC; }
a { background-color: rgb(254,88,236); }
div.DivClassName
{
background-color: #FE58EC;
}
.BgClassName
{
background-color: #FE58EC;
}
</style>
border-color css
<style>
span { border-color: #FE58EC; }
span { border-color: rgb(254,88,236); }
td.TdClassName
{
border-color: #FE58EC;
}
.TagClassName
{
border-color: #FE58EC;
}
</style>