Shades of Pink Flamingo #F668EC
Tints of Pink Flamingo #F668EC
RGB
CMYK
RGB Variations
Color information
#F668EC (or 0xF668EC) is known color: Pink Flamingo. HEX triplet: F6, 68 and EC. RGB value is (246,104,236). Sum of RGB (Red+Green+Blue) = 246+104+236=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F668EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668EC is #099713. Grayscale: #A1A1A1. Windows color (decimal): -628500 or 15493366. OLE color: 15493366.
HSL color Cylindrical-coordinate representation of color #F668EC: hue angle of 304.23º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668EC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 236 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.04 |
| HSL | 304.23º | 0.89% | 0.69% | - |
| HSV(B) | 304.23º | 0.58% | 0.96% | - |
| XYZ | 58.1 | 35.55 | 83.16 | - |
| YUV | 161.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 236 | 0 | 0.58 | 0.04 | 0.04 | 304.23 | 0.89 | 0.69 |
| Hex | F6 | 68 | EC | 0 | 3A | 4 | 4 | 130 | 59 | 45 |
| Octal | 366 | 150 | 354 | 0 | 72 | 4 | 4 | 460 | 131 | 105 |
| Binary | 11110110 | 1101000 | 11101100 | 0 | 111010 | 100 | 100 | 100110000 | 1011001 | 1000101 |
Color Harmonies of #F668EC
Complementary color
Monochromatic Colors of #F668EC
Black with #F668EC
Text Example
Text Example
White with #F668EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668EC; }
p { color: rgb(246,104,236); }
H1.HeaderClassName
{
color: #F668EC;
}
.AnyTagClassName
{
color: #F668EC;
}
</style>
background-color css
<style>
a { background-color: #F668EC; }
a { background-color: rgb(246,104,236); }
div.DivClassName
{
background-color: #F668EC;
}
.BgClassName
{
background-color: #F668EC;
}
</style>
border-color css
<style>
span { border-color: #F668EC; }
span { border-color: rgb(246,104,236); }
td.TdClassName
{
border-color: #F668EC;
}
.TagClassName
{
border-color: #F668EC;
}
</style>