Shades of Pink Flamingo #FE4EEA
Tints of Pink Flamingo #FE4EEA
RGB
CMYK
RGB Variations
Color information
#FE4EEA (or 0xFE4EEA) is known color: Pink Flamingo. HEX triplet: FE, 4E and EA. RGB value is (254,78,234). Sum of RGB (Red+Green+Blue) = 254+78+234=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EEA is #01B115. Grayscale: #939393. Windows color (decimal): -110870 or 15355646. OLE color: 15355646.
HSL color Cylindrical-coordinate representation of color #FE4EEA: hue angle of 306.82º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EEA is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 234 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.00 |
| HSL | 306.82º | 0.99% | 0.65% | - |
| HSV(B) | 306.82º | 0.69% | 1% | - |
| XYZ | 58.45 | 32.46 | 81.03 | - |
| YUV | 148.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 234 | 0 | 0.69 | 0.08 | 0.00 | 306.82 | 0.99 | 0.65 |
| Hex | FE | 4E | EA | 0 | 45 | 8 | 0 | 133 | 63 | 41 |
| Octal | 376 | 116 | 352 | 0 | 105 | 10 | 0 | 463 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11101010 | 0 | 1000101 | 1000 | 0 | 100110011 | 1100011 | 1000001 |
Color Harmonies of #FE4EEA
Complementary color
Monochromatic Colors of #FE4EEA
Black with #FE4EEA
Text Example
Text Example
White with #FE4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EEA; }
p { color: rgb(254,78,234); }
H1.HeaderClassName
{
color: #FE4EEA;
}
.AnyTagClassName
{
color: #FE4EEA;
}
</style>
background-color css
<style>
a { background-color: #FE4EEA; }
a { background-color: rgb(254,78,234); }
div.DivClassName
{
background-color: #FE4EEA;
}
.BgClassName
{
background-color: #FE4EEA;
}
</style>
border-color css
<style>
span { border-color: #FE4EEA; }
span { border-color: rgb(254,78,234); }
td.TdClassName
{
border-color: #FE4EEA;
}
.TagClassName
{
border-color: #FE4EEA;
}
</style>