Shades of Pink Flamingo #F664EC
Tints of Pink Flamingo #F664EC
RGB
CMYK
RGB Variations
Color information
#F664EC (or 0xF664EC) is known color: Pink Flamingo. HEX triplet: F6, 64 and EC. RGB value is (246,100,236). Sum of RGB (Red+Green+Blue) = 246+100+236=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F664EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F664EC is #099B13. Grayscale: #9E9E9E. Windows color (decimal): -629524 or 15492342. OLE color: 15492342.
HSL color Cylindrical-coordinate representation of color #F664EC: hue angle of 304.11º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F664EC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 236 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.04 |
| HSL | 304.11º | 0.89% | 0.68% | - |
| HSV(B) | 304.11º | 0.59% | 0.96% | - |
| XYZ | 57.7 | 34.76 | 83.03 | - |
| YUV | 159.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 236 | 0 | 0.59 | 0.04 | 0.04 | 304.11 | 0.89 | 0.68 |
| Hex | F6 | 64 | EC | 0 | 3B | 4 | 4 | 130 | 59 | 44 |
| Octal | 366 | 144 | 354 | 0 | 73 | 4 | 4 | 460 | 131 | 104 |
| Binary | 11110110 | 1100100 | 11101100 | 0 | 111011 | 100 | 100 | 100110000 | 1011001 | 1000100 |
Color Harmonies of #F664EC
Complementary color
Monochromatic Colors of #F664EC
Black with #F664EC
Text Example
Text Example
White with #F664EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F664EC; }
p { color: rgb(246,100,236); }
H1.HeaderClassName
{
color: #F664EC;
}
.AnyTagClassName
{
color: #F664EC;
}
</style>
background-color css
<style>
a { background-color: #F664EC; }
a { background-color: rgb(246,100,236); }
div.DivClassName
{
background-color: #F664EC;
}
.BgClassName
{
background-color: #F664EC;
}
</style>
border-color css
<style>
span { border-color: #F664EC; }
span { border-color: rgb(246,100,236); }
td.TdClassName
{
border-color: #F664EC;
}
.TagClassName
{
border-color: #F664EC;
}
</style>