Shades of Pink Flamingo #F669EC
Tints of Pink Flamingo #F669EC
RGB
CMYK
RGB Variations
Color information
#F669EC (or 0xF669EC) is known color: Pink Flamingo. HEX triplet: F6, 69 and EC. RGB value is (246,105,236). Sum of RGB (Red+Green+Blue) = 246+105+236=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F669EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F669EC is #099613. Grayscale: #A1A1A1. Windows color (decimal): -628244 or 15493622. OLE color: 15493622.
HSL color Cylindrical-coordinate representation of color #F669EC: hue angle of 304.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669EC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 236 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.04 |
| HSL | 304.26º | 0.89% | 0.69% | - |
| HSV(B) | 304.26º | 0.57% | 0.96% | - |
| XYZ | 58.2 | 35.75 | 83.19 | - |
| YUV | 162.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 236 | 0 | 0.57 | 0.04 | 0.04 | 304.26 | 0.89 | 0.69 |
| Hex | F6 | 69 | EC | 0 | 39 | 4 | 4 | 130 | 59 | 45 |
| Octal | 366 | 151 | 354 | 0 | 71 | 4 | 4 | 460 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11101100 | 0 | 111001 | 100 | 100 | 100110000 | 1011001 | 1000101 |
Color Harmonies of #F669EC
Complementary color
Monochromatic Colors of #F669EC
Black with #F669EC
Text Example
Text Example
White with #F669EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669EC; }
p { color: rgb(246,105,236); }
H1.HeaderClassName
{
color: #F669EC;
}
.AnyTagClassName
{
color: #F669EC;
}
</style>
background-color css
<style>
a { background-color: #F669EC; }
a { background-color: rgb(246,105,236); }
div.DivClassName
{
background-color: #F669EC;
}
.BgClassName
{
background-color: #F669EC;
}
</style>
border-color css
<style>
span { border-color: #F669EC; }
span { border-color: rgb(246,105,236); }
td.TdClassName
{
border-color: #F669EC;
}
.TagClassName
{
border-color: #F669EC;
}
</style>