Shades of Pink Flamingo #FC40FE
Tints of Pink Flamingo #FC40FE
RGB
CMYK
RGB Variations
Color information
#FC40FE (or 0xFC40FE) is known color: Pink Flamingo. HEX triplet: FC, 40 and FE. RGB value is (252,64,254). Sum of RGB (Red+Green+Blue) = 252+64+254=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 64 (25.39% from 255 or 11.23% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40FE is #03BF01. Grayscale: #8D8D8D. Windows color (decimal): -245506 or 16662780. OLE color: 16662780.
HSL color Cylindrical-coordinate representation of color #FC40FE: hue angle of 299.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40FE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 64 | 254 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.00 |
| HSL | 299.37º | 0.99% | 0.62% | - |
| HSV(B) | 299.37º | 0.75% | 1% | - |
| XYZ | 59.87 | 31.52 | 96.69 | - |
| YUV | 141.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 254 | 0.01 | 0.75 | 0 | 0.00 | 299.37 | 0.99 | 0.62 |
| Hex | FC | 40 | FE | 1 | 4B | 0 | 0 | 12B | 63 | 3E |
| Octal | 374 | 100 | 376 | 1 | 113 | 0 | 0 | 453 | 143 | 76 |
| Binary | 11111100 | 1000000 | 11111110 | 1 | 1001011 | 0 | 0 | 100101011 | 1100011 | 111110 |
Color Harmonies of #FC40FE
Complementary color
Monochromatic Colors of #FC40FE
Black with #FC40FE
Text Example
Text Example
White with #FC40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40FE; }
p { color: rgb(252,64,254); }
H1.HeaderClassName
{
color: #FC40FE;
}
.AnyTagClassName
{
color: #FC40FE;
}
</style>
background-color css
<style>
a { background-color: #FC40FE; }
a { background-color: rgb(252,64,254); }
div.DivClassName
{
background-color: #FC40FE;
}
.BgClassName
{
background-color: #FC40FE;
}
</style>
border-color css
<style>
span { border-color: #FC40FE; }
span { border-color: rgb(252,64,254); }
td.TdClassName
{
border-color: #FC40FE;
}
.TagClassName
{
border-color: #FC40FE;
}
</style>