Shades of Pink Flamingo #F065EC
Tints of Pink Flamingo #F065EC
RGB
CMYK
RGB Variations
Color information
#F065EC (or 0xF065EC) is known color: Pink Flamingo. HEX triplet: F0, 65 and EC. RGB value is (240,101,236). Sum of RGB (Red+Green+Blue) = 240+101+236=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F065EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065EC is #0F9A13. Grayscale: #9D9D9D. Windows color (decimal): -1022484 or 15492592. OLE color: 15492592.
HSL color Cylindrical-coordinate representation of color #F065EC: hue angle of 301.73º 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 #F065EC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 236 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.06 |
| HSL | 301.73º | 0.82% | 0.67% | - |
| HSV(B) | 301.73º | 0.58% | 0.94% | - |
| XYZ | 55.73 | 33.89 | 82.96 | - |
| YUV | 157.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 236 | 0 | 0.58 | 0.02 | 0.06 | 301.73 | 0.82 | 0.67 |
| Hex | F0 | 65 | EC | 0 | 3A | 2 | 6 | 12E | 52 | 43 |
| Octal | 360 | 145 | 354 | 0 | 72 | 2 | 6 | 456 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11101100 | 0 | 111010 | 10 | 110 | 100101110 | 1010010 | 1000011 |
Color Harmonies of #F065EC
Complementary color
Monochromatic Colors of #F065EC
Black with #F065EC
Text Example
Text Example
White with #F065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065EC; }
p { color: rgb(240,101,236); }
H1.HeaderClassName
{
color: #F065EC;
}
.AnyTagClassName
{
color: #F065EC;
}
</style>
background-color css
<style>
a { background-color: #F065EC; }
a { background-color: rgb(240,101,236); }
div.DivClassName
{
background-color: #F065EC;
}
.BgClassName
{
background-color: #F065EC;
}
</style>
border-color css
<style>
span { border-color: #F065EC; }
span { border-color: rgb(240,101,236); }
td.TdClassName
{
border-color: #F065EC;
}
.TagClassName
{
border-color: #F065EC;
}
</style>