Shades of Pink Flamingo #F166F2
Tints of Pink Flamingo #F166F2
RGB
CMYK
RGB Variations
Color information
#F166F2 (or 0xF166F2) is known color: Pink Flamingo. HEX triplet: F1, 66 and F2. RGB value is (241,102,242). Sum of RGB (Red+Green+Blue) = 241+102+242=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #F166F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166F2 is #0E990D. Grayscale: #9F9F9F. Windows color (decimal): -956686 or 15886065. OLE color: 15886065.
HSL color Cylindrical-coordinate representation of color #F166F2: hue angle of 299.57º degrees, saturation: 0.84, 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 #F166F2 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 242 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.05 |
| HSL | 299.57º | 0.84% | 0.67% | - |
| HSV(B) | 299.57º | 0.58% | 0.95% | - |
| XYZ | 57.05 | 34.61 | 87.68 | - |
| YUV | 159.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 242 | 0.00 | 0.58 | 0 | 0.05 | 299.57 | 0.84 | 0.67 |
| Hex | F1 | 66 | F2 | 0 | 3A | 0 | 5 | 12C | 54 | 43 |
| Octal | 361 | 146 | 362 | 0 | 72 | 0 | 5 | 454 | 124 | 103 |
| Binary | 11110001 | 1100110 | 11110010 | 0 | 111010 | 0 | 101 | 100101100 | 1010100 | 1000011 |
Color Harmonies of #F166F2
Complementary color
Monochromatic Colors of #F166F2
Black with #F166F2
Text Example
Text Example
White with #F166F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166F2; }
p { color: rgb(241,102,242); }
H1.HeaderClassName
{
color: #F166F2;
}
.AnyTagClassName
{
color: #F166F2;
}
</style>
background-color css
<style>
a { background-color: #F166F2; }
a { background-color: rgb(241,102,242); }
div.DivClassName
{
background-color: #F166F2;
}
.BgClassName
{
background-color: #F166F2;
}
</style>
border-color css
<style>
span { border-color: #F166F2; }
span { border-color: rgb(241,102,242); }
td.TdClassName
{
border-color: #F166F2;
}
.TagClassName
{
border-color: #F166F2;
}
</style>