Shades of Tickle Me Pink #F5719D
Tints of Tickle Me Pink #F5719D
RGB
CMYK
RGB Variations
Color information
#F5719D (or 0xF5719D) is known color: Tickle Me Pink. HEX triplet: F5, 71 and 9D. RGB value is (245,113,157). Sum of RGB (Red+Green+Blue) = 245+113+157=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5719D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5719D is #0A8E62. Grayscale: #9D9D9D. Windows color (decimal): -691811 or 10318325. OLE color: 10318325.
HSL color Cylindrical-coordinate representation of color #F5719D: hue angle of 340º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5719D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 157 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.04 |
| HSL | 340º | 0.87% | 0.7% | - |
| HSV(B) | 340º | 0.54% | 0.96% | - |
| XYZ | 49.65 | 33.66 | 35.78 | - |
| YUV | 157.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 157 | 0 | 0.54 | 0.36 | 0.04 | 340 | 0.87 | 0.7 |
| Hex | F5 | 71 | 9D | 0 | 36 | 24 | 4 | 154 | 57 | 46 |
| Octal | 365 | 161 | 235 | 0 | 66 | 44 | 4 | 524 | 127 | 106 |
| Binary | 11110101 | 1110001 | 10011101 | 0 | 110110 | 100100 | 100 | 101010100 | 1010111 | 1000110 |
Color Harmonies of #F5719D
Complementary color
Monochromatic Colors of #F5719D
Black with #F5719D
Text Example
Text Example
White with #F5719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5719D; }
p { color: rgb(245,113,157); }
H1.HeaderClassName
{
color: #F5719D;
}
.AnyTagClassName
{
color: #F5719D;
}
</style>
background-color css
<style>
a { background-color: #F5719D; }
a { background-color: rgb(245,113,157); }
div.DivClassName
{
background-color: #F5719D;
}
.BgClassName
{
background-color: #F5719D;
}
</style>
border-color css
<style>
span { border-color: #F5719D; }
span { border-color: rgb(245,113,157); }
td.TdClassName
{
border-color: #F5719D;
}
.TagClassName
{
border-color: #F5719D;
}
</style>