Shades of Pink Flamingo #FE40FC
Tints of Pink Flamingo #FE40FC
RGB
CMYK
RGB Variations
Color information
#FE40FC (or 0xFE40FC) is known color: Pink Flamingo. HEX triplet: FE, 40 and FC. RGB value is (254,64,252). Sum of RGB (Red+Green+Blue) = 254+64+252=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 64 (25.39% from 255 or 11.23% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40FC is #01BF03. Grayscale: #8D8D8D. Windows color (decimal): -114436 or 16531710. OLE color: 16531710.
HSL color Cylindrical-coordinate representation of color #FE40FC: hue angle of 300.63º 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 #FE40FC is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 252 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.00 |
| HSL | 300.63º | 0.99% | 0.62% | - |
| HSV(B) | 300.63º | 0.75% | 1% | - |
| XYZ | 60.28 | 31.77 | 95.05 | - |
| YUV | 142.24 | 189.95 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 252 | 0 | 0.75 | 0.01 | 0.00 | 300.63 | 0.99 | 0.62 |
| Hex | FE | 40 | FC | 0 | 4B | 1 | 0 | 12D | 63 | 3E |
| Octal | 376 | 100 | 374 | 0 | 113 | 1 | 0 | 455 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11111100 | 0 | 1001011 | 1 | 0 | 100101101 | 1100011 | 111110 |
Color Harmonies of #FE40FC
Complementary color
Monochromatic Colors of #FE40FC
Black with #FE40FC
Text Example
Text Example
White with #FE40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40FC; }
p { color: rgb(254,64,252); }
H1.HeaderClassName
{
color: #FE40FC;
}
.AnyTagClassName
{
color: #FE40FC;
}
</style>
background-color css
<style>
a { background-color: #FE40FC; }
a { background-color: rgb(254,64,252); }
div.DivClassName
{
background-color: #FE40FC;
}
.BgClassName
{
background-color: #FE40FC;
}
</style>
border-color css
<style>
span { border-color: #FE40FC; }
span { border-color: rgb(254,64,252); }
td.TdClassName
{
border-color: #FE40FC;
}
.TagClassName
{
border-color: #FE40FC;
}
</style>