Shades of Pink Flamingo #FC40F0
Tints of Pink Flamingo #FC40F0
RGB
CMYK
RGB Variations
Color information
#FC40F0 (or 0xFC40F0) is known color: Pink Flamingo. HEX triplet: FC, 40 and F0. RGB value is (252,64,240). Sum of RGB (Red+Green+Blue) = 252+64+240=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40F0 is #03BF0F. Grayscale: #8B8B8B. Windows color (decimal): -245520 or 15745276. OLE color: 15745276.
HSL color Cylindrical-coordinate representation of color #FC40F0: hue angle of 303.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40F0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 240 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.01 |
| HSL | 303.83º | 0.97% | 0.62% | - |
| HSV(B) | 303.83º | 0.75% | 0.99% | - |
| XYZ | 57.71 | 30.65 | 85.31 | - |
| YUV | 140.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 240 | 0 | 0.75 | 0.05 | 0.01 | 303.83 | 0.97 | 0.62 |
| Hex | FC | 40 | F0 | 0 | 4B | 5 | 1 | 130 | 61 | 3E |
| Octal | 374 | 100 | 360 | 0 | 113 | 5 | 1 | 460 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11110000 | 0 | 1001011 | 101 | 1 | 100110000 | 1100001 | 111110 |
Color Harmonies of #FC40F0
Complementary color
Monochromatic Colors of #FC40F0
Black with #FC40F0
Text Example
Text Example
White with #FC40F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40F0; }
p { color: rgb(252,64,240); }
H1.HeaderClassName
{
color: #FC40F0;
}
.AnyTagClassName
{
color: #FC40F0;
}
</style>
background-color css
<style>
a { background-color: #FC40F0; }
a { background-color: rgb(252,64,240); }
div.DivClassName
{
background-color: #FC40F0;
}
.BgClassName
{
background-color: #FC40F0;
}
</style>
border-color css
<style>
span { border-color: #FC40F0; }
span { border-color: rgb(252,64,240); }
td.TdClassName
{
border-color: #FC40F0;
}
.TagClassName
{
border-color: #FC40F0;
}
</style>