Shades of Pink Flamingo #FC5AF9
Tints of Pink Flamingo #FC5AF9
RGB
CMYK
RGB Variations
Color information
#FC5AF9 (or 0xFC5AF9) is known color: Pink Flamingo. HEX triplet: FC, 5A and F9. RGB value is (252,90,249). Sum of RGB (Red+Green+Blue) = 252+90+249=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 90 (35.55% from 255 or 15.23% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AF9 is #03A506. Grayscale: #9C9C9C. Windows color (decimal): -238855 or 16341756. OLE color: 16341756.
HSL color Cylindrical-coordinate representation of color #FC5AF9: hue angle of 301.11º 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 #FC5AF9 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 249 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.01 |
| HSL | 301.11º | 0.96% | 0.67% | - |
| HSV(B) | 301.11º | 0.64% | 0.99% | - |
| XYZ | 60.9 | 34.85 | 93.14 | - |
| YUV | 156.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 249 | 0 | 0.64 | 0.01 | 0.01 | 301.11 | 0.96 | 0.67 |
| Hex | FC | 5A | F9 | 0 | 40 | 1 | 1 | 12D | 60 | 43 |
| Octal | 374 | 132 | 371 | 0 | 100 | 1 | 1 | 455 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11111001 | 0 | 1000000 | 1 | 1 | 100101101 | 1100000 | 1000011 |
Color Harmonies of #FC5AF9
Complementary color
Monochromatic Colors of #FC5AF9
Black with #FC5AF9
Text Example
Text Example
White with #FC5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AF9; }
p { color: rgb(252,90,249); }
H1.HeaderClassName
{
color: #FC5AF9;
}
.AnyTagClassName
{
color: #FC5AF9;
}
</style>
background-color css
<style>
a { background-color: #FC5AF9; }
a { background-color: rgb(252,90,249); }
div.DivClassName
{
background-color: #FC5AF9;
}
.BgClassName
{
background-color: #FC5AF9;
}
</style>
border-color css
<style>
span { border-color: #FC5AF9; }
span { border-color: rgb(252,90,249); }
td.TdClassName
{
border-color: #FC5AF9;
}
.TagClassName
{
border-color: #FC5AF9;
}
</style>