Shades of Pink Flamingo #FC5DF0
Tints of Pink Flamingo #FC5DF0
RGB
CMYK
RGB Variations
Color information
#FC5DF0 (or 0xFC5DF0) is known color: Pink Flamingo. HEX triplet: FC, 5D and F0. RGB value is (252,93,240). Sum of RGB (Red+Green+Blue) = 252+93+240=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DF0 is #03A20F. Grayscale: #9C9C9C. Windows color (decimal): -238096 or 15752700. OLE color: 15752700.
HSL color Cylindrical-coordinate representation of color #FC5DF0: hue angle of 304.53º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DF0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 240 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.01 |
| HSL | 304.53º | 0.96% | 0.68% | - |
| HSV(B) | 304.53º | 0.63% | 0.99% | - |
| XYZ | 59.79 | 34.82 | 86.01 | - |
| YUV | 157.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 240 | 0 | 0.63 | 0.05 | 0.01 | 304.53 | 0.96 | 0.68 |
| Hex | FC | 5D | F0 | 0 | 3F | 5 | 1 | 131 | 60 | 44 |
| Octal | 374 | 135 | 360 | 0 | 77 | 5 | 1 | 461 | 140 | 104 |
| Binary | 11111100 | 1011101 | 11110000 | 0 | 111111 | 101 | 1 | 100110001 | 1100000 | 1000100 |
Color Harmonies of #FC5DF0
Complementary color
Monochromatic Colors of #FC5DF0
Black with #FC5DF0
Text Example
Text Example
White with #FC5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DF0; }
p { color: rgb(252,93,240); }
H1.HeaderClassName
{
color: #FC5DF0;
}
.AnyTagClassName
{
color: #FC5DF0;
}
</style>
background-color css
<style>
a { background-color: #FC5DF0; }
a { background-color: rgb(252,93,240); }
div.DivClassName
{
background-color: #FC5DF0;
}
.BgClassName
{
background-color: #FC5DF0;
}
</style>
border-color css
<style>
span { border-color: #FC5DF0; }
span { border-color: rgb(252,93,240); }
td.TdClassName
{
border-color: #FC5DF0;
}
.TagClassName
{
border-color: #FC5DF0;
}
</style>