Shades of Pink Flamingo #FC51EA
Tints of Pink Flamingo #FC51EA
RGB
CMYK
RGB Variations
Color information
#FC51EA (or 0xFC51EA) is known color: Pink Flamingo. HEX triplet: FC, 51 and EA. RGB value is (252,81,234). Sum of RGB (Red+Green+Blue) = 252+81+234=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 81 (32.03% from 255 or 14.29% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51EA is #03AE15. Grayscale: #959595. Windows color (decimal): -241174 or 15356412. OLE color: 15356412.
HSL color Cylindrical-coordinate representation of color #FC51EA: hue angle of 306.32º 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 #FC51EA is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 234 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.01 |
| HSL | 306.32º | 0.97% | 0.65% | - |
| HSV(B) | 306.32º | 0.68% | 0.99% | - |
| XYZ | 57.94 | 32.52 | 81.07 | - |
| YUV | 149.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 234 | 0 | 0.68 | 0.07 | 0.01 | 306.32 | 0.97 | 0.65 |
| Hex | FC | 51 | EA | 0 | 44 | 7 | 1 | 132 | 61 | 41 |
| Octal | 374 | 121 | 352 | 0 | 104 | 7 | 1 | 462 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11101010 | 0 | 1000100 | 111 | 1 | 100110010 | 1100001 | 1000001 |
Color Harmonies of #FC51EA
Complementary color
Monochromatic Colors of #FC51EA
Black with #FC51EA
Text Example
Text Example
White with #FC51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51EA; }
p { color: rgb(252,81,234); }
H1.HeaderClassName
{
color: #FC51EA;
}
.AnyTagClassName
{
color: #FC51EA;
}
</style>
background-color css
<style>
a { background-color: #FC51EA; }
a { background-color: rgb(252,81,234); }
div.DivClassName
{
background-color: #FC51EA;
}
.BgClassName
{
background-color: #FC51EA;
}
</style>
border-color css
<style>
span { border-color: #FC51EA; }
span { border-color: rgb(252,81,234); }
td.TdClassName
{
border-color: #FC51EA;
}
.TagClassName
{
border-color: #FC51EA;
}
</style>