Shades of Pink Flamingo #F765EC
Tints of Pink Flamingo #F765EC
RGB
CMYK
RGB Variations
Color information
#F765EC (or 0xF765EC) is known color: Pink Flamingo. HEX triplet: F7, 65 and EC. RGB value is (247,101,236). Sum of RGB (Red+Green+Blue) = 247+101+236=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F765EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765EC is #089A13. Grayscale: #9F9F9F. Windows color (decimal): -563732 or 15492599. OLE color: 15492599.
HSL color Cylindrical-coordinate representation of color #F765EC: hue angle of 304.52º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765EC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 236 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.03 |
| HSL | 304.52º | 0.9% | 0.68% | - |
| HSV(B) | 304.52º | 0.59% | 0.97% | - |
| XYZ | 58.15 | 35.14 | 83.07 | - |
| YUV | 160.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 236 | 0 | 0.59 | 0.04 | 0.03 | 304.52 | 0.9 | 0.68 |
| Hex | F7 | 65 | EC | 0 | 3B | 4 | 3 | 131 | 5A | 44 |
| Octal | 367 | 145 | 354 | 0 | 73 | 4 | 3 | 461 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11101100 | 0 | 111011 | 100 | 11 | 100110001 | 1011010 | 1000100 |
Color Harmonies of #F765EC
Complementary color
Monochromatic Colors of #F765EC
Black with #F765EC
Text Example
Text Example
White with #F765EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765EC; }
p { color: rgb(247,101,236); }
H1.HeaderClassName
{
color: #F765EC;
}
.AnyTagClassName
{
color: #F765EC;
}
</style>
background-color css
<style>
a { background-color: #F765EC; }
a { background-color: rgb(247,101,236); }
div.DivClassName
{
background-color: #F765EC;
}
.BgClassName
{
background-color: #F765EC;
}
</style>
border-color css
<style>
span { border-color: #F765EC; }
span { border-color: rgb(247,101,236); }
td.TdClassName
{
border-color: #F765EC;
}
.TagClassName
{
border-color: #F765EC;
}
</style>