Shades of Pink Flamingo #F767EC
Tints of Pink Flamingo #F767EC
RGB
CMYK
RGB Variations
Color information
#F767EC (or 0xF767EC) is known color: Pink Flamingo. HEX triplet: F7, 67 and EC. RGB value is (247,103,236). Sum of RGB (Red+Green+Blue) = 247+103+236=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F767EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F767EC is #089813. Grayscale: #A0A0A0. Windows color (decimal): -563220 or 15493111. OLE color: 15493111.
HSL color Cylindrical-coordinate representation of color #F767EC: hue angle of 304.58º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767EC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 236 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.03 |
| HSL | 304.58º | 0.9% | 0.69% | - |
| HSV(B) | 304.58º | 0.58% | 0.97% | - |
| XYZ | 58.35 | 35.53 | 83.14 | - |
| YUV | 161.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 236 | 0 | 0.58 | 0.04 | 0.03 | 304.58 | 0.9 | 0.69 |
| Hex | F7 | 67 | EC | 0 | 3A | 4 | 3 | 131 | 5A | 45 |
| Octal | 367 | 147 | 354 | 0 | 72 | 4 | 3 | 461 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11101100 | 0 | 111010 | 100 | 11 | 100110001 | 1011010 | 1000101 |
Color Harmonies of #F767EC
Complementary color
Monochromatic Colors of #F767EC
Black with #F767EC
Text Example
Text Example
White with #F767EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767EC; }
p { color: rgb(247,103,236); }
H1.HeaderClassName
{
color: #F767EC;
}
.AnyTagClassName
{
color: #F767EC;
}
</style>
background-color css
<style>
a { background-color: #F767EC; }
a { background-color: rgb(247,103,236); }
div.DivClassName
{
background-color: #F767EC;
}
.BgClassName
{
background-color: #F767EC;
}
</style>
border-color css
<style>
span { border-color: #F767EC; }
span { border-color: rgb(247,103,236); }
td.TdClassName
{
border-color: #F767EC;
}
.TagClassName
{
border-color: #F767EC;
}
</style>