Shades of Pink Flamingo #FC5CF0
Tints of Pink Flamingo #FC5CF0
RGB
CMYK
RGB Variations
Color information
#FC5CF0 (or 0xFC5CF0) is known color: Pink Flamingo. HEX triplet: FC, 5C and F0. RGB value is (252,92,240). Sum of RGB (Red+Green+Blue) = 252+92+240=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CF0 is #03A30F. Grayscale: #9C9C9C. Windows color (decimal): -238352 or 15752444. OLE color: 15752444.
HSL color Cylindrical-coordinate representation of color #FC5CF0: hue angle of 304.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CF0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 240 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.01 |
| HSL | 304.5º | 0.96% | 0.67% | - |
| HSV(B) | 304.5º | 0.63% | 0.99% | - |
| XYZ | 59.7 | 34.64 | 85.98 | - |
| YUV | 156.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 240 | 0 | 0.63 | 0.05 | 0.01 | 304.5 | 0.96 | 0.67 |
| Hex | FC | 5C | F0 | 0 | 3F | 5 | 1 | 130 | 60 | 43 |
| Octal | 374 | 134 | 360 | 0 | 77 | 5 | 1 | 460 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11110000 | 0 | 111111 | 101 | 1 | 100110000 | 1100000 | 1000011 |
Color Harmonies of #FC5CF0
Complementary color
Monochromatic Colors of #FC5CF0
Black with #FC5CF0
Text Example
Text Example
White with #FC5CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CF0; }
p { color: rgb(252,92,240); }
H1.HeaderClassName
{
color: #FC5CF0;
}
.AnyTagClassName
{
color: #FC5CF0;
}
</style>
background-color css
<style>
a { background-color: #FC5CF0; }
a { background-color: rgb(252,92,240); }
div.DivClassName
{
background-color: #FC5CF0;
}
.BgClassName
{
background-color: #FC5CF0;
}
</style>
border-color css
<style>
span { border-color: #FC5CF0; }
span { border-color: rgb(252,92,240); }
td.TdClassName
{
border-color: #FC5CF0;
}
.TagClassName
{
border-color: #FC5CF0;
}
</style>