Shades of Pink Flamingo #FC50EF
Tints of Pink Flamingo #FC50EF
RGB
CMYK
RGB Variations
Color information
#FC50EF (or 0xFC50EF) is known color: Pink Flamingo. HEX triplet: FC, 50 and EF. RGB value is (252,80,239). Sum of RGB (Red+Green+Blue) = 252+80+239=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50EF is #03AF10. Grayscale: #959595. Windows color (decimal): -241425 or 15683836. OLE color: 15683836.
HSL color Cylindrical-coordinate representation of color #FC50EF: hue angle of 304.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50EF is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 239 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.01 |
| HSL | 304.53º | 0.97% | 0.65% | - |
| HSV(B) | 304.53º | 0.68% | 0.99% | - |
| XYZ | 58.59 | 32.66 | 84.88 | - |
| YUV | 149.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 239 | 0 | 0.68 | 0.05 | 0.01 | 304.53 | 0.97 | 0.65 |
| Hex | FC | 50 | EF | 0 | 44 | 5 | 1 | 131 | 61 | 41 |
| Octal | 374 | 120 | 357 | 0 | 104 | 5 | 1 | 461 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11101111 | 0 | 1000100 | 101 | 1 | 100110001 | 1100001 | 1000001 |
Color Harmonies of #FC50EF
Complementary color
Monochromatic Colors of #FC50EF
Black with #FC50EF
Text Example
Text Example
White with #FC50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50EF; }
p { color: rgb(252,80,239); }
H1.HeaderClassName
{
color: #FC50EF;
}
.AnyTagClassName
{
color: #FC50EF;
}
</style>
background-color css
<style>
a { background-color: #FC50EF; }
a { background-color: rgb(252,80,239); }
div.DivClassName
{
background-color: #FC50EF;
}
.BgClassName
{
background-color: #FC50EF;
}
</style>
border-color css
<style>
span { border-color: #FC50EF; }
span { border-color: rgb(252,80,239); }
td.TdClassName
{
border-color: #FC50EF;
}
.TagClassName
{
border-color: #FC50EF;
}
</style>