Shades of Pink Flamingo #F665EC
Tints of Pink Flamingo #F665EC
RGB
CMYK
RGB Variations
Color information
#F665EC (or 0xF665EC) is known color: Pink Flamingo. HEX triplet: F6, 65 and EC. RGB value is (246,101,236). Sum of RGB (Red+Green+Blue) = 246+101+236=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F665EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665EC is #099A13. Grayscale: #9F9F9F. Windows color (decimal): -629268 or 15492598. OLE color: 15492598.
HSL color Cylindrical-coordinate representation of color #F665EC: hue angle of 304.14º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665EC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 236 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.04 |
| HSL | 304.14º | 0.89% | 0.68% | - |
| HSV(B) | 304.14º | 0.59% | 0.96% | - |
| XYZ | 57.8 | 34.96 | 83.06 | - |
| YUV | 159.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 236 | 0 | 0.59 | 0.04 | 0.04 | 304.14 | 0.89 | 0.68 |
| Hex | F6 | 65 | EC | 0 | 3B | 4 | 4 | 130 | 59 | 44 |
| Octal | 366 | 145 | 354 | 0 | 73 | 4 | 4 | 460 | 131 | 104 |
| Binary | 11110110 | 1100101 | 11101100 | 0 | 111011 | 100 | 100 | 100110000 | 1011001 | 1000100 |
Color Harmonies of #F665EC
Complementary color
Monochromatic Colors of #F665EC
Black with #F665EC
Text Example
Text Example
White with #F665EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665EC; }
p { color: rgb(246,101,236); }
H1.HeaderClassName
{
color: #F665EC;
}
.AnyTagClassName
{
color: #F665EC;
}
</style>
background-color css
<style>
a { background-color: #F665EC; }
a { background-color: rgb(246,101,236); }
div.DivClassName
{
background-color: #F665EC;
}
.BgClassName
{
background-color: #F665EC;
}
</style>
border-color css
<style>
span { border-color: #F665EC; }
span { border-color: rgb(246,101,236); }
td.TdClassName
{
border-color: #F665EC;
}
.TagClassName
{
border-color: #F665EC;
}
</style>