Shades of Pink Flamingo #FC59EA
Tints of Pink Flamingo #FC59EA
RGB
CMYK
RGB Variations
Color information
#FC59EA (or 0xFC59EA) is known color: Pink Flamingo. HEX triplet: FC, 59 and EA. RGB value is (252,89,234). Sum of RGB (Red+Green+Blue) = 252+89+234=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59EA is #03A615. Grayscale: #999999. Windows color (decimal): -239126 or 15358460. OLE color: 15358460.
HSL color Cylindrical-coordinate representation of color #FC59EA: hue angle of 306.63º 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 #FC59EA is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 234 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.01 |
| HSL | 306.63º | 0.96% | 0.67% | - |
| HSV(B) | 306.63º | 0.65% | 0.99% | - |
| XYZ | 58.57 | 33.78 | 81.28 | - |
| YUV | 154.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 234 | 0 | 0.65 | 0.07 | 0.01 | 306.63 | 0.96 | 0.67 |
| Hex | FC | 59 | EA | 0 | 41 | 7 | 1 | 133 | 60 | 43 |
| Octal | 374 | 131 | 352 | 0 | 101 | 7 | 1 | 463 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11101010 | 0 | 1000001 | 111 | 1 | 100110011 | 1100000 | 1000011 |
Color Harmonies of #FC59EA
Complementary color
Monochromatic Colors of #FC59EA
Black with #FC59EA
Text Example
Text Example
White with #FC59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59EA; }
p { color: rgb(252,89,234); }
H1.HeaderClassName
{
color: #FC59EA;
}
.AnyTagClassName
{
color: #FC59EA;
}
</style>
background-color css
<style>
a { background-color: #FC59EA; }
a { background-color: rgb(252,89,234); }
div.DivClassName
{
background-color: #FC59EA;
}
.BgClassName
{
background-color: #FC59EA;
}
</style>
border-color css
<style>
span { border-color: #FC59EA; }
span { border-color: rgb(252,89,234); }
td.TdClassName
{
border-color: #FC59EA;
}
.TagClassName
{
border-color: #FC59EA;
}
</style>