Shades of Tickle Me Pink #FF7396
Tints of Tickle Me Pink #FF7396
RGB
CMYK
RGB Variations
Color information
#FF7396 (or 0xFF7396) is known color: Tickle Me Pink. HEX triplet: FF, 73 and 96. RGB value is (255,115,150). Sum of RGB (Red+Green+Blue) = 255+115+150=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7396 is #008C69. Grayscale: #A0A0A0. Windows color (decimal): -35946 or 9860095. OLE color: 9860095.
HSL color Cylindrical-coordinate representation of color #FF7396: hue angle of 345º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7396 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 150 | - |
| CMYK | 0 | 0.55 | 0.41 | 0 |
| HSL | 345º | 1% | 0.73% | - |
| HSV(B) | 345º | 0.55% | 1% | - |
| XYZ | 52.88 | 35.72 | 32.96 | - |
| YUV | 160.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 150 | 0 | 0.55 | 0.41 | 0 | 345 | 1 | 0.73 |
| Hex | FF | 73 | 96 | 0 | 37 | 29 | 0 | 159 | 64 | 49 |
| Octal | 377 | 163 | 226 | 0 | 67 | 51 | 0 | 531 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10010110 | 0 | 110111 | 101001 | 0 | 101011001 | 1100100 | 1001001 |
Color Harmonies of #FF7396
Complementary color
Monochromatic Colors of #FF7396
Black with #FF7396
Text Example
Text Example
White with #FF7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7396; }
p { color: rgb(255,115,150); }
H1.HeaderClassName
{
color: #FF7396;
}
.AnyTagClassName
{
color: #FF7396;
}
</style>
background-color css
<style>
a { background-color: #FF7396; }
a { background-color: rgb(255,115,150); }
div.DivClassName
{
background-color: #FF7396;
}
.BgClassName
{
background-color: #FF7396;
}
</style>
border-color css
<style>
span { border-color: #FF7396; }
span { border-color: rgb(255,115,150); }
td.TdClassName
{
border-color: #FF7396;
}
.TagClassName
{
border-color: #FF7396;
}
</style>