Shades of Pink Flamingo #FC40F2
Tints of Pink Flamingo #FC40F2
RGB
CMYK
RGB Variations
Color information
#FC40F2 (or 0xFC40F2) is known color: Pink Flamingo. HEX triplet: FC, 40 and F2. RGB value is (252,64,242). Sum of RGB (Red+Green+Blue) = 252+64+242=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 64 (25.39% from 255 or 11.47% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40F2 is #03BF0D. Grayscale: #8B8B8B. Windows color (decimal): -245518 or 15876348. OLE color: 15876348.
HSL color Cylindrical-coordinate representation of color #FC40F2: hue angle of 303.19º 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 #FC40F2 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 242 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.01 |
| HSL | 303.19º | 0.97% | 0.62% | - |
| HSV(B) | 303.19º | 0.75% | 0.99% | - |
| XYZ | 58.01 | 30.77 | 86.89 | - |
| YUV | 140.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 242 | 0 | 0.75 | 0.04 | 0.01 | 303.19 | 0.97 | 0.62 |
| Hex | FC | 40 | F2 | 0 | 4B | 4 | 1 | 12F | 61 | 3E |
| Octal | 374 | 100 | 362 | 0 | 113 | 4 | 1 | 457 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11110010 | 0 | 1001011 | 100 | 1 | 100101111 | 1100001 | 111110 |
Color Harmonies of #FC40F2
Complementary color
Monochromatic Colors of #FC40F2
Black with #FC40F2
Text Example
Text Example
White with #FC40F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40F2; }
p { color: rgb(252,64,242); }
H1.HeaderClassName
{
color: #FC40F2;
}
.AnyTagClassName
{
color: #FC40F2;
}
</style>
background-color css
<style>
a { background-color: #FC40F2; }
a { background-color: rgb(252,64,242); }
div.DivClassName
{
background-color: #FC40F2;
}
.BgClassName
{
background-color: #FC40F2;
}
</style>
border-color css
<style>
span { border-color: #FC40F2; }
span { border-color: rgb(252,64,242); }
td.TdClassName
{
border-color: #FC40F2;
}
.TagClassName
{
border-color: #FC40F2;
}
</style>