Shades of Tickle Me Pink #FF859D
Tints of Tickle Me Pink #FF859D
RGB
CMYK
RGB Variations
Color information
#FF859D (or 0xFF859D) is known color: Tickle Me Pink. HEX triplet: FF, 85 and 9D. RGB value is (255,133,157). Sum of RGB (Red+Green+Blue) = 255+133+157=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF859D is #007A62. Grayscale: #ACACAC. Windows color (decimal): -31331 or 10323455. OLE color: 10323455.
HSL color Cylindrical-coordinate representation of color #FF859D: hue angle of 348.2º 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 #FF859D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 157 | - |
| CMYK | 0 | 0.48 | 0.38 | 0 |
| HSL | 348.2º | 1% | 0.76% | - |
| HSV(B) | 348.2º | 0.48% | 1% | - |
| XYZ | 55.71 | 40.47 | 36.77 | - |
| YUV | 172.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 157 | 0 | 0.48 | 0.38 | 0 | 348.2 | 1 | 0.76 |
| Hex | FF | 85 | 9D | 0 | 30 | 26 | 0 | 15C | 64 | 4C |
| Octal | 377 | 205 | 235 | 0 | 60 | 46 | 0 | 534 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10011101 | 0 | 110000 | 100110 | 0 | 101011100 | 1100100 | 1001100 |
Color Harmonies of #FF859D
Complementary color
Monochromatic Colors of #FF859D
Black with #FF859D
Text Example
Text Example
White with #FF859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF859D; }
p { color: rgb(255,133,157); }
H1.HeaderClassName
{
color: #FF859D;
}
.AnyTagClassName
{
color: #FF859D;
}
</style>
background-color css
<style>
a { background-color: #FF859D; }
a { background-color: rgb(255,133,157); }
div.DivClassName
{
background-color: #FF859D;
}
.BgClassName
{
background-color: #FF859D;
}
</style>
border-color css
<style>
span { border-color: #FF859D; }
span { border-color: rgb(255,133,157); }
td.TdClassName
{
border-color: #FF859D;
}
.TagClassName
{
border-color: #FF859D;
}
</style>