Shades of Pink Flamingo #FC57F8
Tints of Pink Flamingo #FC57F8
RGB
CMYK
RGB Variations
Color information
#FC57F8 (or 0xFC57F8) is known color: Pink Flamingo. HEX triplet: FC, 57 and F8. RGB value is (252,87,248). Sum of RGB (Red+Green+Blue) = 252+87+248=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 87 (34.38% from 255 or 14.82% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F8 is #03A807. Grayscale: #9A9A9A. Windows color (decimal): -239624 or 16275452. OLE color: 16275452.
HSL color Cylindrical-coordinate representation of color #FC57F8: hue angle of 301.45º 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 #FC57F8 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 248 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.01 |
| HSL | 301.45º | 0.96% | 0.66% | - |
| HSV(B) | 301.45º | 0.65% | 0.99% | - |
| XYZ | 60.5 | 34.29 | 92.24 | - |
| YUV | 154.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 248 | 0 | 0.65 | 0.02 | 0.01 | 301.45 | 0.96 | 0.66 |
| Hex | FC | 57 | F8 | 0 | 41 | 2 | 1 | 12D | 60 | 42 |
| Octal | 374 | 127 | 370 | 0 | 101 | 2 | 1 | 455 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11111000 | 0 | 1000001 | 10 | 1 | 100101101 | 1100000 | 1000010 |
Color Harmonies of #FC57F8
Complementary color
Monochromatic Colors of #FC57F8
Black with #FC57F8
Text Example
Text Example
White with #FC57F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57F8; }
p { color: rgb(252,87,248); }
H1.HeaderClassName
{
color: #FC57F8;
}
.AnyTagClassName
{
color: #FC57F8;
}
</style>
background-color css
<style>
a { background-color: #FC57F8; }
a { background-color: rgb(252,87,248); }
div.DivClassName
{
background-color: #FC57F8;
}
.BgClassName
{
background-color: #FC57F8;
}
</style>
border-color css
<style>
span { border-color: #FC57F8; }
span { border-color: rgb(252,87,248); }
td.TdClassName
{
border-color: #FC57F8;
}
.TagClassName
{
border-color: #FC57F8;
}
</style>