Shades of Pink Flamingo #FD55EC
Tints of Pink Flamingo #FD55EC
RGB
CMYK
RGB Variations
Color information
#FD55EC (or 0xFD55EC) is known color: Pink Flamingo. HEX triplet: FD, 55 and EC. RGB value is (253,85,236). Sum of RGB (Red+Green+Blue) = 253+85+236=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD55EC is #02AA13. Grayscale: #989898. Windows color (decimal): -174612 or 15488509. OLE color: 15488509.
HSL color Cylindrical-coordinate representation of color #FD55EC: hue angle of 306.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55EC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 236 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.01 |
| HSL | 306.07º | 0.98% | 0.66% | - |
| HSV(B) | 306.07º | 0.66% | 0.99% | - |
| XYZ | 58.9 | 33.44 | 82.71 | - |
| YUV | 152.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 236 | 0 | 0.66 | 0.07 | 0.01 | 306.07 | 0.98 | 0.66 |
| Hex | FD | 55 | EC | 0 | 42 | 7 | 1 | 132 | 62 | 42 |
| Octal | 375 | 125 | 354 | 0 | 102 | 7 | 1 | 462 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11101100 | 0 | 1000010 | 111 | 1 | 100110010 | 1100010 | 1000010 |
Color Harmonies of #FD55EC
Complementary color
Monochromatic Colors of #FD55EC
Black with #FD55EC
Text Example
Text Example
White with #FD55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55EC; }
p { color: rgb(253,85,236); }
H1.HeaderClassName
{
color: #FD55EC;
}
.AnyTagClassName
{
color: #FD55EC;
}
</style>
background-color css
<style>
a { background-color: #FD55EC; }
a { background-color: rgb(253,85,236); }
div.DivClassName
{
background-color: #FD55EC;
}
.BgClassName
{
background-color: #FD55EC;
}
</style>
border-color css
<style>
span { border-color: #FD55EC; }
span { border-color: rgb(253,85,236); }
td.TdClassName
{
border-color: #FD55EC;
}
.TagClassName
{
border-color: #FD55EC;
}
</style>