Shades of Pink Flamingo #FE54EE
Tints of Pink Flamingo #FE54EE
RGB
CMYK
RGB Variations
Color information
#FE54EE (or 0xFE54EE) is known color: Pink Flamingo. HEX triplet: FE, 54 and EE. RGB value is (254,84,238). Sum of RGB (Red+Green+Blue) = 254+84+238=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54EE is #01AB11. Grayscale: #979797. Windows color (decimal): -109330 or 15619326. OLE color: 15619326.
HSL color Cylindrical-coordinate representation of color #FE54EE: hue angle of 305.65º 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 #FE54EE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 238 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.00 |
| HSL | 305.65º | 0.99% | 0.66% | - |
| HSV(B) | 305.65º | 0.67% | 1% | - |
| XYZ | 59.48 | 33.58 | 84.24 | - |
| YUV | 152.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 238 | 0 | 0.67 | 0.06 | 0.00 | 305.65 | 0.99 | 0.66 |
| Hex | FE | 54 | EE | 0 | 43 | 6 | 0 | 132 | 63 | 42 |
| Octal | 376 | 124 | 356 | 0 | 103 | 6 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11101110 | 0 | 1000011 | 110 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE54EE
Complementary color
Monochromatic Colors of #FE54EE
Black with #FE54EE
Text Example
Text Example
White with #FE54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54EE; }
p { color: rgb(254,84,238); }
H1.HeaderClassName
{
color: #FE54EE;
}
.AnyTagClassName
{
color: #FE54EE;
}
</style>
background-color css
<style>
a { background-color: #FE54EE; }
a { background-color: rgb(254,84,238); }
div.DivClassName
{
background-color: #FE54EE;
}
.BgClassName
{
background-color: #FE54EE;
}
</style>
border-color css
<style>
span { border-color: #FE54EE; }
span { border-color: rgb(254,84,238); }
td.TdClassName
{
border-color: #FE54EE;
}
.TagClassName
{
border-color: #FE54EE;
}
</style>