Shades of Tickle Me Pink #F185A2
Tints of Tickle Me Pink #F185A2
RGB
CMYK
RGB Variations
Color information
#F185A2 (or 0xF185A2) is known color: Tickle Me Pink. HEX triplet: F1, 85 and A2. RGB value is (241,133,162). Sum of RGB (Red+Green+Blue) = 241+133+162=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F185A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F185A2 is #0E7A5D. Grayscale: #A8A8A8. Windows color (decimal): -948830 or 10651121. OLE color: 10651121.
HSL color Cylindrical-coordinate representation of color #F185A2: hue angle of 343.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185A2 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 162 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.05 |
| HSL | 343.89º | 0.79% | 0.73% | - |
| HSV(B) | 343.89º | 0.45% | 0.95% | - |
| XYZ | 51.18 | 38.08 | 38.84 | - |
| YUV | 168.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 162 | 0 | 0.45 | 0.33 | 0.05 | 343.89 | 0.79 | 0.73 |
| Hex | F1 | 85 | A2 | 0 | 2D | 21 | 5 | 158 | 4F | 49 |
| Octal | 361 | 205 | 242 | 0 | 55 | 41 | 5 | 530 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10100010 | 0 | 101101 | 100001 | 101 | 101011000 | 1001111 | 1001001 |
Color Harmonies of #F185A2
Complementary color
Monochromatic Colors of #F185A2
Black with #F185A2
Text Example
Text Example
White with #F185A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185A2; }
p { color: rgb(241,133,162); }
H1.HeaderClassName
{
color: #F185A2;
}
.AnyTagClassName
{
color: #F185A2;
}
</style>
background-color css
<style>
a { background-color: #F185A2; }
a { background-color: rgb(241,133,162); }
div.DivClassName
{
background-color: #F185A2;
}
.BgClassName
{
background-color: #F185A2;
}
</style>
border-color css
<style>
span { border-color: #F185A2; }
span { border-color: rgb(241,133,162); }
td.TdClassName
{
border-color: #F185A2;
}
.TagClassName
{
border-color: #F185A2;
}
</style>