Shades of Pink Flamingo #FE55E8
Tints of Pink Flamingo #FE55E8
RGB
CMYK
RGB Variations
Color information
#FE55E8 (or 0xFE55E8) is known color: Pink Flamingo. HEX triplet: FE, 55 and E8. RGB value is (254,85,232). Sum of RGB (Red+Green+Blue) = 254+85+232=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55E8 is #01AA17. Grayscale: #979797. Windows color (decimal): -109080 or 15226366. OLE color: 15226366.
HSL color Cylindrical-coordinate representation of color #FE55E8: hue angle of 307.81º 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 #FE55E8 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 232 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.00 |
| HSL | 307.81º | 0.99% | 0.66% | - |
| HSV(B) | 307.81º | 0.67% | 1% | - |
| XYZ | 58.69 | 33.39 | 79.7 | - |
| YUV | 152.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 232 | 0 | 0.67 | 0.09 | 0.00 | 307.81 | 0.99 | 0.66 |
| Hex | FE | 55 | E8 | 0 | 43 | 9 | 0 | 134 | 63 | 42 |
| Octal | 376 | 125 | 350 | 0 | 103 | 11 | 0 | 464 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11101000 | 0 | 1000011 | 1001 | 0 | 100110100 | 1100011 | 1000010 |
Color Harmonies of #FE55E8
Complementary color
Monochromatic Colors of #FE55E8
Black with #FE55E8
Text Example
Text Example
White with #FE55E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55E8; }
p { color: rgb(254,85,232); }
H1.HeaderClassName
{
color: #FE55E8;
}
.AnyTagClassName
{
color: #FE55E8;
}
</style>
background-color css
<style>
a { background-color: #FE55E8; }
a { background-color: rgb(254,85,232); }
div.DivClassName
{
background-color: #FE55E8;
}
.BgClassName
{
background-color: #FE55E8;
}
</style>
border-color css
<style>
span { border-color: #FE55E8; }
span { border-color: rgb(254,85,232); }
td.TdClassName
{
border-color: #FE55E8;
}
.TagClassName
{
border-color: #FE55E8;
}
</style>