Shades of Pink Flamingo #FE5EE9
Tints of Pink Flamingo #FE5EE9
RGB
CMYK
RGB Variations
Color information
#FE5EE9 (or 0xFE5EE9) is known color: Pink Flamingo. HEX triplet: FE, 5E and E9. RGB value is (254,94,233). Sum of RGB (Red+Green+Blue) = 254+94+233=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EE9 is #01A116. Grayscale: #9D9D9D. Windows color (decimal): -106775 or 15294206. OLE color: 15294206.
HSL color Cylindrical-coordinate representation of color #FE5EE9: hue angle of 307.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EE9 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 233 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.00 |
| HSL | 307.88º | 0.99% | 0.68% | - |
| HSV(B) | 307.88º | 0.63% | 1% | - |
| XYZ | 59.58 | 34.96 | 80.7 | - |
| YUV | 157.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 233 | 0 | 0.63 | 0.08 | 0.00 | 307.88 | 0.99 | 0.68 |
| Hex | FE | 5E | E9 | 0 | 3F | 8 | 0 | 134 | 63 | 44 |
| Octal | 376 | 136 | 351 | 0 | 77 | 10 | 0 | 464 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11101001 | 0 | 111111 | 1000 | 0 | 100110100 | 1100011 | 1000100 |
Color Harmonies of #FE5EE9
Complementary color
Monochromatic Colors of #FE5EE9
Black with #FE5EE9
Text Example
Text Example
White with #FE5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EE9; }
p { color: rgb(254,94,233); }
H1.HeaderClassName
{
color: #FE5EE9;
}
.AnyTagClassName
{
color: #FE5EE9;
}
</style>
background-color css
<style>
a { background-color: #FE5EE9; }
a { background-color: rgb(254,94,233); }
div.DivClassName
{
background-color: #FE5EE9;
}
.BgClassName
{
background-color: #FE5EE9;
}
</style>
border-color css
<style>
span { border-color: #FE5EE9; }
span { border-color: rgb(254,94,233); }
td.TdClassName
{
border-color: #FE5EE9;
}
.TagClassName
{
border-color: #FE5EE9;
}
</style>