Shades of Pink Flamingo #FC5AF0
Tints of Pink Flamingo #FC5AF0
RGB
CMYK
RGB Variations
Color information
#FC5AF0 (or 0xFC5AF0) is known color: Pink Flamingo. HEX triplet: FC, 5A and F0. RGB value is (252,90,240). Sum of RGB (Red+Green+Blue) = 252+90+240=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AF0 is #03A50F. Grayscale: #9B9B9B. Windows color (decimal): -238864 or 15751932. OLE color: 15751932.
HSL color Cylindrical-coordinate representation of color #FC5AF0: hue angle of 304.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5AF0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 240 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.01 |
| HSL | 304.44º | 0.96% | 0.67% | - |
| HSV(B) | 304.44º | 0.64% | 0.99% | - |
| XYZ | 59.53 | 34.3 | 85.92 | - |
| YUV | 155.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 240 | 0 | 0.64 | 0.05 | 0.01 | 304.44 | 0.96 | 0.67 |
| Hex | FC | 5A | F0 | 0 | 40 | 5 | 1 | 130 | 60 | 43 |
| Octal | 374 | 132 | 360 | 0 | 100 | 5 | 1 | 460 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11110000 | 0 | 1000000 | 101 | 1 | 100110000 | 1100000 | 1000011 |
Color Harmonies of #FC5AF0
Complementary color
Monochromatic Colors of #FC5AF0
Black with #FC5AF0
Text Example
Text Example
White with #FC5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AF0; }
p { color: rgb(252,90,240); }
H1.HeaderClassName
{
color: #FC5AF0;
}
.AnyTagClassName
{
color: #FC5AF0;
}
</style>
background-color css
<style>
a { background-color: #FC5AF0; }
a { background-color: rgb(252,90,240); }
div.DivClassName
{
background-color: #FC5AF0;
}
.BgClassName
{
background-color: #FC5AF0;
}
</style>
border-color css
<style>
span { border-color: #FC5AF0; }
span { border-color: rgb(252,90,240); }
td.TdClassName
{
border-color: #FC5AF0;
}
.TagClassName
{
border-color: #FC5AF0;
}
</style>