Shades of Pink Flamingo #FC59EF
Tints of Pink Flamingo #FC59EF
RGB
CMYK
RGB Variations
Color information
#FC59EF (or 0xFC59EF) is known color: Pink Flamingo. HEX triplet: FC, 59 and EF. RGB value is (252,89,239). Sum of RGB (Red+Green+Blue) = 252+89+239=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59EF is #03A610. Grayscale: #9A9A9A. Windows color (decimal): -239121 or 15686140. OLE color: 15686140.
HSL color Cylindrical-coordinate representation of color #FC59EF: hue angle of 304.79º 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 #FC59EF is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 239 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.01 |
| HSL | 304.79º | 0.96% | 0.67% | - |
| HSV(B) | 304.79º | 0.65% | 0.99% | - |
| XYZ | 59.3 | 34.07 | 85.11 | - |
| YUV | 154.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 239 | 0 | 0.65 | 0.05 | 0.01 | 304.79 | 0.96 | 0.67 |
| Hex | FC | 59 | EF | 0 | 41 | 5 | 1 | 131 | 60 | 43 |
| Octal | 374 | 131 | 357 | 0 | 101 | 5 | 1 | 461 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11101111 | 0 | 1000001 | 101 | 1 | 100110001 | 1100000 | 1000011 |
Color Harmonies of #FC59EF
Complementary color
Monochromatic Colors of #FC59EF
Black with #FC59EF
Text Example
Text Example
White with #FC59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59EF; }
p { color: rgb(252,89,239); }
H1.HeaderClassName
{
color: #FC59EF;
}
.AnyTagClassName
{
color: #FC59EF;
}
</style>
background-color css
<style>
a { background-color: #FC59EF; }
a { background-color: rgb(252,89,239); }
div.DivClassName
{
background-color: #FC59EF;
}
.BgClassName
{
background-color: #FC59EF;
}
</style>
border-color css
<style>
span { border-color: #FC59EF; }
span { border-color: rgb(252,89,239); }
td.TdClassName
{
border-color: #FC59EF;
}
.TagClassName
{
border-color: #FC59EF;
}
</style>