Shades of Pink Flamingo #FE57EF
Tints of Pink Flamingo #FE57EF
RGB
CMYK
RGB Variations
Color information
#FE57EF (or 0xFE57EF) is known color: Pink Flamingo. HEX triplet: FE, 57 and EF. RGB value is (254,87,239). Sum of RGB (Red+Green+Blue) = 254+87+239=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57EF is #01A810. Grayscale: #999999. Windows color (decimal): -108561 or 15685630. OLE color: 15685630.
HSL color Cylindrical-coordinate representation of color #FE57EF: hue angle of 305.39º 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 #FE57EF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 239 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.00 |
| HSL | 305.39º | 0.99% | 0.67% | - |
| HSV(B) | 305.39º | 0.66% | 1% | - |
| XYZ | 59.86 | 34.12 | 85.09 | - |
| YUV | 154.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 239 | 0 | 0.66 | 0.06 | 0.00 | 305.39 | 0.99 | 0.67 |
| Hex | FE | 57 | EF | 0 | 42 | 6 | 0 | 131 | 63 | 43 |
| Octal | 376 | 127 | 357 | 0 | 102 | 6 | 0 | 461 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11101111 | 0 | 1000010 | 110 | 0 | 100110001 | 1100011 | 1000011 |
Color Harmonies of #FE57EF
Complementary color
Monochromatic Colors of #FE57EF
Black with #FE57EF
Text Example
Text Example
White with #FE57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57EF; }
p { color: rgb(254,87,239); }
H1.HeaderClassName
{
color: #FE57EF;
}
.AnyTagClassName
{
color: #FE57EF;
}
</style>
background-color css
<style>
a { background-color: #FE57EF; }
a { background-color: rgb(254,87,239); }
div.DivClassName
{
background-color: #FE57EF;
}
.BgClassName
{
background-color: #FE57EF;
}
</style>
border-color css
<style>
span { border-color: #FE57EF; }
span { border-color: rgb(254,87,239); }
td.TdClassName
{
border-color: #FE57EF;
}
.TagClassName
{
border-color: #FE57EF;
}
</style>