Shades of Pink Flamingo #F667EC
Tints of Pink Flamingo #F667EC
RGB
CMYK
RGB Variations
Color information
#F667EC (or 0xF667EC) is known color: Pink Flamingo. HEX triplet: F6, 67 and EC. RGB value is (246,103,236). Sum of RGB (Red+Green+Blue) = 246+103+236=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F667EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F667EC is #099813. Grayscale: #A0A0A0. Windows color (decimal): -628756 or 15493110. OLE color: 15493110.
HSL color Cylindrical-coordinate representation of color #F667EC: hue angle of 304.2º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F667EC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 236 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.04 |
| HSL | 304.2º | 0.89% | 0.68% | - |
| HSV(B) | 304.2º | 0.58% | 0.96% | - |
| XYZ | 58 | 35.35 | 83.12 | - |
| YUV | 160.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 236 | 0 | 0.58 | 0.04 | 0.04 | 304.2 | 0.89 | 0.68 |
| Hex | F6 | 67 | EC | 0 | 3A | 4 | 4 | 130 | 59 | 44 |
| Octal | 366 | 147 | 354 | 0 | 72 | 4 | 4 | 460 | 131 | 104 |
| Binary | 11110110 | 1100111 | 11101100 | 0 | 111010 | 100 | 100 | 100110000 | 1011001 | 1000100 |
Color Harmonies of #F667EC
Complementary color
Monochromatic Colors of #F667EC
Black with #F667EC
Text Example
Text Example
White with #F667EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667EC; }
p { color: rgb(246,103,236); }
H1.HeaderClassName
{
color: #F667EC;
}
.AnyTagClassName
{
color: #F667EC;
}
</style>
background-color css
<style>
a { background-color: #F667EC; }
a { background-color: rgb(246,103,236); }
div.DivClassName
{
background-color: #F667EC;
}
.BgClassName
{
background-color: #F667EC;
}
</style>
border-color css
<style>
span { border-color: #F667EC; }
span { border-color: rgb(246,103,236); }
td.TdClassName
{
border-color: #F667EC;
}
.TagClassName
{
border-color: #F667EC;
}
</style>