Shades of Pink Flamingo #FC57F0
Tints of Pink Flamingo #FC57F0
RGB
CMYK
RGB Variations
Color information
#FC57F0 (or 0xFC57F0) is known color: Pink Flamingo. HEX triplet: FC, 57 and F0. RGB value is (252,87,240). Sum of RGB (Red+Green+Blue) = 252+87+240=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F0 is #03A80F. Grayscale: #999999. Windows color (decimal): -239632 or 15751164. OLE color: 15751164.
HSL color Cylindrical-coordinate representation of color #FC57F0: hue angle of 304.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57F0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 240 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.01 |
| HSL | 304.36º | 0.96% | 0.66% | - |
| HSV(B) | 304.36º | 0.65% | 0.99% | - |
| XYZ | 59.28 | 33.8 | 85.84 | - |
| YUV | 153.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 240 | 0 | 0.65 | 0.05 | 0.01 | 304.36 | 0.96 | 0.66 |
| Hex | FC | 57 | F0 | 0 | 41 | 5 | 1 | 130 | 60 | 42 |
| Octal | 374 | 127 | 360 | 0 | 101 | 5 | 1 | 460 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11110000 | 0 | 1000001 | 101 | 1 | 100110000 | 1100000 | 1000010 |
Color Harmonies of #FC57F0
Complementary color
Monochromatic Colors of #FC57F0
Black with #FC57F0
Text Example
Text Example
White with #FC57F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57F0; }
p { color: rgb(252,87,240); }
H1.HeaderClassName
{
color: #FC57F0;
}
.AnyTagClassName
{
color: #FC57F0;
}
</style>
background-color css
<style>
a { background-color: #FC57F0; }
a { background-color: rgb(252,87,240); }
div.DivClassName
{
background-color: #FC57F0;
}
.BgClassName
{
background-color: #FC57F0;
}
</style>
border-color css
<style>
span { border-color: #FC57F0; }
span { border-color: rgb(252,87,240); }
td.TdClassName
{
border-color: #FC57F0;
}
.TagClassName
{
border-color: #FC57F0;
}
</style>