Shades of Pink Flamingo #FE54ED
Tints of Pink Flamingo #FE54ED
RGB
CMYK
RGB Variations
Color information
#FE54ED (or 0xFE54ED) is known color: Pink Flamingo. HEX triplet: FE, 54 and ED. RGB value is (254,84,237). Sum of RGB (Red+Green+Blue) = 254+84+237=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54ED is #01AB12. Grayscale: #979797. Windows color (decimal): -109331 or 15553790. OLE color: 15553790.
HSL color Cylindrical-coordinate representation of color #FE54ED: hue angle of 306º 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 #FE54ED is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 237 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.00 |
| HSL | 306º | 0.99% | 0.66% | - |
| HSV(B) | 306º | 0.67% | 1% | - |
| XYZ | 59.33 | 33.53 | 83.46 | - |
| YUV | 152.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 237 | 0 | 0.67 | 0.07 | 0.00 | 306 | 0.99 | 0.66 |
| Hex | FE | 54 | ED | 0 | 43 | 7 | 0 | 132 | 63 | 42 |
| Octal | 376 | 124 | 355 | 0 | 103 | 7 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11101101 | 0 | 1000011 | 111 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE54ED
Complementary color
Monochromatic Colors of #FE54ED
Black with #FE54ED
Text Example
Text Example
White with #FE54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54ED; }
p { color: rgb(254,84,237); }
H1.HeaderClassName
{
color: #FE54ED;
}
.AnyTagClassName
{
color: #FE54ED;
}
</style>
background-color css
<style>
a { background-color: #FE54ED; }
a { background-color: rgb(254,84,237); }
div.DivClassName
{
background-color: #FE54ED;
}
.BgClassName
{
background-color: #FE54ED;
}
</style>
border-color css
<style>
span { border-color: #FE54ED; }
span { border-color: rgb(254,84,237); }
td.TdClassName
{
border-color: #FE54ED;
}
.TagClassName
{
border-color: #FE54ED;
}
</style>