Shades of Pink Flamingo #FD60EC
Tints of Pink Flamingo #FD60EC
RGB
CMYK
RGB Variations
Color information
#FD60EC (or 0xFD60EC) is known color: Pink Flamingo. HEX triplet: FD, 60 and EC. RGB value is (253,96,236). Sum of RGB (Red+Green+Blue) = 253+96+236=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 96 (37.89% from 255 or 16.41% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60EC is #029F13. Grayscale: #9E9E9E. Windows color (decimal): -171796 or 15491325. OLE color: 15491325.
HSL color Cylindrical-coordinate representation of color #FD60EC: hue angle of 306.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60EC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 236 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.01 |
| HSL | 306.5º | 0.98% | 0.68% | - |
| HSV(B) | 306.5º | 0.62% | 0.99% | - |
| XYZ | 59.83 | 35.3 | 83.02 | - |
| YUV | 158.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 236 | 0 | 0.62 | 0.07 | 0.01 | 306.5 | 0.98 | 0.68 |
| Hex | FD | 60 | EC | 0 | 3E | 7 | 1 | 132 | 62 | 44 |
| Octal | 375 | 140 | 354 | 0 | 76 | 7 | 1 | 462 | 142 | 104 |
| Binary | 11111101 | 1100000 | 11101100 | 0 | 111110 | 111 | 1 | 100110010 | 1100010 | 1000100 |
Color Harmonies of #FD60EC
Complementary color
Monochromatic Colors of #FD60EC
Black with #FD60EC
Text Example
Text Example
White with #FD60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60EC; }
p { color: rgb(253,96,236); }
H1.HeaderClassName
{
color: #FD60EC;
}
.AnyTagClassName
{
color: #FD60EC;
}
</style>
background-color css
<style>
a { background-color: #FD60EC; }
a { background-color: rgb(253,96,236); }
div.DivClassName
{
background-color: #FD60EC;
}
.BgClassName
{
background-color: #FD60EC;
}
</style>
border-color css
<style>
span { border-color: #FD60EC; }
span { border-color: rgb(253,96,236); }
td.TdClassName
{
border-color: #FD60EC;
}
.TagClassName
{
border-color: #FD60EC;
}
</style>