Shades of Tickle Me Pink #FF7397
Tints of Tickle Me Pink #FF7397
RGB
CMYK
RGB Variations
Color information
#FF7397 (or 0xFF7397) is known color: Tickle Me Pink. HEX triplet: FF, 73 and 97. RGB value is (255,115,151). Sum of RGB (Red+Green+Blue) = 255+115+151=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7397 is #008C68. Grayscale: #A0A0A0. Windows color (decimal): -35945 or 9925631. OLE color: 9925631.
HSL color Cylindrical-coordinate representation of color #FF7397: hue angle of 344.57º 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 #FF7397 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 151 | - |
| CMYK | 0 | 0.55 | 0.41 | 0 |
| HSL | 344.57º | 1% | 0.73% | - |
| HSV(B) | 344.57º | 0.55% | 1% | - |
| XYZ | 52.96 | 35.76 | 33.39 | - |
| YUV | 160.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 151 | 0 | 0.55 | 0.41 | 0 | 344.57 | 1 | 0.73 |
| Hex | FF | 73 | 97 | 0 | 37 | 29 | 0 | 159 | 64 | 49 |
| Octal | 377 | 163 | 227 | 0 | 67 | 51 | 0 | 531 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10010111 | 0 | 110111 | 101001 | 0 | 101011001 | 1100100 | 1001001 |
Color Harmonies of #FF7397
Complementary color
Monochromatic Colors of #FF7397
Black with #FF7397
Text Example
Text Example
White with #FF7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7397; }
p { color: rgb(255,115,151); }
H1.HeaderClassName
{
color: #FF7397;
}
.AnyTagClassName
{
color: #FF7397;
}
</style>
background-color css
<style>
a { background-color: #FF7397; }
a { background-color: rgb(255,115,151); }
div.DivClassName
{
background-color: #FF7397;
}
.BgClassName
{
background-color: #FF7397;
}
</style>
border-color css
<style>
span { border-color: #FF7397; }
span { border-color: rgb(255,115,151); }
td.TdClassName
{
border-color: #FF7397;
}
.TagClassName
{
border-color: #FF7397;
}
</style>