Shades of Pink Flamingo #FC59FF
Tints of Pink Flamingo #FC59FF
RGB
CMYK
RGB Variations
Color information
#FC59FF (or 0xFC59FF) is known color: Pink Flamingo. HEX triplet: FC, 59 and FF. RGB value is (252,89,255). Sum of RGB (Red+Green+Blue) = 252+89+255=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 89 (35.16% from 255 or 14.93% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59FF is #03A600. Grayscale: #9C9C9C. Windows color (decimal): -239105 or 16734716. OLE color: 16734716.
HSL color Cylindrical-coordinate representation of color #FC59FF: hue angle of 298.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59FF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 89 | 255 | - |
| CMYK | 0.01 | 0.65 | 0 | 0 |
| HSL | 298.92º | 1% | 0.67% | - |
| HSV(B) | 298.92º | 0.65% | 1% | - |
| XYZ | 61.77 | 35.06 | 98.12 | - |
| YUV | 156.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 255 | 0.01 | 0.65 | 0 | 0 | 298.92 | 1 | 0.67 |
| Hex | FC | 59 | FF | 1 | 41 | 0 | 0 | 12B | 64 | 43 |
| Octal | 374 | 131 | 377 | 1 | 101 | 0 | 0 | 453 | 144 | 103 |
| Binary | 11111100 | 1011001 | 11111111 | 1 | 1000001 | 0 | 0 | 100101011 | 1100100 | 1000011 |
Color Harmonies of #FC59FF
Complementary color
Monochromatic Colors of #FC59FF
Black with #FC59FF
Text Example
Text Example
White with #FC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59FF; }
p { color: rgb(252,89,255); }
H1.HeaderClassName
{
color: #FC59FF;
}
.AnyTagClassName
{
color: #FC59FF;
}
</style>
background-color css
<style>
a { background-color: #FC59FF; }
a { background-color: rgb(252,89,255); }
div.DivClassName
{
background-color: #FC59FF;
}
.BgClassName
{
background-color: #FC59FF;
}
</style>
border-color css
<style>
span { border-color: #FC59FF; }
span { border-color: rgb(252,89,255); }
td.TdClassName
{
border-color: #FC59FF;
}
.TagClassName
{
border-color: #FC59FF;
}
</style>