Shades of Pink Flamingo #FC59F0
Tints of Pink Flamingo #FC59F0
RGB
CMYK
RGB Variations
Color information
#FC59F0 (or 0xFC59F0) is known color: Pink Flamingo. HEX triplet: FC, 59 and F0. RGB value is (252,89,240). Sum of RGB (Red+Green+Blue) = 252+89+240=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59F0 is #03A60F. Grayscale: #9A9A9A. Windows color (decimal): -239120 or 15751676. OLE color: 15751676.
HSL color Cylindrical-coordinate representation of color #FC59F0: hue angle of 304.42º 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 #FC59F0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 240 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.01 |
| HSL | 304.42º | 0.96% | 0.67% | - |
| HSV(B) | 304.42º | 0.65% | 0.99% | - |
| XYZ | 59.45 | 34.13 | 85.89 | - |
| YUV | 154.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 240 | 0 | 0.65 | 0.05 | 0.01 | 304.42 | 0.96 | 0.67 |
| Hex | FC | 59 | F0 | 0 | 41 | 5 | 1 | 130 | 60 | 43 |
| Octal | 374 | 131 | 360 | 0 | 101 | 5 | 1 | 460 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11110000 | 0 | 1000001 | 101 | 1 | 100110000 | 1100000 | 1000011 |
Color Harmonies of #FC59F0
Complementary color
Monochromatic Colors of #FC59F0
Black with #FC59F0
Text Example
Text Example
White with #FC59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59F0; }
p { color: rgb(252,89,240); }
H1.HeaderClassName
{
color: #FC59F0;
}
.AnyTagClassName
{
color: #FC59F0;
}
</style>
background-color css
<style>
a { background-color: #FC59F0; }
a { background-color: rgb(252,89,240); }
div.DivClassName
{
background-color: #FC59F0;
}
.BgClassName
{
background-color: #FC59F0;
}
</style>
border-color css
<style>
span { border-color: #FC59F0; }
span { border-color: rgb(252,89,240); }
td.TdClassName
{
border-color: #FC59F0;
}
.TagClassName
{
border-color: #FC59F0;
}
</style>