Shades of Pink Flamingo #F761EC
Tints of Pink Flamingo #F761EC
RGB
CMYK
RGB Variations
Color information
#F761EC (or 0xF761EC) is known color: Pink Flamingo. HEX triplet: F7, 61 and EC. RGB value is (247,97,236). Sum of RGB (Red+Green+Blue) = 247+97+236=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F761EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F761EC is #089E13. Grayscale: #9D9D9D. Windows color (decimal): -564756 or 15491575. OLE color: 15491575.
HSL color Cylindrical-coordinate representation of color #F761EC: hue angle of 304.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761EC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 236 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.03 |
| HSL | 304.4º | 0.9% | 0.67% | - |
| HSV(B) | 304.4º | 0.61% | 0.97% | - |
| XYZ | 57.77 | 34.38 | 82.95 | - |
| YUV | 157.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 236 | 0 | 0.61 | 0.04 | 0.03 | 304.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | EC | 0 | 3D | 4 | 3 | 130 | 5A | 43 |
| Octal | 367 | 141 | 354 | 0 | 75 | 4 | 3 | 460 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11101100 | 0 | 111101 | 100 | 11 | 100110000 | 1011010 | 1000011 |
Color Harmonies of #F761EC
Complementary color
Monochromatic Colors of #F761EC
Black with #F761EC
Text Example
Text Example
White with #F761EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761EC; }
p { color: rgb(247,97,236); }
H1.HeaderClassName
{
color: #F761EC;
}
.AnyTagClassName
{
color: #F761EC;
}
</style>
background-color css
<style>
a { background-color: #F761EC; }
a { background-color: rgb(247,97,236); }
div.DivClassName
{
background-color: #F761EC;
}
.BgClassName
{
background-color: #F761EC;
}
</style>
border-color css
<style>
span { border-color: #F761EC; }
span { border-color: rgb(247,97,236); }
td.TdClassName
{
border-color: #F761EC;
}
.TagClassName
{
border-color: #F761EC;
}
</style>