Shades of Pink Flamingo #F064EC
Tints of Pink Flamingo #F064EC
RGB
CMYK
RGB Variations
Color information
#F064EC (or 0xF064EC) is known color: Pink Flamingo. HEX triplet: F0, 64 and EC. RGB value is (240,100,236). Sum of RGB (Red+Green+Blue) = 240+100+236=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F064EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064EC is #0F9B13. Grayscale: #9C9C9C. Windows color (decimal): -1022740 or 15492336. OLE color: 15492336.
HSL color Cylindrical-coordinate representation of color #F064EC: hue angle of 301.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064EC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 236 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.06 |
| HSL | 301.71º | 0.82% | 0.67% | - |
| HSV(B) | 301.71º | 0.58% | 0.94% | - |
| XYZ | 55.63 | 33.7 | 82.93 | - |
| YUV | 157.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 236 | 0 | 0.58 | 0.02 | 0.06 | 301.71 | 0.82 | 0.67 |
| Hex | F0 | 64 | EC | 0 | 3A | 2 | 6 | 12E | 52 | 43 |
| Octal | 360 | 144 | 354 | 0 | 72 | 2 | 6 | 456 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11101100 | 0 | 111010 | 10 | 110 | 100101110 | 1010010 | 1000011 |
Color Harmonies of #F064EC
Complementary color
Monochromatic Colors of #F064EC
Black with #F064EC
Text Example
Text Example
White with #F064EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064EC; }
p { color: rgb(240,100,236); }
H1.HeaderClassName
{
color: #F064EC;
}
.AnyTagClassName
{
color: #F064EC;
}
</style>
background-color css
<style>
a { background-color: #F064EC; }
a { background-color: rgb(240,100,236); }
div.DivClassName
{
background-color: #F064EC;
}
.BgClassName
{
background-color: #F064EC;
}
</style>
border-color css
<style>
span { border-color: #F064EC; }
span { border-color: rgb(240,100,236); }
td.TdClassName
{
border-color: #F064EC;
}
.TagClassName
{
border-color: #F064EC;
}
</style>