Shades of Tickle Me Pink #FF7296
Tints of Tickle Me Pink #FF7296
RGB
CMYK
RGB Variations
Color information
#FF7296 (or 0xFF7296) is known color: Tickle Me Pink. HEX triplet: FF, 72 and 96. RGB value is (255,114,150). Sum of RGB (Red+Green+Blue) = 255+114+150=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7296 is #008D69. Grayscale: #A0A0A0. Windows color (decimal): -36202 or 9859839. OLE color: 9859839.
HSL color Cylindrical-coordinate representation of color #FF7296: hue angle of 344.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7296 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 150 | - |
| CMYK | 0 | 0.55 | 0.41 | 0 |
| HSL | 344.68º | 1% | 0.72% | - |
| HSV(B) | 344.68º | 0.55% | 1% | - |
| XYZ | 52.76 | 35.5 | 32.92 | - |
| YUV | 160.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 150 | 0 | 0.55 | 0.41 | 0 | 344.68 | 1 | 0.72 |
| Hex | FF | 72 | 96 | 0 | 37 | 29 | 0 | 159 | 64 | 48 |
| Octal | 377 | 162 | 226 | 0 | 67 | 51 | 0 | 531 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10010110 | 0 | 110111 | 101001 | 0 | 101011001 | 1100100 | 1001000 |
Color Harmonies of #FF7296
Complementary color
Monochromatic Colors of #FF7296
Black with #FF7296
Text Example
Text Example
White with #FF7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7296; }
p { color: rgb(255,114,150); }
H1.HeaderClassName
{
color: #FF7296;
}
.AnyTagClassName
{
color: #FF7296;
}
</style>
background-color css
<style>
a { background-color: #FF7296; }
a { background-color: rgb(255,114,150); }
div.DivClassName
{
background-color: #FF7296;
}
.BgClassName
{
background-color: #FF7296;
}
</style>
border-color css
<style>
span { border-color: #FF7296; }
span { border-color: rgb(255,114,150); }
td.TdClassName
{
border-color: #FF7296;
}
.TagClassName
{
border-color: #FF7296;
}
</style>