Shades of Pink Flamingo #F166ED
Tints of Pink Flamingo #F166ED
RGB
CMYK
RGB Variations
Color information
#F166ED (or 0xF166ED) is known color: Pink Flamingo. HEX triplet: F1, 66 and ED. RGB value is (241,102,237). Sum of RGB (Red+Green+Blue) = 241+102+237=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F166ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166ED is #0E9912. Grayscale: #9E9E9E. Windows color (decimal): -956691 or 15558385. OLE color: 15558385.
HSL color Cylindrical-coordinate representation of color #F166ED: hue angle of 301.73º 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 #F166ED is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 237 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.05 |
| HSL | 301.73º | 0.83% | 0.67% | - |
| HSV(B) | 301.73º | 0.58% | 0.95% | - |
| XYZ | 56.31 | 34.32 | 83.78 | - |
| YUV | 158.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 237 | 0 | 0.58 | 0.02 | 0.05 | 301.73 | 0.83 | 0.67 |
| Hex | F1 | 66 | ED | 0 | 3A | 2 | 5 | 12E | 53 | 43 |
| Octal | 361 | 146 | 355 | 0 | 72 | 2 | 5 | 456 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11101101 | 0 | 111010 | 10 | 101 | 100101110 | 1010011 | 1000011 |
Color Harmonies of #F166ED
Complementary color
Monochromatic Colors of #F166ED
Black with #F166ED
Text Example
Text Example
White with #F166ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166ED; }
p { color: rgb(241,102,237); }
H1.HeaderClassName
{
color: #F166ED;
}
.AnyTagClassName
{
color: #F166ED;
}
</style>
background-color css
<style>
a { background-color: #F166ED; }
a { background-color: rgb(241,102,237); }
div.DivClassName
{
background-color: #F166ED;
}
.BgClassName
{
background-color: #F166ED;
}
</style>
border-color css
<style>
span { border-color: #F166ED; }
span { border-color: rgb(241,102,237); }
td.TdClassName
{
border-color: #F166ED;
}
.TagClassName
{
border-color: #F166ED;
}
</style>