Shades of Pink Flamingo #F062EC
Tints of Pink Flamingo #F062EC
RGB
CMYK
RGB Variations
Color information
#F062EC (or 0xF062EC) is known color: Pink Flamingo. HEX triplet: F0, 62 and EC. RGB value is (240,98,236). Sum of RGB (Red+Green+Blue) = 240+98+236=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 98 (38.67% from 255 or 17.07% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F062EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062EC is #0F9D13. Grayscale: #9B9B9B. Windows color (decimal): -1023252 or 15491824. OLE color: 15491824.
HSL color Cylindrical-coordinate representation of color #F062EC: hue angle of 301.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062EC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 236 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.06 |
| HSL | 301.69º | 0.83% | 0.66% | - |
| HSV(B) | 301.69º | 0.59% | 0.94% | - |
| XYZ | 55.44 | 33.32 | 82.87 | - |
| YUV | 156.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 236 | 0 | 0.59 | 0.02 | 0.06 | 301.69 | 0.83 | 0.66 |
| Hex | F0 | 62 | EC | 0 | 3B | 2 | 6 | 12E | 53 | 42 |
| Octal | 360 | 142 | 354 | 0 | 73 | 2 | 6 | 456 | 123 | 102 |
| Binary | 11110000 | 1100010 | 11101100 | 0 | 111011 | 10 | 110 | 100101110 | 1010011 | 1000010 |
Color Harmonies of #F062EC
Complementary color
Monochromatic Colors of #F062EC
Black with #F062EC
Text Example
Text Example
White with #F062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062EC; }
p { color: rgb(240,98,236); }
H1.HeaderClassName
{
color: #F062EC;
}
.AnyTagClassName
{
color: #F062EC;
}
</style>
background-color css
<style>
a { background-color: #F062EC; }
a { background-color: rgb(240,98,236); }
div.DivClassName
{
background-color: #F062EC;
}
.BgClassName
{
background-color: #F062EC;
}
</style>
border-color css
<style>
span { border-color: #F062EC; }
span { border-color: rgb(240,98,236); }
td.TdClassName
{
border-color: #F062EC;
}
.TagClassName
{
border-color: #F062EC;
}
</style>