Shades of Tickle Me Pink #F5859E
Tints of Tickle Me Pink #F5859E
RGB
CMYK
RGB Variations
Color information
#F5859E (or 0xF5859E) is known color: Tickle Me Pink. HEX triplet: F5, 85 and 9E. RGB value is (245,133,158). Sum of RGB (Red+Green+Blue) = 245+133+158=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5859E is #0A7A61. Grayscale: #A9A9A9. Windows color (decimal): -686690 or 10388981. OLE color: 10388981.
HSL color Cylindrical-coordinate representation of color #F5859E: hue angle of 346.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5859E is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 158 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.04 |
| HSL | 346.61º | 0.85% | 0.74% | - |
| HSV(B) | 346.61º | 0.46% | 0.96% | - |
| XYZ | 52.22 | 38.66 | 37.06 | - |
| YUV | 169.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 158 | 0 | 0.46 | 0.36 | 0.04 | 346.61 | 0.85 | 0.74 |
| Hex | F5 | 85 | 9E | 0 | 2E | 24 | 4 | 15B | 55 | 4A |
| Octal | 365 | 205 | 236 | 0 | 56 | 44 | 4 | 533 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10011110 | 0 | 101110 | 100100 | 100 | 101011011 | 1010101 | 1001010 |
Color Harmonies of #F5859E
Complementary color
Monochromatic Colors of #F5859E
Black with #F5859E
Text Example
Text Example
White with #F5859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5859E; }
p { color: rgb(245,133,158); }
H1.HeaderClassName
{
color: #F5859E;
}
.AnyTagClassName
{
color: #F5859E;
}
</style>
background-color css
<style>
a { background-color: #F5859E; }
a { background-color: rgb(245,133,158); }
div.DivClassName
{
background-color: #F5859E;
}
.BgClassName
{
background-color: #F5859E;
}
</style>
border-color css
<style>
span { border-color: #F5859E; }
span { border-color: rgb(245,133,158); }
td.TdClassName
{
border-color: #F5859E;
}
.TagClassName
{
border-color: #F5859E;
}
</style>