Shades of Pink Flamingo #FC55E9
Tints of Pink Flamingo #FC55E9
RGB
CMYK
RGB Variations
Color information
#FC55E9 (or 0xFC55E9) is known color: Pink Flamingo. HEX triplet: FC, 55 and E9. RGB value is (252,85,233). Sum of RGB (Red+Green+Blue) = 252+85+233=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55E9 is #03AA16. Grayscale: #979797. Windows color (decimal): -240151 or 15291900. OLE color: 15291900.
HSL color Cylindrical-coordinate representation of color #FC55E9: hue angle of 306.83º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55E9 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 233 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.01 |
| HSL | 306.83º | 0.97% | 0.66% | - |
| HSV(B) | 306.83º | 0.66% | 0.99% | - |
| XYZ | 58.1 | 33.08 | 80.41 | - |
| YUV | 151.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 233 | 0 | 0.66 | 0.08 | 0.01 | 306.83 | 0.97 | 0.66 |
| Hex | FC | 55 | E9 | 0 | 42 | 8 | 1 | 133 | 61 | 42 |
| Octal | 374 | 125 | 351 | 0 | 102 | 10 | 1 | 463 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11101001 | 0 | 1000010 | 1000 | 1 | 100110011 | 1100001 | 1000010 |
Color Harmonies of #FC55E9
Complementary color
Monochromatic Colors of #FC55E9
Black with #FC55E9
Text Example
Text Example
White with #FC55E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55E9; }
p { color: rgb(252,85,233); }
H1.HeaderClassName
{
color: #FC55E9;
}
.AnyTagClassName
{
color: #FC55E9;
}
</style>
background-color css
<style>
a { background-color: #FC55E9; }
a { background-color: rgb(252,85,233); }
div.DivClassName
{
background-color: #FC55E9;
}
.BgClassName
{
background-color: #FC55E9;
}
</style>
border-color css
<style>
span { border-color: #FC55E9; }
span { border-color: rgb(252,85,233); }
td.TdClassName
{
border-color: #FC55E9;
}
.TagClassName
{
border-color: #FC55E9;
}
</style>