Shades of Tickle Me Pink #FF859C
Tints of Tickle Me Pink #FF859C
RGB
CMYK
RGB Variations
Color information
#FF859C (or 0xFF859C) is known color: Tickle Me Pink. HEX triplet: FF, 85 and 9C. RGB value is (255,133,156). Sum of RGB (Red+Green+Blue) = 255+133+156=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF859C is #007A63. Grayscale: #ACACAC. Windows color (decimal): -31332 or 10257919. OLE color: 10257919.
HSL color Cylindrical-coordinate representation of color #FF859C: hue angle of 348.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF859C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 156 | - |
| CMYK | 0 | 0.48 | 0.39 | 0 |
| HSL | 348.69º | 1% | 0.76% | - |
| HSV(B) | 348.69º | 0.48% | 1% | - |
| XYZ | 55.63 | 40.44 | 36.33 | - |
| YUV | 172.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 156 | 0 | 0.48 | 0.39 | 0 | 348.69 | 1 | 0.76 |
| Hex | FF | 85 | 9C | 0 | 30 | 27 | 0 | 15D | 64 | 4C |
| Octal | 377 | 205 | 234 | 0 | 60 | 47 | 0 | 535 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10011100 | 0 | 110000 | 100111 | 0 | 101011101 | 1100100 | 1001100 |
Color Harmonies of #FF859C
Complementary color
Monochromatic Colors of #FF859C
Black with #FF859C
Text Example
Text Example
White with #FF859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF859C; }
p { color: rgb(255,133,156); }
H1.HeaderClassName
{
color: #FF859C;
}
.AnyTagClassName
{
color: #FF859C;
}
</style>
background-color css
<style>
a { background-color: #FF859C; }
a { background-color: rgb(255,133,156); }
div.DivClassName
{
background-color: #FF859C;
}
.BgClassName
{
background-color: #FF859C;
}
</style>
border-color css
<style>
span { border-color: #FF859C; }
span { border-color: rgb(255,133,156); }
td.TdClassName
{
border-color: #FF859C;
}
.TagClassName
{
border-color: #FF859C;
}
</style>