Shades of Pink Flamingo #FE40F9
Tints of Pink Flamingo #FE40F9
RGB
CMYK
RGB Variations
Color information
#FE40F9 (or 0xFE40F9) is known color: Pink Flamingo. HEX triplet: FE, 40 and F9. RGB value is (254,64,249). Sum of RGB (Red+Green+Blue) = 254+64+249=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 64 (25.39% from 255 or 11.29% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40F9 is #01BF06. Grayscale: #8D8D8D. Windows color (decimal): -114439 or 16335102. OLE color: 16335102.
HSL color Cylindrical-coordinate representation of color #FE40F9: hue angle of 301.58º 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 #FE40F9 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 249 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.00 |
| HSL | 301.58º | 0.99% | 0.62% | - |
| HSV(B) | 301.58º | 0.75% | 1% | - |
| XYZ | 59.81 | 31.58 | 92.57 | - |
| YUV | 141.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 249 | 0 | 0.75 | 0.02 | 0.00 | 301.58 | 0.99 | 0.62 |
| Hex | FE | 40 | F9 | 0 | 4B | 2 | 0 | 12E | 63 | 3E |
| Octal | 376 | 100 | 371 | 0 | 113 | 2 | 0 | 456 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11111001 | 0 | 1001011 | 10 | 0 | 100101110 | 1100011 | 111110 |
Color Harmonies of #FE40F9
Complementary color
Monochromatic Colors of #FE40F9
Black with #FE40F9
Text Example
Text Example
White with #FE40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40F9; }
p { color: rgb(254,64,249); }
H1.HeaderClassName
{
color: #FE40F9;
}
.AnyTagClassName
{
color: #FE40F9;
}
</style>
background-color css
<style>
a { background-color: #FE40F9; }
a { background-color: rgb(254,64,249); }
div.DivClassName
{
background-color: #FE40F9;
}
.BgClassName
{
background-color: #FE40F9;
}
</style>
border-color css
<style>
span { border-color: #FE40F9; }
span { border-color: rgb(254,64,249); }
td.TdClassName
{
border-color: #FE40F9;
}
.TagClassName
{
border-color: #FE40F9;
}
</style>