Shades of Pink Flamingo #FD58EC
Tints of Pink Flamingo #FD58EC
RGB
CMYK
RGB Variations
Color information
#FD58EC (or 0xFD58EC) is known color: Pink Flamingo. HEX triplet: FD, 58 and EC. RGB value is (253,88,236). Sum of RGB (Red+Green+Blue) = 253+88+236=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD58EC is #02A713. Grayscale: #999999. Windows color (decimal): -173844 or 15489277. OLE color: 15489277.
HSL color Cylindrical-coordinate representation of color #FD58EC: hue angle of 306.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58EC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 236 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.01 |
| HSL | 306.18º | 0.98% | 0.67% | - |
| HSV(B) | 306.18º | 0.65% | 0.99% | - |
| XYZ | 59.14 | 33.92 | 82.79 | - |
| YUV | 154.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 236 | 0 | 0.65 | 0.07 | 0.01 | 306.18 | 0.98 | 0.67 |
| Hex | FD | 58 | EC | 0 | 41 | 7 | 1 | 132 | 62 | 43 |
| Octal | 375 | 130 | 354 | 0 | 101 | 7 | 1 | 462 | 142 | 103 |
| Binary | 11111101 | 1011000 | 11101100 | 0 | 1000001 | 111 | 1 | 100110010 | 1100010 | 1000011 |
Color Harmonies of #FD58EC
Complementary color
Monochromatic Colors of #FD58EC
Black with #FD58EC
Text Example
Text Example
White with #FD58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58EC; }
p { color: rgb(253,88,236); }
H1.HeaderClassName
{
color: #FD58EC;
}
.AnyTagClassName
{
color: #FD58EC;
}
</style>
background-color css
<style>
a { background-color: #FD58EC; }
a { background-color: rgb(253,88,236); }
div.DivClassName
{
background-color: #FD58EC;
}
.BgClassName
{
background-color: #FD58EC;
}
</style>
border-color css
<style>
span { border-color: #FD58EC; }
span { border-color: rgb(253,88,236); }
td.TdClassName
{
border-color: #FD58EC;
}
.TagClassName
{
border-color: #FD58EC;
}
</style>