Shades of Pink Flamingo #FD57EC
Tints of Pink Flamingo #FD57EC
RGB
CMYK
RGB Variations
Color information
#FD57EC (or 0xFD57EC) is known color: Pink Flamingo. HEX triplet: FD, 57 and EC. RGB value is (253,87,236). Sum of RGB (Red+Green+Blue) = 253+87+236=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD57EC is #02A813. Grayscale: #999999. Windows color (decimal): -174100 or 15489021. OLE color: 15489021.
HSL color Cylindrical-coordinate representation of color #FD57EC: hue angle of 306.14º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD57EC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 236 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.01 |
| HSL | 306.14º | 0.98% | 0.67% | - |
| HSV(B) | 306.14º | 0.66% | 0.99% | - |
| XYZ | 59.06 | 33.76 | 82.76 | - |
| YUV | 153.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 236 | 0 | 0.66 | 0.07 | 0.01 | 306.14 | 0.98 | 0.67 |
| Hex | FD | 57 | EC | 0 | 42 | 7 | 1 | 132 | 62 | 43 |
| Octal | 375 | 127 | 354 | 0 | 102 | 7 | 1 | 462 | 142 | 103 |
| Binary | 11111101 | 1010111 | 11101100 | 0 | 1000010 | 111 | 1 | 100110010 | 1100010 | 1000011 |
Color Harmonies of #FD57EC
Complementary color
Monochromatic Colors of #FD57EC
Black with #FD57EC
Text Example
Text Example
White with #FD57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD57EC; }
p { color: rgb(253,87,236); }
H1.HeaderClassName
{
color: #FD57EC;
}
.AnyTagClassName
{
color: #FD57EC;
}
</style>
background-color css
<style>
a { background-color: #FD57EC; }
a { background-color: rgb(253,87,236); }
div.DivClassName
{
background-color: #FD57EC;
}
.BgClassName
{
background-color: #FD57EC;
}
</style>
border-color css
<style>
span { border-color: #FD57EC; }
span { border-color: rgb(253,87,236); }
td.TdClassName
{
border-color: #FD57EC;
}
.TagClassName
{
border-color: #FD57EC;
}
</style>