Shades of Tickle Me Pink #F184A0
Tints of Tickle Me Pink #F184A0
RGB
CMYK
RGB Variations
Color information
#F184A0 (or 0xF184A0) is known color: Tickle Me Pink. HEX triplet: F1, 84 and A0. RGB value is (241,132,160). Sum of RGB (Red+Green+Blue) = 241+132+160=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F184A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F184A0 is #0E7B5F. Grayscale: #A7A7A7. Windows color (decimal): -949088 or 10519793. OLE color: 10519793.
HSL color Cylindrical-coordinate representation of color #F184A0: hue angle of 344.59º degrees, saturation: 0.8, 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 #F184A0 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 160 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.05 |
| HSL | 344.59º | 0.8% | 0.73% | - |
| HSV(B) | 344.59º | 0.45% | 0.95% | - |
| XYZ | 50.87 | 37.74 | 37.86 | - |
| YUV | 167.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 160 | 0 | 0.45 | 0.34 | 0.05 | 344.59 | 0.8 | 0.73 |
| Hex | F1 | 84 | A0 | 0 | 2D | 22 | 5 | 159 | 50 | 49 |
| Octal | 361 | 204 | 240 | 0 | 55 | 42 | 5 | 531 | 120 | 111 |
| Binary | 11110001 | 10000100 | 10100000 | 0 | 101101 | 100010 | 101 | 101011001 | 1010000 | 1001001 |
Color Harmonies of #F184A0
Complementary color
Monochromatic Colors of #F184A0
Black with #F184A0
Text Example
Text Example
White with #F184A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184A0; }
p { color: rgb(241,132,160); }
H1.HeaderClassName
{
color: #F184A0;
}
.AnyTagClassName
{
color: #F184A0;
}
</style>
background-color css
<style>
a { background-color: #F184A0; }
a { background-color: rgb(241,132,160); }
div.DivClassName
{
background-color: #F184A0;
}
.BgClassName
{
background-color: #F184A0;
}
</style>
border-color css
<style>
span { border-color: #F184A0; }
span { border-color: rgb(241,132,160); }
td.TdClassName
{
border-color: #F184A0;
}
.TagClassName
{
border-color: #F184A0;
}
</style>