Shades of Pink Flamingo #FE57EE
Tints of Pink Flamingo #FE57EE
RGB
CMYK
RGB Variations
Color information
#FE57EE (or 0xFE57EE) is known color: Pink Flamingo. HEX triplet: FE, 57 and EE. RGB value is (254,87,238). Sum of RGB (Red+Green+Blue) = 254+87+238=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57EE is #01A811. Grayscale: #999999. Windows color (decimal): -108562 or 15620094. OLE color: 15620094.
HSL color Cylindrical-coordinate representation of color #FE57EE: hue angle of 305.75º 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 #FE57EE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 238 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.00 |
| HSL | 305.75º | 0.99% | 0.67% | - |
| HSV(B) | 305.75º | 0.66% | 1% | - |
| XYZ | 59.71 | 34.06 | 84.32 | - |
| YUV | 154.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 238 | 0 | 0.66 | 0.06 | 0.00 | 305.75 | 0.99 | 0.67 |
| Hex | FE | 57 | EE | 0 | 42 | 6 | 0 | 132 | 63 | 43 |
| Octal | 376 | 127 | 356 | 0 | 102 | 6 | 0 | 462 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11101110 | 0 | 1000010 | 110 | 0 | 100110010 | 1100011 | 1000011 |
Color Harmonies of #FE57EE
Complementary color
Monochromatic Colors of #FE57EE
Black with #FE57EE
Text Example
Text Example
White with #FE57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57EE; }
p { color: rgb(254,87,238); }
H1.HeaderClassName
{
color: #FE57EE;
}
.AnyTagClassName
{
color: #FE57EE;
}
</style>
background-color css
<style>
a { background-color: #FE57EE; }
a { background-color: rgb(254,87,238); }
div.DivClassName
{
background-color: #FE57EE;
}
.BgClassName
{
background-color: #FE57EE;
}
</style>
border-color css
<style>
span { border-color: #FE57EE; }
span { border-color: rgb(254,87,238); }
td.TdClassName
{
border-color: #FE57EE;
}
.TagClassName
{
border-color: #FE57EE;
}
</style>