Shades of Pink Flamingo #FE47ED
Tints of Pink Flamingo #FE47ED
RGB
CMYK
RGB Variations
Color information
#FE47ED (or 0xFE47ED) is known color: Pink Flamingo. HEX triplet: FE, 47 and ED. RGB value is (254,71,237). Sum of RGB (Red+Green+Blue) = 254+71+237=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE47ED is #01B812. Grayscale: #909090. Windows color (decimal): -112659 or 15550462. OLE color: 15550462.
HSL color Cylindrical-coordinate representation of color #FE47ED: hue angle of 305.57º 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 #FE47ED is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 237 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.00 |
| HSL | 305.57º | 0.99% | 0.64% | - |
| HSV(B) | 305.57º | 0.72% | 1% | - |
| XYZ | 58.41 | 31.69 | 83.16 | - |
| YUV | 144.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 237 | 0 | 0.72 | 0.07 | 0.00 | 305.57 | 0.99 | 0.64 |
| Hex | FE | 47 | ED | 0 | 48 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 107 | 355 | 0 | 110 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1000111 | 11101101 | 0 | 1001000 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE47ED
Complementary color
Monochromatic Colors of #FE47ED
Black with #FE47ED
Text Example
Text Example
White with #FE47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47ED; }
p { color: rgb(254,71,237); }
H1.HeaderClassName
{
color: #FE47ED;
}
.AnyTagClassName
{
color: #FE47ED;
}
</style>
background-color css
<style>
a { background-color: #FE47ED; }
a { background-color: rgb(254,71,237); }
div.DivClassName
{
background-color: #FE47ED;
}
.BgClassName
{
background-color: #FE47ED;
}
</style>
border-color css
<style>
span { border-color: #FE47ED; }
span { border-color: rgb(254,71,237); }
td.TdClassName
{
border-color: #FE47ED;
}
.TagClassName
{
border-color: #FE47ED;
}
</style>