Shades of Pink Flamingo #FE5EE7
Tints of Pink Flamingo #FE5EE7
RGB
CMYK
RGB Variations
Color information
#FE5EE7 (or 0xFE5EE7) is known color: Pink Flamingo. HEX triplet: FE, 5E and E7. RGB value is (254,94,231). Sum of RGB (Red+Green+Blue) = 254+94+231=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EE7 is #01A118. Grayscale: #9D9D9D. Windows color (decimal): -106777 or 15163134. OLE color: 15163134.
HSL color Cylindrical-coordinate representation of color #FE5EE7: hue angle of 308.62º 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 #FE5EE7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 231 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.00 |
| HSL | 308.63º | 0.99% | 0.68% | - |
| HSV(B) | 308.63º | 0.63% | 1% | - |
| XYZ | 59.3 | 34.85 | 79.2 | - |
| YUV | 157.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 231 | 0 | 0.63 | 0.09 | 0.00 | 308.63 | 0.99 | 0.68 |
| Hex | FE | 5E | E7 | 0 | 3F | 9 | 0 | 135 | 63 | 44 |
| Octal | 376 | 136 | 347 | 0 | 77 | 11 | 0 | 465 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11100111 | 0 | 111111 | 1001 | 0 | 100110101 | 1100011 | 1000100 |
Color Harmonies of #FE5EE7
Complementary color
Monochromatic Colors of #FE5EE7
Black with #FE5EE7
Text Example
Text Example
White with #FE5EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EE7; }
p { color: rgb(254,94,231); }
H1.HeaderClassName
{
color: #FE5EE7;
}
.AnyTagClassName
{
color: #FE5EE7;
}
</style>
background-color css
<style>
a { background-color: #FE5EE7; }
a { background-color: rgb(254,94,231); }
div.DivClassName
{
background-color: #FE5EE7;
}
.BgClassName
{
background-color: #FE5EE7;
}
</style>
border-color css
<style>
span { border-color: #FE5EE7; }
span { border-color: rgb(254,94,231); }
td.TdClassName
{
border-color: #FE5EE7;
}
.TagClassName
{
border-color: #FE5EE7;
}
</style>