Shades of Pink Flamingo #FC55FF
Tints of Pink Flamingo #FC55FF
RGB
CMYK
RGB Variations
Color information
#FC55FF (or 0xFC55FF) is known color: Pink Flamingo. HEX triplet: FC, 55 and FF. RGB value is (252,85,255). Sum of RGB (Red+Green+Blue) = 252+85+255=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 85 (33.59% from 255 or 14.36% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55FF is #03AA00. Grayscale: #999999. Windows color (decimal): -240129 or 16733692. OLE color: 16733692.
HSL color Cylindrical-coordinate representation of color #FC55FF: hue angle of 298.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC55FF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 85 | 255 | - |
| CMYK | 0.01 | 0.67 | 0 | 0 |
| HSL | 298.94º | 1% | 0.67% | - |
| HSV(B) | 298.94º | 0.67% | 1% | - |
| XYZ | 61.44 | 34.41 | 98.01 | - |
| YUV | 154.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 255 | 0.01 | 0.67 | 0 | 0 | 298.94 | 1 | 0.67 |
| Hex | FC | 55 | FF | 1 | 43 | 0 | 0 | 12B | 64 | 43 |
| Octal | 374 | 125 | 377 | 1 | 103 | 0 | 0 | 453 | 144 | 103 |
| Binary | 11111100 | 1010101 | 11111111 | 1 | 1000011 | 0 | 0 | 100101011 | 1100100 | 1000011 |
Color Harmonies of #FC55FF
Complementary color
Monochromatic Colors of #FC55FF
Black with #FC55FF
Text Example
Text Example
White with #FC55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55FF; }
p { color: rgb(252,85,255); }
H1.HeaderClassName
{
color: #FC55FF;
}
.AnyTagClassName
{
color: #FC55FF;
}
</style>
background-color css
<style>
a { background-color: #FC55FF; }
a { background-color: rgb(252,85,255); }
div.DivClassName
{
background-color: #FC55FF;
}
.BgClassName
{
background-color: #FC55FF;
}
</style>
border-color css
<style>
span { border-color: #FC55FF; }
span { border-color: rgb(252,85,255); }
td.TdClassName
{
border-color: #FC55FF;
}
.TagClassName
{
border-color: #FC55FF;
}
</style>