Shades of Pink Flamingo #FC58EC
Tints of Pink Flamingo #FC58EC
RGB
CMYK
RGB Variations
Color information
#FC58EC (or 0xFC58EC) is known color: Pink Flamingo. HEX triplet: FC, 58 and EC. RGB value is (252,88,236). Sum of RGB (Red+Green+Blue) = 252+88+236=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58EC is #03A713. Grayscale: #999999. Windows color (decimal): -239380 or 15489276. OLE color: 15489276.
HSL color Cylindrical-coordinate representation of color #FC58EC: hue angle of 305.85º degrees, saturation: 0.96, 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 #FC58EC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 236 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.01 |
| HSL | 305.85º | 0.96% | 0.67% | - |
| HSV(B) | 305.85º | 0.65% | 0.99% | - |
| XYZ | 58.77 | 33.73 | 82.77 | - |
| YUV | 153.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 236 | 0 | 0.65 | 0.06 | 0.01 | 305.85 | 0.96 | 0.67 |
| Hex | FC | 58 | EC | 0 | 41 | 6 | 1 | 132 | 60 | 43 |
| Octal | 374 | 130 | 354 | 0 | 101 | 6 | 1 | 462 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11101100 | 0 | 1000001 | 110 | 1 | 100110010 | 1100000 | 1000011 |
Color Harmonies of #FC58EC
Complementary color
Monochromatic Colors of #FC58EC
Black with #FC58EC
Text Example
Text Example
White with #FC58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58EC; }
p { color: rgb(252,88,236); }
H1.HeaderClassName
{
color: #FC58EC;
}
.AnyTagClassName
{
color: #FC58EC;
}
</style>
background-color css
<style>
a { background-color: #FC58EC; }
a { background-color: rgb(252,88,236); }
div.DivClassName
{
background-color: #FC58EC;
}
.BgClassName
{
background-color: #FC58EC;
}
</style>
border-color css
<style>
span { border-color: #FC58EC; }
span { border-color: rgb(252,88,236); }
td.TdClassName
{
border-color: #FC58EC;
}
.TagClassName
{
border-color: #FC58EC;
}
</style>