Shades of Pink Flamingo #FE55EE
Tints of Pink Flamingo #FE55EE
RGB
CMYK
RGB Variations
Color information
#FE55EE (or 0xFE55EE) is known color: Pink Flamingo. HEX triplet: FE, 55 and EE. RGB value is (254,85,238). Sum of RGB (Red+Green+Blue) = 254+85+238=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55EE is #01AA11. Grayscale: #989898. Windows color (decimal): -109074 or 15619582. OLE color: 15619582.
HSL color Cylindrical-coordinate representation of color #FE55EE: hue angle of 305.68º 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 #FE55EE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 238 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.00 |
| HSL | 305.68º | 0.99% | 0.66% | - |
| HSV(B) | 305.68º | 0.67% | 1% | - |
| XYZ | 59.55 | 33.74 | 84.26 | - |
| YUV | 152.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 238 | 0 | 0.67 | 0.06 | 0.00 | 305.68 | 0.99 | 0.66 |
| Hex | FE | 55 | EE | 0 | 43 | 6 | 0 | 132 | 63 | 42 |
| Octal | 376 | 125 | 356 | 0 | 103 | 6 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11101110 | 0 | 1000011 | 110 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE55EE
Complementary color
Monochromatic Colors of #FE55EE
Black with #FE55EE
Text Example
Text Example
White with #FE55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55EE; }
p { color: rgb(254,85,238); }
H1.HeaderClassName
{
color: #FE55EE;
}
.AnyTagClassName
{
color: #FE55EE;
}
</style>
background-color css
<style>
a { background-color: #FE55EE; }
a { background-color: rgb(254,85,238); }
div.DivClassName
{
background-color: #FE55EE;
}
.BgClassName
{
background-color: #FE55EE;
}
</style>
border-color css
<style>
span { border-color: #FE55EE; }
span { border-color: rgb(254,85,238); }
td.TdClassName
{
border-color: #FE55EE;
}
.TagClassName
{
border-color: #FE55EE;
}
</style>