Shades of Pink Flamingo #FE49EB
Tints of Pink Flamingo #FE49EB
RGB
CMYK
RGB Variations
Color information
#FE49EB (or 0xFE49EB) is known color: Pink Flamingo. HEX triplet: FE, 49 and EB. RGB value is (254,73,235). Sum of RGB (Red+Green+Blue) = 254+73+235=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49EB is #01B614. Grayscale: #919191. Windows color (decimal): -112149 or 15419902. OLE color: 15419902.
HSL color Cylindrical-coordinate representation of color #FE49EB: hue angle of 306.3º 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 #FE49EB is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 235 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.00 |
| HSL | 306.3º | 0.99% | 0.64% | - |
| HSV(B) | 306.3º | 0.71% | 1% | - |
| XYZ | 58.25 | 31.83 | 81.67 | - |
| YUV | 145.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 235 | 0 | 0.71 | 0.07 | 0.00 | 306.3 | 0.99 | 0.64 |
| Hex | FE | 49 | EB | 0 | 47 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 111 | 353 | 0 | 107 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11101011 | 0 | 1000111 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE49EB
Complementary color
Monochromatic Colors of #FE49EB
Black with #FE49EB
Text Example
Text Example
White with #FE49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49EB; }
p { color: rgb(254,73,235); }
H1.HeaderClassName
{
color: #FE49EB;
}
.AnyTagClassName
{
color: #FE49EB;
}
</style>
background-color css
<style>
a { background-color: #FE49EB; }
a { background-color: rgb(254,73,235); }
div.DivClassName
{
background-color: #FE49EB;
}
.BgClassName
{
background-color: #FE49EB;
}
</style>
border-color css
<style>
span { border-color: #FE49EB; }
span { border-color: rgb(254,73,235); }
td.TdClassName
{
border-color: #FE49EB;
}
.TagClassName
{
border-color: #FE49EB;
}
</style>