Shades of Pink Flamingo #F166EB
Tints of Pink Flamingo #F166EB
RGB
CMYK
RGB Variations
Color information
#F166EB (or 0xF166EB) is known color: Pink Flamingo. HEX triplet: F1, 66 and EB. RGB value is (241,102,235). Sum of RGB (Red+Green+Blue) = 241+102+235=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F166EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166EB is #0E9914. Grayscale: #9E9E9E. Windows color (decimal): -956693 or 15427313. OLE color: 15427313.
HSL color Cylindrical-coordinate representation of color #F166EB: hue angle of 302.59º 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 #F166EB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 235 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 302.59º | 0.83% | 0.67% | - |
| HSV(B) | 302.59º | 0.58% | 0.95% | - |
| XYZ | 56.02 | 34.2 | 82.25 | - |
| YUV | 158.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 235 | 0 | 0.58 | 0.02 | 0.05 | 302.59 | 0.83 | 0.67 |
| Hex | F1 | 66 | EB | 0 | 3A | 2 | 5 | 12F | 53 | 43 |
| Octal | 361 | 146 | 353 | 0 | 72 | 2 | 5 | 457 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11101011 | 0 | 111010 | 10 | 101 | 100101111 | 1010011 | 1000011 |
Color Harmonies of #F166EB
Complementary color
Monochromatic Colors of #F166EB
Black with #F166EB
Text Example
Text Example
White with #F166EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166EB; }
p { color: rgb(241,102,235); }
H1.HeaderClassName
{
color: #F166EB;
}
.AnyTagClassName
{
color: #F166EB;
}
</style>
background-color css
<style>
a { background-color: #F166EB; }
a { background-color: rgb(241,102,235); }
div.DivClassName
{
background-color: #F166EB;
}
.BgClassName
{
background-color: #F166EB;
}
</style>
border-color css
<style>
span { border-color: #F166EB; }
span { border-color: rgb(241,102,235); }
td.TdClassName
{
border-color: #F166EB;
}
.TagClassName
{
border-color: #F166EB;
}
</style>