Shades of Pink Flamingo #FC58F5
Tints of Pink Flamingo #FC58F5
RGB
CMYK
RGB Variations
Color information
#FC58F5 (or 0xFC58F5) is known color: Pink Flamingo. HEX triplet: FC, 58 and F5. RGB value is (252,88,245). Sum of RGB (Red+Green+Blue) = 252+88+245=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 88 (34.77% from 255 or 15.04% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC58F5 is #03A70A. Grayscale: #9A9A9A. Windows color (decimal): -239371 or 16079100. OLE color: 16079100.
HSL color Cylindrical-coordinate representation of color #FC58F5: hue angle of 302.56º 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 #FC58F5 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 245 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.01 |
| HSL | 302.56º | 0.96% | 0.67% | - |
| HSV(B) | 302.56º | 0.65% | 0.99% | - |
| XYZ | 60.12 | 34.27 | 89.83 | - |
| YUV | 154.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 245 | 0 | 0.65 | 0.03 | 0.01 | 302.56 | 0.96 | 0.67 |
| Hex | FC | 58 | F5 | 0 | 41 | 3 | 1 | 12F | 60 | 43 |
| Octal | 374 | 130 | 365 | 0 | 101 | 3 | 1 | 457 | 140 | 103 |
| Binary | 11111100 | 1011000 | 11110101 | 0 | 1000001 | 11 | 1 | 100101111 | 1100000 | 1000011 |
Color Harmonies of #FC58F5
Complementary color
Monochromatic Colors of #FC58F5
Black with #FC58F5
Text Example
Text Example
White with #FC58F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58F5; }
p { color: rgb(252,88,245); }
H1.HeaderClassName
{
color: #FC58F5;
}
.AnyTagClassName
{
color: #FC58F5;
}
</style>
background-color css
<style>
a { background-color: #FC58F5; }
a { background-color: rgb(252,88,245); }
div.DivClassName
{
background-color: #FC58F5;
}
.BgClassName
{
background-color: #FC58F5;
}
</style>
border-color css
<style>
span { border-color: #FC58F5; }
span { border-color: rgb(252,88,245); }
td.TdClassName
{
border-color: #FC58F5;
}
.TagClassName
{
border-color: #FC58F5;
}
</style>