Shades of Pink Flamingo #FE55EF
Tints of Pink Flamingo #FE55EF
RGB
CMYK
RGB Variations
Color information
#FE55EF (or 0xFE55EF) is known color: Pink Flamingo. HEX triplet: FE, 55 and EF. RGB value is (254,85,239). Sum of RGB (Red+Green+Blue) = 254+85+239=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55EF is #01AA10. Grayscale: #989898. Windows color (decimal): -109073 or 15685118. OLE color: 15685118.
HSL color Cylindrical-coordinate representation of color #FE55EF: hue angle of 305.33º 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 #FE55EF is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 239 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.00 |
| HSL | 305.33º | 0.99% | 0.66% | - |
| HSV(B) | 305.33º | 0.67% | 1% | - |
| XYZ | 59.7 | 33.8 | 85.04 | - |
| YUV | 153.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 239 | 0 | 0.67 | 0.06 | 0.00 | 305.33 | 0.99 | 0.66 |
| Hex | FE | 55 | EF | 0 | 43 | 6 | 0 | 131 | 63 | 42 |
| Octal | 376 | 125 | 357 | 0 | 103 | 6 | 0 | 461 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11101111 | 0 | 1000011 | 110 | 0 | 100110001 | 1100011 | 1000010 |
Color Harmonies of #FE55EF
Complementary color
Monochromatic Colors of #FE55EF
Black with #FE55EF
Text Example
Text Example
White with #FE55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55EF; }
p { color: rgb(254,85,239); }
H1.HeaderClassName
{
color: #FE55EF;
}
.AnyTagClassName
{
color: #FE55EF;
}
</style>
background-color css
<style>
a { background-color: #FE55EF; }
a { background-color: rgb(254,85,239); }
div.DivClassName
{
background-color: #FE55EF;
}
.BgClassName
{
background-color: #FE55EF;
}
</style>
border-color css
<style>
span { border-color: #FE55EF; }
span { border-color: rgb(254,85,239); }
td.TdClassName
{
border-color: #FE55EF;
}
.TagClassName
{
border-color: #FE55EF;
}
</style>