Shades of Pink Flamingo #F166EC
Tints of Pink Flamingo #F166EC
RGB
CMYK
RGB Variations
Color information
#F166EC (or 0xF166EC) is known color: Pink Flamingo. HEX triplet: F1, 66 and EC. RGB value is (241,102,236). Sum of RGB (Red+Green+Blue) = 241+102+236=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F166EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166EC is #0E9913. Grayscale: #9E9E9E. Windows color (decimal): -956692 or 15492849. OLE color: 15492849.
HSL color Cylindrical-coordinate representation of color #F166EC: hue angle of 302.16º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166EC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 236 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 302.16º | 0.83% | 0.67% | - |
| HSV(B) | 302.16º | 0.58% | 0.95% | - |
| XYZ | 56.17 | 34.26 | 83.01 | - |
| YUV | 158.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 236 | 0 | 0.58 | 0.02 | 0.05 | 302.16 | 0.83 | 0.67 |
| Hex | F1 | 66 | EC | 0 | 3A | 2 | 5 | 12E | 53 | 43 |
| Octal | 361 | 146 | 354 | 0 | 72 | 2 | 5 | 456 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11101100 | 0 | 111010 | 10 | 101 | 100101110 | 1010011 | 1000011 |
Color Harmonies of #F166EC
Complementary color
Monochromatic Colors of #F166EC
Black with #F166EC
Text Example
Text Example
White with #F166EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166EC; }
p { color: rgb(241,102,236); }
H1.HeaderClassName
{
color: #F166EC;
}
.AnyTagClassName
{
color: #F166EC;
}
</style>
background-color css
<style>
a { background-color: #F166EC; }
a { background-color: rgb(241,102,236); }
div.DivClassName
{
background-color: #F166EC;
}
.BgClassName
{
background-color: #F166EC;
}
</style>
border-color css
<style>
span { border-color: #F166EC; }
span { border-color: rgb(241,102,236); }
td.TdClassName
{
border-color: #F166EC;
}
.TagClassName
{
border-color: #F166EC;
}
</style>