Shades of Pink Flamingo #FE40FD
Tints of Pink Flamingo #FE40FD
RGB
CMYK
RGB Variations
Color information
#FE40FD (or 0xFE40FD) is known color: Pink Flamingo. HEX triplet: FE, 40 and FD. RGB value is (254,64,253). Sum of RGB (Red+Green+Blue) = 254+64+253=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 64 (25.39% from 255 or 11.21% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40FD is #01BF02. Grayscale: #8D8D8D. Windows color (decimal): -114435 or 16597246. OLE color: 16597246.
HSL color Cylindrical-coordinate representation of color #FE40FD: hue angle of 300.32º 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 #FE40FD is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 253 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.00 |
| HSL | 300.32º | 0.99% | 0.62% | - |
| HSV(B) | 300.32º | 0.75% | 1% | - |
| XYZ | 60.44 | 31.83 | 95.89 | - |
| YUV | 142.36 | 190.45 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 253 | 0 | 0.75 | 0.00 | 0.00 | 300.32 | 0.99 | 0.62 |
| Hex | FE | 40 | FD | 0 | 4B | 0 | 0 | 12C | 63 | 3E |
| Octal | 376 | 100 | 375 | 0 | 113 | 0 | 0 | 454 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11111101 | 0 | 1001011 | 0 | 0 | 100101100 | 1100011 | 111110 |
Color Harmonies of #FE40FD
Complementary color
Monochromatic Colors of #FE40FD
Black with #FE40FD
Text Example
Text Example
White with #FE40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40FD; }
p { color: rgb(254,64,253); }
H1.HeaderClassName
{
color: #FE40FD;
}
.AnyTagClassName
{
color: #FE40FD;
}
</style>
background-color css
<style>
a { background-color: #FE40FD; }
a { background-color: rgb(254,64,253); }
div.DivClassName
{
background-color: #FE40FD;
}
.BgClassName
{
background-color: #FE40FD;
}
</style>
border-color css
<style>
span { border-color: #FE40FD; }
span { border-color: rgb(254,64,253); }
td.TdClassName
{
border-color: #FE40FD;
}
.TagClassName
{
border-color: #FE40FD;
}
</style>