Shades of Pink Flamingo #F166F5
Tints of Pink Flamingo #F166F5
RGB
CMYK
RGB Variations
Color information
#F166F5 (or 0xF166F5) is known color: Pink Flamingo. HEX triplet: F1, 66 and F5. RGB value is (241,102,245). Sum of RGB (Red+Green+Blue) = 241+102+245=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #F166F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166F5 is #0E990A. Grayscale: #9F9F9F. Windows color (decimal): -956683 or 16082673. OLE color: 16082673.
HSL color Cylindrical-coordinate representation of color #F166F5: hue angle of 298.32º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166F5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 102 | 245 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.04 |
| HSL | 298.32º | 0.88% | 0.68% | - |
| HSV(B) | 298.32º | 0.58% | 0.96% | - |
| XYZ | 57.51 | 34.8 | 90.07 | - |
| YUV | 159.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 245 | 0.02 | 0.58 | 0 | 0.04 | 298.32 | 0.88 | 0.68 |
| Hex | F1 | 66 | F5 | 2 | 3A | 0 | 4 | 12A | 58 | 44 |
| Octal | 361 | 146 | 365 | 2 | 72 | 0 | 4 | 452 | 130 | 104 |
| Binary | 11110001 | 1100110 | 11110101 | 10 | 111010 | 0 | 100 | 100101010 | 1011000 | 1000100 |
Color Harmonies of #F166F5
Complementary color
Monochromatic Colors of #F166F5
Black with #F166F5
Text Example
Text Example
White with #F166F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166F5; }
p { color: rgb(241,102,245); }
H1.HeaderClassName
{
color: #F166F5;
}
.AnyTagClassName
{
color: #F166F5;
}
</style>
background-color css
<style>
a { background-color: #F166F5; }
a { background-color: rgb(241,102,245); }
div.DivClassName
{
background-color: #F166F5;
}
.BgClassName
{
background-color: #F166F5;
}
</style>
border-color css
<style>
span { border-color: #F166F5; }
span { border-color: rgb(241,102,245); }
td.TdClassName
{
border-color: #F166F5;
}
.TagClassName
{
border-color: #F166F5;
}
</style>