Shades of Pink Flamingo #F061EC
Tints of Pink Flamingo #F061EC
RGB
CMYK
RGB Variations
Color information
#F061EC (or 0xF061EC) is known color: Pink Flamingo. HEX triplet: F0, 61 and EC. RGB value is (240,97,236). Sum of RGB (Red+Green+Blue) = 240+97+236=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F061EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061EC is #0F9E13. Grayscale: #9B9B9B. Windows color (decimal): -1023508 or 15491568. OLE color: 15491568.
HSL color Cylindrical-coordinate representation of color #F061EC: hue angle of 301.68º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061EC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 236 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.06 |
| HSL | 301.68º | 0.83% | 0.66% | - |
| HSV(B) | 301.68º | 0.6% | 0.94% | - |
| XYZ | 55.35 | 33.13 | 82.83 | - |
| YUV | 155.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 236 | 0 | 0.60 | 0.02 | 0.06 | 301.68 | 0.83 | 0.66 |
| Hex | F0 | 61 | EC | 0 | 3C | 2 | 6 | 12E | 53 | 42 |
| Octal | 360 | 141 | 354 | 0 | 74 | 2 | 6 | 456 | 123 | 102 |
| Binary | 11110000 | 1100001 | 11101100 | 0 | 111100 | 10 | 110 | 100101110 | 1010011 | 1000010 |
Color Harmonies of #F061EC
Complementary color
Monochromatic Colors of #F061EC
Black with #F061EC
Text Example
Text Example
White with #F061EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061EC; }
p { color: rgb(240,97,236); }
H1.HeaderClassName
{
color: #F061EC;
}
.AnyTagClassName
{
color: #F061EC;
}
</style>
background-color css
<style>
a { background-color: #F061EC; }
a { background-color: rgb(240,97,236); }
div.DivClassName
{
background-color: #F061EC;
}
.BgClassName
{
background-color: #F061EC;
}
</style>
border-color css
<style>
span { border-color: #F061EC; }
span { border-color: rgb(240,97,236); }
td.TdClassName
{
border-color: #F061EC;
}
.TagClassName
{
border-color: #F061EC;
}
</style>