Shades of Pink Flamingo #F756EC
Tints of Pink Flamingo #F756EC
RGB
CMYK
RGB Variations
Color information
#F756EC (or 0xF756EC) is known color: Pink Flamingo. HEX triplet: F7, 56 and EC. RGB value is (247,86,236). Sum of RGB (Red+Green+Blue) = 247+86+236=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F756EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756EC is #08A913. Grayscale: #969696. Windows color (decimal): -567572 or 15488759. OLE color: 15488759.
HSL color Cylindrical-coordinate representation of color #F756EC: hue angle of 304.1º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756EC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 236 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.03 |
| HSL | 304.1º | 0.91% | 0.65% | - |
| HSV(B) | 304.1º | 0.65% | 0.97% | - |
| XYZ | 56.83 | 32.49 | 82.63 | - |
| YUV | 151.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 236 | 0 | 0.65 | 0.04 | 0.03 | 304.1 | 0.91 | 0.65 |
| Hex | F7 | 56 | EC | 0 | 41 | 4 | 3 | 130 | 5B | 41 |
| Octal | 367 | 126 | 354 | 0 | 101 | 4 | 3 | 460 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11101100 | 0 | 1000001 | 100 | 11 | 100110000 | 1011011 | 1000001 |
Color Harmonies of #F756EC
Complementary color
Monochromatic Colors of #F756EC
Black with #F756EC
Text Example
Text Example
White with #F756EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756EC; }
p { color: rgb(247,86,236); }
H1.HeaderClassName
{
color: #F756EC;
}
.AnyTagClassName
{
color: #F756EC;
}
</style>
background-color css
<style>
a { background-color: #F756EC; }
a { background-color: rgb(247,86,236); }
div.DivClassName
{
background-color: #F756EC;
}
.BgClassName
{
background-color: #F756EC;
}
</style>
border-color css
<style>
span { border-color: #F756EC; }
span { border-color: rgb(247,86,236); }
td.TdClassName
{
border-color: #F756EC;
}
.TagClassName
{
border-color: #F756EC;
}
</style>