Shades of Pink Flamingo #FE49EA
Tints of Pink Flamingo #FE49EA
RGB
CMYK
RGB Variations
Color information
#FE49EA (or 0xFE49EA) is known color: Pink Flamingo. HEX triplet: FE, 49 and EA. RGB value is (254,73,234). Sum of RGB (Red+Green+Blue) = 254+73+234=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49EA is #01B615. Grayscale: #919191. Windows color (decimal): -112150 or 15354366. OLE color: 15354366.
HSL color Cylindrical-coordinate representation of color #FE49EA: hue angle of 306.63º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49EA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 234 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.00 |
| HSL | 306.63º | 0.99% | 0.64% | - |
| HSV(B) | 306.63º | 0.71% | 1% | - |
| XYZ | 58.11 | 31.78 | 80.91 | - |
| YUV | 145.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 234 | 0 | 0.71 | 0.08 | 0.00 | 306.63 | 0.99 | 0.64 |
| Hex | FE | 49 | EA | 0 | 47 | 8 | 0 | 133 | 63 | 40 |
| Octal | 376 | 111 | 352 | 0 | 107 | 10 | 0 | 463 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11101010 | 0 | 1000111 | 1000 | 0 | 100110011 | 1100011 | 1000000 |
Color Harmonies of #FE49EA
Complementary color
Monochromatic Colors of #FE49EA
Black with #FE49EA
Text Example
Text Example
White with #FE49EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49EA; }
p { color: rgb(254,73,234); }
H1.HeaderClassName
{
color: #FE49EA;
}
.AnyTagClassName
{
color: #FE49EA;
}
</style>
background-color css
<style>
a { background-color: #FE49EA; }
a { background-color: rgb(254,73,234); }
div.DivClassName
{
background-color: #FE49EA;
}
.BgClassName
{
background-color: #FE49EA;
}
</style>
border-color css
<style>
span { border-color: #FE49EA; }
span { border-color: rgb(254,73,234); }
td.TdClassName
{
border-color: #FE49EA;
}
.TagClassName
{
border-color: #FE49EA;
}
</style>