Shades of Pink Flamingo #FE49EF
Tints of Pink Flamingo #FE49EF
RGB
CMYK
RGB Variations
Color information
#FE49EF (or 0xFE49EF) is known color: Pink Flamingo. HEX triplet: FE, 49 and EF. RGB value is (254,73,239). Sum of RGB (Red+Green+Blue) = 254+73+239=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 73 (28.91% from 255 or 12.90% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49EF is #01B610. Grayscale: #919191. Windows color (decimal): -112145 or 15682046. OLE color: 15682046.
HSL color Cylindrical-coordinate representation of color #FE49EF: hue angle of 304.97º 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 #FE49EF is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 239 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.00 |
| HSL | 304.97º | 0.99% | 0.64% | - |
| HSV(B) | 304.97º | 0.71% | 1% | - |
| XYZ | 58.84 | 32.07 | 84.75 | - |
| YUV | 146.04 | 180.47 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 239 | 0 | 0.71 | 0.06 | 0.00 | 304.97 | 0.99 | 0.64 |
| Hex | FE | 49 | EF | 0 | 47 | 6 | 0 | 131 | 63 | 40 |
| Octal | 376 | 111 | 357 | 0 | 107 | 6 | 0 | 461 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11101111 | 0 | 1000111 | 110 | 0 | 100110001 | 1100011 | 1000000 |
Color Harmonies of #FE49EF
Complementary color
Monochromatic Colors of #FE49EF
Black with #FE49EF
Text Example
Text Example
White with #FE49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49EF; }
p { color: rgb(254,73,239); }
H1.HeaderClassName
{
color: #FE49EF;
}
.AnyTagClassName
{
color: #FE49EF;
}
</style>
background-color css
<style>
a { background-color: #FE49EF; }
a { background-color: rgb(254,73,239); }
div.DivClassName
{
background-color: #FE49EF;
}
.BgClassName
{
background-color: #FE49EF;
}
</style>
border-color css
<style>
span { border-color: #FE49EF; }
span { border-color: rgb(254,73,239); }
td.TdClassName
{
border-color: #FE49EF;
}
.TagClassName
{
border-color: #FE49EF;
}
</style>