Shades of Pink Flamingo #FC58EF
Tints of Pink Flamingo #FC58EF
RGB
CMYK
RGB Variations
Color information
#FC58EF (or 0xFC58EF) is known color: Pink Flamingo. HEX triplet: FC, 58 and EF. RGB value is (252,88,239). Sum of RGB (Red+Green+Blue) = 252+88+239=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 88 (34.77% from 255 or 15.20% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58EF is #03A710. Grayscale: #999999. Windows color (decimal): -239377 or 15685884. OLE color: 15685884.
HSL color Cylindrical-coordinate representation of color #FC58EF: hue angle of 304.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC58EF is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 239 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.01 |
| HSL | 304.76º | 0.96% | 0.67% | - |
| HSV(B) | 304.76º | 0.65% | 0.99% | - |
| XYZ | 59.21 | 33.91 | 85.09 | - |
| YUV | 154.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 239 | 0 | 0.65 | 0.05 | 0.01 | 304.76 | 0.96 | 0.67 |
| Hex | FC | 58 | EF | 0 | 41 | 5 | 1 | 131 | 60 | 43 |
| Octal | 374 | 130 | 357 | 0 | 101 | 5 | 1 | 461 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11101111 | 0 | 1000001 | 101 | 1 | 100110001 | 1100000 | 1000011 |
Color Harmonies of #FC58EF
Complementary color
Monochromatic Colors of #FC58EF
Black with #FC58EF
Text Example
Text Example
White with #FC58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58EF; }
p { color: rgb(252,88,239); }
H1.HeaderClassName
{
color: #FC58EF;
}
.AnyTagClassName
{
color: #FC58EF;
}
</style>
background-color css
<style>
a { background-color: #FC58EF; }
a { background-color: rgb(252,88,239); }
div.DivClassName
{
background-color: #FC58EF;
}
.BgClassName
{
background-color: #FC58EF;
}
</style>
border-color css
<style>
span { border-color: #FC58EF; }
span { border-color: rgb(252,88,239); }
td.TdClassName
{
border-color: #FC58EF;
}
.TagClassName
{
border-color: #FC58EF;
}
</style>