Shades of Pink Flamingo #FE54EC
Tints of Pink Flamingo #FE54EC
RGB
CMYK
RGB Variations
Color information
#FE54EC (or 0xFE54EC) is known color: Pink Flamingo. HEX triplet: FE, 54 and EC. RGB value is (254,84,236). Sum of RGB (Red+Green+Blue) = 254+84+236=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54EC is #01AB13. Grayscale: #979797. Windows color (decimal): -109332 or 15488254. OLE color: 15488254.
HSL color Cylindrical-coordinate representation of color #FE54EC: hue angle of 306.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE54EC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 236 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.00 |
| HSL | 306.35º | 0.99% | 0.66% | - |
| HSV(B) | 306.35º | 0.67% | 1% | - |
| XYZ | 59.18 | 33.47 | 82.7 | - |
| YUV | 152.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 236 | 0 | 0.67 | 0.07 | 0.00 | 306.35 | 0.99 | 0.66 |
| Hex | FE | 54 | EC | 0 | 43 | 7 | 0 | 132 | 63 | 42 |
| Octal | 376 | 124 | 354 | 0 | 103 | 7 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11101100 | 0 | 1000011 | 111 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE54EC
Complementary color
Monochromatic Colors of #FE54EC
Black with #FE54EC
Text Example
Text Example
White with #FE54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54EC; }
p { color: rgb(254,84,236); }
H1.HeaderClassName
{
color: #FE54EC;
}
.AnyTagClassName
{
color: #FE54EC;
}
</style>
background-color css
<style>
a { background-color: #FE54EC; }
a { background-color: rgb(254,84,236); }
div.DivClassName
{
background-color: #FE54EC;
}
.BgClassName
{
background-color: #FE54EC;
}
</style>
border-color css
<style>
span { border-color: #FE54EC; }
span { border-color: rgb(254,84,236); }
td.TdClassName
{
border-color: #FE54EC;
}
.TagClassName
{
border-color: #FE54EC;
}
</style>