Shades of Tickle Me Pink #FF7198
Tints of Tickle Me Pink #FF7198
RGB
CMYK
RGB Variations
Color information
#FF7198 (or 0xFF7198) is known color: Tickle Me Pink. HEX triplet: FF, 71 and 98. RGB value is (255,113,152). Sum of RGB (Red+Green+Blue) = 255+113+152=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7198 is #008E67. Grayscale: #9F9F9F. Windows color (decimal): -36456 or 9990655. OLE color: 9990655.
HSL color Cylindrical-coordinate representation of color #FF7198: hue angle of 343.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7198 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 152 | - |
| CMYK | 0 | 0.56 | 0.40 | 0 |
| HSL | 343.52º | 1% | 0.72% | - |
| HSV(B) | 343.52º | 0.56% | 1% | - |
| XYZ | 52.81 | 35.34 | 33.74 | - |
| YUV | 159.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 152 | 0 | 0.56 | 0.40 | 0 | 343.52 | 1 | 0.72 |
| Hex | FF | 71 | 98 | 0 | 38 | 28 | 0 | 158 | 64 | 48 |
| Octal | 377 | 161 | 230 | 0 | 70 | 50 | 0 | 530 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10011000 | 0 | 111000 | 101000 | 0 | 101011000 | 1100100 | 1001000 |
Color Harmonies of #FF7198
Complementary color
Monochromatic Colors of #FF7198
Black with #FF7198
Text Example
Text Example
White with #FF7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7198; }
p { color: rgb(255,113,152); }
H1.HeaderClassName
{
color: #FF7198;
}
.AnyTagClassName
{
color: #FF7198;
}
</style>
background-color css
<style>
a { background-color: #FF7198; }
a { background-color: rgb(255,113,152); }
div.DivClassName
{
background-color: #FF7198;
}
.BgClassName
{
background-color: #FF7198;
}
</style>
border-color css
<style>
span { border-color: #FF7198; }
span { border-color: rgb(255,113,152); }
td.TdClassName
{
border-color: #FF7198;
}
.TagClassName
{
border-color: #FF7198;
}
</style>