Shades of Pink Flamingo #F166F3
Tints of Pink Flamingo #F166F3
RGB
CMYK
RGB Variations
Color information
#F166F3 (or 0xF166F3) is known color: Pink Flamingo. HEX triplet: F1, 66 and F3. RGB value is (241,102,243). Sum of RGB (Red+Green+Blue) = 241+102+243=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #F166F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166F3 is #0E990C. Grayscale: #9F9F9F. Windows color (decimal): -956685 or 15951601. OLE color: 15951601.
HSL color Cylindrical-coordinate representation of color #F166F3: hue angle of 299.15º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166F3 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 243 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.05 |
| HSL | 299.15º | 0.85% | 0.68% | - |
| HSV(B) | 299.15º | 0.58% | 0.95% | - |
| XYZ | 57.2 | 34.67 | 88.47 | - |
| YUV | 159.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 243 | 0.01 | 0.58 | 0 | 0.05 | 299.15 | 0.85 | 0.68 |
| Hex | F1 | 66 | F3 | 1 | 3A | 0 | 5 | 12B | 55 | 44 |
| Octal | 361 | 146 | 363 | 1 | 72 | 0 | 5 | 453 | 125 | 104 |
| Binary | 11110001 | 1100110 | 11110011 | 1 | 111010 | 0 | 101 | 100101011 | 1010101 | 1000100 |
Color Harmonies of #F166F3
Complementary color
Monochromatic Colors of #F166F3
Black with #F166F3
Text Example
Text Example
White with #F166F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166F3; }
p { color: rgb(241,102,243); }
H1.HeaderClassName
{
color: #F166F3;
}
.AnyTagClassName
{
color: #F166F3;
}
</style>
background-color css
<style>
a { background-color: #F166F3; }
a { background-color: rgb(241,102,243); }
div.DivClassName
{
background-color: #F166F3;
}
.BgClassName
{
background-color: #F166F3;
}
</style>
border-color css
<style>
span { border-color: #F166F3; }
span { border-color: rgb(241,102,243); }
td.TdClassName
{
border-color: #F166F3;
}
.TagClassName
{
border-color: #F166F3;
}
</style>