Shades of Pink Flamingo #F166FF
Tints of Pink Flamingo #F166FF
RGB
CMYK
RGB Variations
Color information
#F166FF (or 0xF166FF) is known color: Pink Flamingo. HEX triplet: F1, 66 and FF. RGB value is (241,102,255). Sum of RGB (Red+Green+Blue) = 241+102+255=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 102 (40.23% from 255 or 17.06% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F166FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F166FF is #0E9900. Grayscale: #A0A0A0. Windows color (decimal): -956673 or 16738033. OLE color: 16738033.
HSL color Cylindrical-coordinate representation of color #F166FF: hue angle of 294.51º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F166FF is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 102 | 255 | - |
| CMYK | 0.05 | 0.6 | 0 | 0 |
| HSL | 294.51º | 1% | 0.7% | - |
| HSV(B) | 294.51º | 0.6% | 1% | - |
| XYZ | 59.08 | 35.42 | 98.33 | - |
| YUV | 161 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 255 | 0.05 | 0.6 | 0 | 0 | 294.51 | 1 | 0.7 |
| Hex | F1 | 66 | FF | 5 | 3C | 0 | 0 | 127 | 64 | 46 |
| Octal | 361 | 146 | 377 | 5 | 74 | 0 | 0 | 447 | 144 | 106 |
| Binary | 11110001 | 1100110 | 11111111 | 101 | 111100 | 0 | 0 | 100100111 | 1100100 | 1000110 |
Color Harmonies of #F166FF
Complementary color
Monochromatic Colors of #F166FF
Black with #F166FF
Text Example
Text Example
White with #F166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166FF; }
p { color: rgb(241,102,255); }
H1.HeaderClassName
{
color: #F166FF;
}
.AnyTagClassName
{
color: #F166FF;
}
</style>
background-color css
<style>
a { background-color: #F166FF; }
a { background-color: rgb(241,102,255); }
div.DivClassName
{
background-color: #F166FF;
}
.BgClassName
{
background-color: #F166FF;
}
</style>
border-color css
<style>
span { border-color: #F166FF; }
span { border-color: rgb(241,102,255); }
td.TdClassName
{
border-color: #F166FF;
}
.TagClassName
{
border-color: #F166FF;
}
</style>