Shades of Tickle Me Pink #F170A1
Tints of Tickle Me Pink #F170A1
RGB
CMYK
RGB Variations
Color information
#F170A1 (or 0xF170A1) is known color: Tickle Me Pink. HEX triplet: F1, 70 and A1. RGB value is (241,112,161). Sum of RGB (Red+Green+Blue) = 241+112+161=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F170A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170A1 is #0E8F5E. Grayscale: #9C9C9C. Windows color (decimal): -954207 or 10580209. OLE color: 10580209.
HSL color Cylindrical-coordinate representation of color #F170A1: hue angle of 337.21º 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 #F170A1 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 161 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.05 |
| HSL | 337.21º | 0.82% | 0.69% | - |
| HSV(B) | 337.21º | 0.54% | 0.95% | - |
| XYZ | 48.5 | 32.86 | 37.5 | - |
| YUV | 156.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 161 | 0 | 0.54 | 0.33 | 0.05 | 337.21 | 0.82 | 0.69 |
| Hex | F1 | 70 | A1 | 0 | 36 | 21 | 5 | 151 | 52 | 45 |
| Octal | 361 | 160 | 241 | 0 | 66 | 41 | 5 | 521 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10100001 | 0 | 110110 | 100001 | 101 | 101010001 | 1010010 | 1000101 |
Color Harmonies of #F170A1
Complementary color
Monochromatic Colors of #F170A1
Black with #F170A1
Text Example
Text Example
White with #F170A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170A1; }
p { color: rgb(241,112,161); }
H1.HeaderClassName
{
color: #F170A1;
}
.AnyTagClassName
{
color: #F170A1;
}
</style>
background-color css
<style>
a { background-color: #F170A1; }
a { background-color: rgb(241,112,161); }
div.DivClassName
{
background-color: #F170A1;
}
.BgClassName
{
background-color: #F170A1;
}
</style>
border-color css
<style>
span { border-color: #F170A1; }
span { border-color: rgb(241,112,161); }
td.TdClassName
{
border-color: #F170A1;
}
.TagClassName
{
border-color: #F170A1;
}
</style>