Shades of Pink Flamingo #FC58FF
Tints of Pink Flamingo #FC58FF
RGB
CMYK
RGB Variations
Color information
#FC58FF (or 0xFC58FF) is known color: Pink Flamingo. HEX triplet: FC, 58 and FF. RGB value is (252,88,255). Sum of RGB (Red+Green+Blue) = 252+88+255=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 88 (34.77% from 255 or 14.79% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58FF is #03A700. Grayscale: #9B9B9B. Windows color (decimal): -239361 or 16734460. OLE color: 16734460.
HSL color Cylindrical-coordinate representation of color #FC58FF: hue angle of 298.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC58FF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 88 | 255 | - |
| CMYK | 0.01 | 0.65 | 0 | 0 |
| HSL | 298.92º | 1% | 0.67% | - |
| HSV(B) | 298.92º | 0.65% | 1% | - |
| XYZ | 61.68 | 34.89 | 98.09 | - |
| YUV | 156.07 | 183.83 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 255 | 0.01 | 0.65 | 0 | 0 | 298.92 | 1 | 0.67 |
| Hex | FC | 58 | FF | 1 | 41 | 0 | 0 | 12B | 64 | 43 |
| Octal | 374 | 130 | 377 | 1 | 101 | 0 | 0 | 453 | 144 | 103 |
| Binary | 11111100 | 1011000 | 11111111 | 1 | 1000001 | 0 | 0 | 100101011 | 1100100 | 1000011 |
Color Harmonies of #FC58FF
Complementary color
Monochromatic Colors of #FC58FF
Black with #FC58FF
Text Example
Text Example
White with #FC58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58FF; }
p { color: rgb(252,88,255); }
H1.HeaderClassName
{
color: #FC58FF;
}
.AnyTagClassName
{
color: #FC58FF;
}
</style>
background-color css
<style>
a { background-color: #FC58FF; }
a { background-color: rgb(252,88,255); }
div.DivClassName
{
background-color: #FC58FF;
}
.BgClassName
{
background-color: #FC58FF;
}
</style>
border-color css
<style>
span { border-color: #FC58FF; }
span { border-color: rgb(252,88,255); }
td.TdClassName
{
border-color: #FC58FF;
}
.TagClassName
{
border-color: #FC58FF;
}
</style>