Shades of Pink Flamingo #FC57ED
Tints of Pink Flamingo #FC57ED
RGB
CMYK
RGB Variations
Color information
#FC57ED (or 0xFC57ED) is known color: Pink Flamingo. HEX triplet: FC, 57 and ED. RGB value is (252,87,237). Sum of RGB (Red+Green+Blue) = 252+87+237=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57ED is #03A812. Grayscale: #999999. Windows color (decimal): -239635 or 15554556. OLE color: 15554556.
HSL color Cylindrical-coordinate representation of color #FC57ED: hue angle of 305.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 #FC57ED is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 237 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.01 |
| HSL | 305.45º | 0.96% | 0.66% | - |
| HSV(B) | 305.45º | 0.65% | 0.99% | - |
| XYZ | 58.84 | 33.63 | 83.51 | - |
| YUV | 153.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 237 | 0 | 0.65 | 0.06 | 0.01 | 305.45 | 0.96 | 0.66 |
| Hex | FC | 57 | ED | 0 | 41 | 6 | 1 | 131 | 60 | 42 |
| Octal | 374 | 127 | 355 | 0 | 101 | 6 | 1 | 461 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11101101 | 0 | 1000001 | 110 | 1 | 100110001 | 1100000 | 1000010 |
Color Harmonies of #FC57ED
Complementary color
Monochromatic Colors of #FC57ED
Black with #FC57ED
Text Example
Text Example
White with #FC57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57ED; }
p { color: rgb(252,87,237); }
H1.HeaderClassName
{
color: #FC57ED;
}
.AnyTagClassName
{
color: #FC57ED;
}
</style>
background-color css
<style>
a { background-color: #FC57ED; }
a { background-color: rgb(252,87,237); }
div.DivClassName
{
background-color: #FC57ED;
}
.BgClassName
{
background-color: #FC57ED;
}
</style>
border-color css
<style>
span { border-color: #FC57ED; }
span { border-color: rgb(252,87,237); }
td.TdClassName
{
border-color: #FC57ED;
}
.TagClassName
{
border-color: #FC57ED;
}
</style>