Shades of Tickle Me Pink #F16BA0
Tints of Tickle Me Pink #F16BA0
RGB
CMYK
RGB Variations
Color information
#F16BA0 (or 0xF16BA0) is known color: Tickle Me Pink. HEX triplet: F1, 6B and A0. RGB value is (241,107,160). Sum of RGB (Red+Green+Blue) = 241+107+160=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA0 is #0E945F. Grayscale: #999999. Windows color (decimal): -955488 or 10513393. OLE color: 10513393.
HSL color Cylindrical-coordinate representation of color #F16BA0: hue angle of 336.27º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BA0 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 160 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.05 |
| HSL | 336.27º | 0.83% | 0.68% | - |
| HSV(B) | 336.27º | 0.56% | 0.95% | - |
| XYZ | 47.88 | 31.75 | 36.86 | - |
| YUV | 153.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 160 | 0 | 0.56 | 0.34 | 0.05 | 336.27 | 0.83 | 0.68 |
| Hex | F1 | 6B | A0 | 0 | 38 | 22 | 5 | 150 | 53 | 44 |
| Octal | 361 | 153 | 240 | 0 | 70 | 42 | 5 | 520 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10100000 | 0 | 111000 | 100010 | 101 | 101010000 | 1010011 | 1000100 |
Color Harmonies of #F16BA0
Complementary color
Monochromatic Colors of #F16BA0
Black with #F16BA0
Text Example
Text Example
White with #F16BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BA0; }
p { color: rgb(241,107,160); }
H1.HeaderClassName
{
color: #F16BA0;
}
.AnyTagClassName
{
color: #F16BA0;
}
</style>
background-color css
<style>
a { background-color: #F16BA0; }
a { background-color: rgb(241,107,160); }
div.DivClassName
{
background-color: #F16BA0;
}
.BgClassName
{
background-color: #F16BA0;
}
</style>
border-color css
<style>
span { border-color: #F16BA0; }
span { border-color: rgb(241,107,160); }
td.TdClassName
{
border-color: #F16BA0;
}
.TagClassName
{
border-color: #F16BA0;
}
</style>