Shades of Tickle Me Pink #FF7497
Tints of Tickle Me Pink #FF7497
RGB
CMYK
RGB Variations
Color information
#FF7497 (or 0xFF7497) is known color: Tickle Me Pink. HEX triplet: FF, 74 and 97. RGB value is (255,116,151). Sum of RGB (Red+Green+Blue) = 255+116+151=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7497 is #008B68. Grayscale: #A1A1A1. Windows color (decimal): -35689 or 9925887. OLE color: 9925887.
HSL color Cylindrical-coordinate representation of color #FF7497: hue angle of 344.89º 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 #FF7497 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 151 | - |
| CMYK | 0 | 0.55 | 0.41 | 0 |
| HSL | 344.89º | 1% | 0.73% | - |
| HSV(B) | 344.89º | 0.55% | 1% | - |
| XYZ | 53.07 | 35.99 | 33.43 | - |
| YUV | 161.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 151 | 0 | 0.55 | 0.41 | 0 | 344.89 | 1 | 0.73 |
| Hex | FF | 74 | 97 | 0 | 37 | 29 | 0 | 159 | 64 | 49 |
| Octal | 377 | 164 | 227 | 0 | 67 | 51 | 0 | 531 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10010111 | 0 | 110111 | 101001 | 0 | 101011001 | 1100100 | 1001001 |
Color Harmonies of #FF7497
Complementary color
Monochromatic Colors of #FF7497
Black with #FF7497
Text Example
Text Example
White with #FF7497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7497; }
p { color: rgb(255,116,151); }
H1.HeaderClassName
{
color: #FF7497;
}
.AnyTagClassName
{
color: #FF7497;
}
</style>
background-color css
<style>
a { background-color: #FF7497; }
a { background-color: rgb(255,116,151); }
div.DivClassName
{
background-color: #FF7497;
}
.BgClassName
{
background-color: #FF7497;
}
</style>
border-color css
<style>
span { border-color: #FF7497; }
span { border-color: rgb(255,116,151); }
td.TdClassName
{
border-color: #FF7497;
}
.TagClassName
{
border-color: #FF7497;
}
</style>