Shades of Pink Flamingo #F660EC
Tints of Pink Flamingo #F660EC
RGB
CMYK
RGB Variations
Color information
#F660EC (or 0xF660EC) is known color: Pink Flamingo. HEX triplet: F6, 60 and EC. RGB value is (246,96,236). Sum of RGB (Red+Green+Blue) = 246+96+236=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F660EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F660EC is #099F13. Grayscale: #9C9C9C. Windows color (decimal): -630548 or 15491318. OLE color: 15491318.
HSL color Cylindrical-coordinate representation of color #F660EC: hue angle of 304º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F660EC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 236 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.04 |
| HSL | 304º | 0.89% | 0.67% | - |
| HSV(B) | 304º | 0.61% | 0.96% | - |
| XYZ | 57.33 | 34.01 | 82.9 | - |
| YUV | 156.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 236 | 0 | 0.61 | 0.04 | 0.04 | 304 | 0.89 | 0.67 |
| Hex | F6 | 60 | EC | 0 | 3D | 4 | 4 | 130 | 59 | 43 |
| Octal | 366 | 140 | 354 | 0 | 75 | 4 | 4 | 460 | 131 | 103 |
| Binary | 11110110 | 1100000 | 11101100 | 0 | 111101 | 100 | 100 | 100110000 | 1011001 | 1000011 |
Color Harmonies of #F660EC
Complementary color
Monochromatic Colors of #F660EC
Black with #F660EC
Text Example
Text Example
White with #F660EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F660EC; }
p { color: rgb(246,96,236); }
H1.HeaderClassName
{
color: #F660EC;
}
.AnyTagClassName
{
color: #F660EC;
}
</style>
background-color css
<style>
a { background-color: #F660EC; }
a { background-color: rgb(246,96,236); }
div.DivClassName
{
background-color: #F660EC;
}
.BgClassName
{
background-color: #F660EC;
}
</style>
border-color css
<style>
span { border-color: #F660EC; }
span { border-color: rgb(246,96,236); }
td.TdClassName
{
border-color: #F660EC;
}
.TagClassName
{
border-color: #F660EC;
}
</style>