Shades of Tickle Me Pink #F87595
Tints of Tickle Me Pink #F87595
RGB
CMYK
RGB Variations
Color information
#F87595 (or 0xF87595) is known color: Tickle Me Pink. HEX triplet: F8, 75 and 95. RGB value is (248,117,149). Sum of RGB (Red+Green+Blue) = 248+117+149=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87595 is #078A6A. Grayscale: #9F9F9F. Windows color (decimal): -494187 or 9795064. OLE color: 9795064.
HSL color Cylindrical-coordinate representation of color #F87595: hue angle of 345.34º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87595 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 149 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.03 |
| HSL | 345.34º | 0.9% | 0.72% | - |
| HSV(B) | 345.34º | 0.53% | 0.97% | - |
| XYZ | 50.5 | 34.85 | 32.5 | - |
| YUV | 159.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 149 | 0 | 0.53 | 0.40 | 0.03 | 345.34 | 0.9 | 0.72 |
| Hex | F8 | 75 | 95 | 0 | 35 | 28 | 3 | 159 | 5A | 48 |
| Octal | 370 | 165 | 225 | 0 | 65 | 50 | 3 | 531 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10010101 | 0 | 110101 | 101000 | 11 | 101011001 | 1011010 | 1001000 |
Color Harmonies of #F87595
Complementary color
Monochromatic Colors of #F87595
Black with #F87595
Text Example
Text Example
White with #F87595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87595; }
p { color: rgb(248,117,149); }
H1.HeaderClassName
{
color: #F87595;
}
.AnyTagClassName
{
color: #F87595;
}
</style>
background-color css
<style>
a { background-color: #F87595; }
a { background-color: rgb(248,117,149); }
div.DivClassName
{
background-color: #F87595;
}
.BgClassName
{
background-color: #F87595;
}
</style>
border-color css
<style>
span { border-color: #F87595; }
span { border-color: rgb(248,117,149); }
td.TdClassName
{
border-color: #F87595;
}
.TagClassName
{
border-color: #F87595;
}
</style>