Shades of Tickle Me Pink #F181A0
Tints of Tickle Me Pink #F181A0
RGB
CMYK
RGB Variations
Color information
#F181A0 (or 0xF181A0) is known color: Tickle Me Pink. HEX triplet: F1, 81 and A0. RGB value is (241,129,160). Sum of RGB (Red+Green+Blue) = 241+129+160=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F181A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F181A0 is #0E7E5F. Grayscale: #A6A6A6. Windows color (decimal): -949856 or 10519025. OLE color: 10519025.
HSL color Cylindrical-coordinate representation of color #F181A0: hue angle of 343.39º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181A0 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 160 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.05 |
| HSL | 343.39º | 0.8% | 0.73% | - |
| HSV(B) | 343.39º | 0.46% | 0.95% | - |
| XYZ | 50.47 | 36.94 | 37.73 | - |
| YUV | 166.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 160 | 0 | 0.46 | 0.34 | 0.05 | 343.39 | 0.8 | 0.73 |
| Hex | F1 | 81 | A0 | 0 | 2E | 22 | 5 | 157 | 50 | 49 |
| Octal | 361 | 201 | 240 | 0 | 56 | 42 | 5 | 527 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10100000 | 0 | 101110 | 100010 | 101 | 101010111 | 1010000 | 1001001 |
Color Harmonies of #F181A0
Complementary color
Monochromatic Colors of #F181A0
Black with #F181A0
Text Example
Text Example
White with #F181A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181A0; }
p { color: rgb(241,129,160); }
H1.HeaderClassName
{
color: #F181A0;
}
.AnyTagClassName
{
color: #F181A0;
}
</style>
background-color css
<style>
a { background-color: #F181A0; }
a { background-color: rgb(241,129,160); }
div.DivClassName
{
background-color: #F181A0;
}
.BgClassName
{
background-color: #F181A0;
}
</style>
border-color css
<style>
span { border-color: #F181A0; }
span { border-color: rgb(241,129,160); }
td.TdClassName
{
border-color: #F181A0;
}
.TagClassName
{
border-color: #F181A0;
}
</style>