Shades of Pink Flamingo #FE58ED
Tints of Pink Flamingo #FE58ED
RGB
CMYK
RGB Variations
Color information
#FE58ED (or 0xFE58ED) is known color: Pink Flamingo. HEX triplet: FE, 58 and ED. RGB value is (254,88,237). Sum of RGB (Red+Green+Blue) = 254+88+237=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE58ED is #01A712. Grayscale: #9A9A9A. Windows color (decimal): -108307 or 15554814. OLE color: 15554814.
HSL color Cylindrical-coordinate representation of color #FE58ED: hue angle of 306.14º 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 #FE58ED is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 237 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.00 |
| HSL | 306.14º | 0.99% | 0.67% | - |
| HSV(B) | 306.14º | 0.65% | 1% | - |
| XYZ | 59.65 | 34.16 | 83.57 | - |
| YUV | 154.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 237 | 0 | 0.65 | 0.07 | 0.00 | 306.14 | 0.99 | 0.67 |
| Hex | FE | 58 | ED | 0 | 41 | 7 | 0 | 132 | 63 | 43 |
| Octal | 376 | 130 | 355 | 0 | 101 | 7 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11101101 | 0 | 1000001 | 111 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE58ED
Complementary color
Monochromatic Colors of #FE58ED
Black with #FE58ED
Text Example
Text Example
White with #FE58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58ED; }
p { color: rgb(254,88,237); }
H1.HeaderClassName
{
color: #FE58ED;
}
.AnyTagClassName
{
color: #FE58ED;
}
</style>
background-color css
<style>
a { background-color: #FE58ED; }
a { background-color: rgb(254,88,237); }
div.DivClassName
{
background-color: #FE58ED;
}
.BgClassName
{
background-color: #FE58ED;
}
</style>
border-color css
<style>
span { border-color: #FE58ED; }
span { border-color: rgb(254,88,237); }
td.TdClassName
{
border-color: #FE58ED;
}
.TagClassName
{
border-color: #FE58ED;
}
</style>