Shades of Pink Flamingo #FC59EC
Tints of Pink Flamingo #FC59EC
RGB
CMYK
RGB Variations
Color information
#FC59EC (or 0xFC59EC) is known color: Pink Flamingo. HEX triplet: FC, 59 and EC. RGB value is (252,89,236). Sum of RGB (Red+Green+Blue) = 252+89+236=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 89 (35.16% from 255 or 15.42% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59EC is #03A613. Grayscale: #9A9A9A. Windows color (decimal): -239124 or 15489532. OLE color: 15489532.
HSL color Cylindrical-coordinate representation of color #FC59EC: hue angle of 305.89º 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 #FC59EC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 236 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.01 |
| HSL | 305.89º | 0.96% | 0.67% | - |
| HSV(B) | 305.89º | 0.65% | 0.99% | - |
| XYZ | 58.86 | 33.9 | 82.8 | - |
| YUV | 154.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 236 | 0 | 0.65 | 0.06 | 0.01 | 305.89 | 0.96 | 0.67 |
| Hex | FC | 59 | EC | 0 | 41 | 6 | 1 | 132 | 60 | 43 |
| Octal | 374 | 131 | 354 | 0 | 101 | 6 | 1 | 462 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11101100 | 0 | 1000001 | 110 | 1 | 100110010 | 1100000 | 1000011 |
Color Harmonies of #FC59EC
Complementary color
Monochromatic Colors of #FC59EC
Black with #FC59EC
Text Example
Text Example
White with #FC59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59EC; }
p { color: rgb(252,89,236); }
H1.HeaderClassName
{
color: #FC59EC;
}
.AnyTagClassName
{
color: #FC59EC;
}
</style>
background-color css
<style>
a { background-color: #FC59EC; }
a { background-color: rgb(252,89,236); }
div.DivClassName
{
background-color: #FC59EC;
}
.BgClassName
{
background-color: #FC59EC;
}
</style>
border-color css
<style>
span { border-color: #FC59EC; }
span { border-color: rgb(252,89,236); }
td.TdClassName
{
border-color: #FC59EC;
}
.TagClassName
{
border-color: #FC59EC;
}
</style>