Shades of Tickle Me Pink #F16FA0
Tints of Tickle Me Pink #F16FA0
RGB
CMYK
RGB Variations
Color information
#F16FA0 (or 0xF16FA0) is known color: Tickle Me Pink. HEX triplet: F1, 6F and A0. RGB value is (241,111,160). Sum of RGB (Red+Green+Blue) = 241+111+160=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16FA0 is #0E905F. Grayscale: #9B9B9B. Windows color (decimal): -954464 or 10514417. OLE color: 10514417.
HSL color Cylindrical-coordinate representation of color #F16FA0: hue angle of 337.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FA0 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 160 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.05 |
| HSL | 337.38º | 0.82% | 0.69% | - |
| HSV(B) | 337.38º | 0.54% | 0.95% | - |
| XYZ | 48.31 | 32.61 | 37.01 | - |
| YUV | 155.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 160 | 0 | 0.54 | 0.34 | 0.05 | 337.38 | 0.82 | 0.69 |
| Hex | F1 | 6F | A0 | 0 | 36 | 22 | 5 | 151 | 52 | 45 |
| Octal | 361 | 157 | 240 | 0 | 66 | 42 | 5 | 521 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10100000 | 0 | 110110 | 100010 | 101 | 101010001 | 1010010 | 1000101 |
Color Harmonies of #F16FA0
Complementary color
Monochromatic Colors of #F16FA0
Black with #F16FA0
Text Example
Text Example
White with #F16FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FA0; }
p { color: rgb(241,111,160); }
H1.HeaderClassName
{
color: #F16FA0;
}
.AnyTagClassName
{
color: #F16FA0;
}
</style>
background-color css
<style>
a { background-color: #F16FA0; }
a { background-color: rgb(241,111,160); }
div.DivClassName
{
background-color: #F16FA0;
}
.BgClassName
{
background-color: #F16FA0;
}
</style>
border-color css
<style>
span { border-color: #F16FA0; }
span { border-color: rgb(241,111,160); }
td.TdClassName
{
border-color: #F16FA0;
}
.TagClassName
{
border-color: #F16FA0;
}
</style>