Shades of Pink Flamingo #FE57E8
Tints of Pink Flamingo #FE57E8
RGB
CMYK
RGB Variations
Color information
#FE57E8 (or 0xFE57E8) is known color: Pink Flamingo. HEX triplet: FE, 57 and E8. RGB value is (254,87,232). Sum of RGB (Red+Green+Blue) = 254+87+232=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 87 (34.38% from 255 or 15.18% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57E8 is #01A817. Grayscale: #999999. Windows color (decimal): -108568 or 15226878. OLE color: 15226878.
HSL color Cylindrical-coordinate representation of color #FE57E8: hue angle of 307.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57E8 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 232 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.00 |
| HSL | 307.9º | 0.99% | 0.67% | - |
| HSV(B) | 307.9º | 0.66% | 1% | - |
| XYZ | 58.85 | 33.71 | 79.75 | - |
| YUV | 153.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 232 | 0 | 0.66 | 0.09 | 0.00 | 307.9 | 0.99 | 0.67 |
| Hex | FE | 57 | E8 | 0 | 42 | 9 | 0 | 134 | 63 | 43 |
| Octal | 376 | 127 | 350 | 0 | 102 | 11 | 0 | 464 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11101000 | 0 | 1000010 | 1001 | 0 | 100110100 | 1100011 | 1000011 |
Color Harmonies of #FE57E8
Complementary color
Monochromatic Colors of #FE57E8
Black with #FE57E8
Text Example
Text Example
White with #FE57E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57E8; }
p { color: rgb(254,87,232); }
H1.HeaderClassName
{
color: #FE57E8;
}
.AnyTagClassName
{
color: #FE57E8;
}
</style>
background-color css
<style>
a { background-color: #FE57E8; }
a { background-color: rgb(254,87,232); }
div.DivClassName
{
background-color: #FE57E8;
}
.BgClassName
{
background-color: #FE57E8;
}
</style>
border-color css
<style>
span { border-color: #FE57E8; }
span { border-color: rgb(254,87,232); }
td.TdClassName
{
border-color: #FE57E8;
}
.TagClassName
{
border-color: #FE57E8;
}
</style>