Shades of Tickle Me Pink #FF7595
Tints of Tickle Me Pink #FF7595
RGB
CMYK
RGB Variations
Color information
#FF7595 (or 0xFF7595) is known color: Tickle Me Pink. HEX triplet: FF, 75 and 95. RGB value is (255,117,149). Sum of RGB (Red+Green+Blue) = 255+117+149=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7595 is #008A6A. Grayscale: #A1A1A1. Windows color (decimal): -35435 or 9795071. OLE color: 9795071.
HSL color Cylindrical-coordinate representation of color #FF7595: hue angle of 346.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7595 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 149 | - |
| CMYK | 0 | 0.54 | 0.42 | 0 |
| HSL | 346.09º | 1% | 0.73% | - |
| HSV(B) | 346.09º | 0.54% | 1% | - |
| XYZ | 53.03 | 36.15 | 32.62 | - |
| YUV | 161.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 149 | 0 | 0.54 | 0.42 | 0 | 346.09 | 1 | 0.73 |
| Hex | FF | 75 | 95 | 0 | 36 | 2A | 0 | 15A | 64 | 49 |
| Octal | 377 | 165 | 225 | 0 | 66 | 52 | 0 | 532 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10010101 | 0 | 110110 | 101010 | 0 | 101011010 | 1100100 | 1001001 |
Color Harmonies of #FF7595
Complementary color
Monochromatic Colors of #FF7595
Black with #FF7595
Text Example
Text Example
White with #FF7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7595; }
p { color: rgb(255,117,149); }
H1.HeaderClassName
{
color: #FF7595;
}
.AnyTagClassName
{
color: #FF7595;
}
</style>
background-color css
<style>
a { background-color: #FF7595; }
a { background-color: rgb(255,117,149); }
div.DivClassName
{
background-color: #FF7595;
}
.BgClassName
{
background-color: #FF7595;
}
</style>
border-color css
<style>
span { border-color: #FF7595; }
span { border-color: rgb(255,117,149); }
td.TdClassName
{
border-color: #FF7595;
}
.TagClassName
{
border-color: #FF7595;
}
</style>