Shades of Tickle Me Pink #FF7395
Tints of Tickle Me Pink #FF7395
RGB
CMYK
RGB Variations
Color information
#FF7395 (or 0xFF7395) is known color: Tickle Me Pink. HEX triplet: FF, 73 and 95. RGB value is (255,115,149). Sum of RGB (Red+Green+Blue) = 255+115+149=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7395 is #008C6A. Grayscale: #A0A0A0. Windows color (decimal): -35947 or 9794559. OLE color: 9794559.
HSL color Cylindrical-coordinate representation of color #FF7395: hue angle of 345.43º 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 #FF7395 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 149 | - |
| CMYK | 0 | 0.55 | 0.42 | 0 |
| HSL | 345.43º | 1% | 0.73% | - |
| HSV(B) | 345.43º | 0.55% | 1% | - |
| XYZ | 52.8 | 35.69 | 32.54 | - |
| YUV | 160.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 149 | 0 | 0.55 | 0.42 | 0 | 345.43 | 1 | 0.73 |
| Hex | FF | 73 | 95 | 0 | 37 | 2A | 0 | 159 | 64 | 49 |
| Octal | 377 | 163 | 225 | 0 | 67 | 52 | 0 | 531 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10010101 | 0 | 110111 | 101010 | 0 | 101011001 | 1100100 | 1001001 |
Color Harmonies of #FF7395
Complementary color
Monochromatic Colors of #FF7395
Black with #FF7395
Text Example
Text Example
White with #FF7395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7395; }
p { color: rgb(255,115,149); }
H1.HeaderClassName
{
color: #FF7395;
}
.AnyTagClassName
{
color: #FF7395;
}
</style>
background-color css
<style>
a { background-color: #FF7395; }
a { background-color: rgb(255,115,149); }
div.DivClassName
{
background-color: #FF7395;
}
.BgClassName
{
background-color: #FF7395;
}
</style>
border-color css
<style>
span { border-color: #FF7395; }
span { border-color: rgb(255,115,149); }
td.TdClassName
{
border-color: #FF7395;
}
.TagClassName
{
border-color: #FF7395;
}
</style>