Shades of Pink Flamingo #FC58ED
Tints of Pink Flamingo #FC58ED
RGB
CMYK
RGB Variations
Color information
#FC58ED (or 0xFC58ED) is known color: Pink Flamingo. HEX triplet: FC, 58 and ED. RGB value is (252,88,237). Sum of RGB (Red+Green+Blue) = 252+88+237=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58ED is #03A712. Grayscale: #999999. Windows color (decimal): -239379 or 15554812. OLE color: 15554812.
HSL color Cylindrical-coordinate representation of color #FC58ED: hue angle of 305.49º 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 #FC58ED is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 237 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.01 |
| HSL | 305.49º | 0.96% | 0.67% | - |
| HSV(B) | 305.49º | 0.65% | 0.99% | - |
| XYZ | 58.92 | 33.79 | 83.54 | - |
| YUV | 154.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 237 | 0 | 0.65 | 0.06 | 0.01 | 305.49 | 0.96 | 0.67 |
| Hex | FC | 58 | ED | 0 | 41 | 6 | 1 | 131 | 60 | 43 |
| Octal | 374 | 130 | 355 | 0 | 101 | 6 | 1 | 461 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11101101 | 0 | 1000001 | 110 | 1 | 100110001 | 1100000 | 1000011 |
Color Harmonies of #FC58ED
Complementary color
Monochromatic Colors of #FC58ED
Black with #FC58ED
Text Example
Text Example
White with #FC58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58ED; }
p { color: rgb(252,88,237); }
H1.HeaderClassName
{
color: #FC58ED;
}
.AnyTagClassName
{
color: #FC58ED;
}
</style>
background-color css
<style>
a { background-color: #FC58ED; }
a { background-color: rgb(252,88,237); }
div.DivClassName
{
background-color: #FC58ED;
}
.BgClassName
{
background-color: #FC58ED;
}
</style>
border-color css
<style>
span { border-color: #FC58ED; }
span { border-color: rgb(252,88,237); }
td.TdClassName
{
border-color: #FC58ED;
}
.TagClassName
{
border-color: #FC58ED;
}
</style>