Shades of Pink Flamingo #FE57F9
Tints of Pink Flamingo #FE57F9
RGB
CMYK
RGB Variations
Color information
#FE57F9 (or 0xFE57F9) is known color: Pink Flamingo. HEX triplet: FE, 57 and F9. RGB value is (254,87,249). Sum of RGB (Red+Green+Blue) = 254+87+249=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 87 (34.38% from 255 or 14.75% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57F9 is #01A806. Grayscale: #9A9A9A. Windows color (decimal): -108551 or 16340990. OLE color: 16340990.
HSL color Cylindrical-coordinate representation of color #FE57F9: hue angle of 301.8º 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 #FE57F9 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 249 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.00 |
| HSL | 301.8º | 0.99% | 0.67% | - |
| HSV(B) | 301.8º | 0.66% | 1% | - |
| XYZ | 61.38 | 34.73 | 93.09 | - |
| YUV | 155.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 249 | 0 | 0.66 | 0.02 | 0.00 | 301.8 | 0.99 | 0.67 |
| Hex | FE | 57 | F9 | 0 | 42 | 2 | 0 | 12E | 63 | 43 |
| Octal | 376 | 127 | 371 | 0 | 102 | 2 | 0 | 456 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11111001 | 0 | 1000010 | 10 | 0 | 100101110 | 1100011 | 1000011 |
Color Harmonies of #FE57F9
Complementary color
Monochromatic Colors of #FE57F9
Black with #FE57F9
Text Example
Text Example
White with #FE57F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57F9; }
p { color: rgb(254,87,249); }
H1.HeaderClassName
{
color: #FE57F9;
}
.AnyTagClassName
{
color: #FE57F9;
}
</style>
background-color css
<style>
a { background-color: #FE57F9; }
a { background-color: rgb(254,87,249); }
div.DivClassName
{
background-color: #FE57F9;
}
.BgClassName
{
background-color: #FE57F9;
}
</style>
border-color css
<style>
span { border-color: #FE57F9; }
span { border-color: rgb(254,87,249); }
td.TdClassName
{
border-color: #FE57F9;
}
.TagClassName
{
border-color: #FE57F9;
}
</style>