Shades of Tickle Me Pink #F185AC
Tints of Tickle Me Pink #F185AC
RGB
CMYK
RGB Variations
Color information
#F185AC (or 0xF185AC) is known color: Tickle Me Pink. HEX triplet: F1, 85 and AC. RGB value is (241,133,172). Sum of RGB (Red+Green+Blue) = 241+133+172=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F185AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F185AC is #0E7A53. Grayscale: #A9A9A9. Windows color (decimal): -948820 or 11306481. OLE color: 11306481.
HSL color Cylindrical-coordinate representation of color #F185AC: hue angle of 338.33º 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 #F185AC is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 172 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.05 |
| HSL | 338.33º | 0.79% | 0.73% | - |
| HSV(B) | 338.33º | 0.45% | 0.95% | - |
| XYZ | 52.11 | 38.45 | 43.71 | - |
| YUV | 169.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 172 | 0 | 0.45 | 0.29 | 0.05 | 338.33 | 0.79 | 0.73 |
| Hex | F1 | 85 | AC | 0 | 2D | 1D | 5 | 152 | 4F | 49 |
| Octal | 361 | 205 | 254 | 0 | 55 | 35 | 5 | 522 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10101100 | 0 | 101101 | 11101 | 101 | 101010010 | 1001111 | 1001001 |
Color Harmonies of #F185AC
Complementary color
Monochromatic Colors of #F185AC
Black with #F185AC
Text Example
Text Example
White with #F185AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185AC; }
p { color: rgb(241,133,172); }
H1.HeaderClassName
{
color: #F185AC;
}
.AnyTagClassName
{
color: #F185AC;
}
</style>
background-color css
<style>
a { background-color: #F185AC; }
a { background-color: rgb(241,133,172); }
div.DivClassName
{
background-color: #F185AC;
}
.BgClassName
{
background-color: #F185AC;
}
</style>
border-color css
<style>
span { border-color: #F185AC; }
span { border-color: rgb(241,133,172); }
td.TdClassName
{
border-color: #F185AC;
}
.TagClassName
{
border-color: #F185AC;
}
</style>