Shades of Pink Flamingo #FF60EC
Tints of Pink Flamingo #FF60EC
RGB
CMYK
RGB Variations
Color information
#FF60EC (or 0xFF60EC) is known color: Pink Flamingo. HEX triplet: FF, 60 and EC. RGB value is (255,96,236). Sum of RGB (Red+Green+Blue) = 255+96+236=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 96 (37.89% from 255 or 16.35% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60EC is #009F13. Grayscale: #9F9F9F. Windows color (decimal): -40724 or 15491327. OLE color: 15491327.
HSL color Cylindrical-coordinate representation of color #FF60EC: hue angle of 307.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60EC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 236 | - |
| CMYK | 0 | 0.62 | 0.07 | 0 |
| HSL | 307.17º | 1% | 0.69% | - |
| HSV(B) | 307.17º | 0.62% | 1% | - |
| XYZ | 60.56 | 35.68 | 83.05 | - |
| YUV | 159.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 236 | 0 | 0.62 | 0.07 | 0 | 307.17 | 1 | 0.69 |
| Hex | FF | 60 | EC | 0 | 3E | 7 | 0 | 133 | 64 | 45 |
| Octal | 377 | 140 | 354 | 0 | 76 | 7 | 0 | 463 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11101100 | 0 | 111110 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF60EC
Complementary color
Monochromatic Colors of #FF60EC
Black with #FF60EC
Text Example
Text Example
White with #FF60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60EC; }
p { color: rgb(255,96,236); }
H1.HeaderClassName
{
color: #FF60EC;
}
.AnyTagClassName
{
color: #FF60EC;
}
</style>
background-color css
<style>
a { background-color: #FF60EC; }
a { background-color: rgb(255,96,236); }
div.DivClassName
{
background-color: #FF60EC;
}
.BgClassName
{
background-color: #FF60EC;
}
</style>
border-color css
<style>
span { border-color: #FF60EC; }
span { border-color: rgb(255,96,236); }
td.TdClassName
{
border-color: #FF60EC;
}
.TagClassName
{
border-color: #FF60EC;
}
</style>