Shades of Pink Flamingo #FE47EB
Tints of Pink Flamingo #FE47EB
RGB
CMYK
RGB Variations
Color information
#FE47EB (or 0xFE47EB) is known color: Pink Flamingo. HEX triplet: FE, 47 and EB. RGB value is (254,71,235). Sum of RGB (Red+Green+Blue) = 254+71+235=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE47EB is #01B814. Grayscale: #8F8F8F. Windows color (decimal): -112661 or 15419390. OLE color: 15419390.
HSL color Cylindrical-coordinate representation of color #FE47EB: hue angle of 306.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE47EB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 235 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.00 |
| HSL | 306.23º | 0.99% | 0.64% | - |
| HSV(B) | 306.23º | 0.72% | 1% | - |
| XYZ | 58.12 | 31.58 | 81.63 | - |
| YUV | 144.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 235 | 0 | 0.72 | 0.07 | 0.00 | 306.23 | 0.99 | 0.64 |
| Hex | FE | 47 | EB | 0 | 48 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 107 | 353 | 0 | 110 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1000111 | 11101011 | 0 | 1001000 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE47EB
Complementary color
Monochromatic Colors of #FE47EB
Black with #FE47EB
Text Example
Text Example
White with #FE47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47EB; }
p { color: rgb(254,71,235); }
H1.HeaderClassName
{
color: #FE47EB;
}
.AnyTagClassName
{
color: #FE47EB;
}
</style>
background-color css
<style>
a { background-color: #FE47EB; }
a { background-color: rgb(254,71,235); }
div.DivClassName
{
background-color: #FE47EB;
}
.BgClassName
{
background-color: #FE47EB;
}
</style>
border-color css
<style>
span { border-color: #FE47EB; }
span { border-color: rgb(254,71,235); }
td.TdClassName
{
border-color: #FE47EB;
}
.TagClassName
{
border-color: #FE47EB;
}
</style>