Shades of Tickle Me Pink #FF86AD
Tints of Tickle Me Pink #FF86AD
RGB
CMYK
RGB Variations
Color information
#FF86AD (or 0xFF86AD) is known color: Tickle Me Pink. HEX triplet: FF, 86 and AD. RGB value is (255,134,173). Sum of RGB (Red+Green+Blue) = 255+134+173=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86AD is #007952. Grayscale: #AEAEAE. Windows color (decimal): -31059 or 11372287. OLE color: 11372287.
HSL color Cylindrical-coordinate representation of color #FF86AD: hue angle of 340.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86AD is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 173 | - |
| CMYK | 0 | 0.47 | 0.32 | 0 |
| HSL | 340.66º | 1% | 0.76% | - |
| HSV(B) | 340.66º | 0.47% | 1% | - |
| XYZ | 57.31 | 41.33 | 44.49 | - |
| YUV | 174.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 173 | 0 | 0.47 | 0.32 | 0 | 340.66 | 1 | 0.76 |
| Hex | FF | 86 | AD | 0 | 2F | 20 | 0 | 155 | 64 | 4C |
| Octal | 377 | 206 | 255 | 0 | 57 | 40 | 0 | 525 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10101101 | 0 | 101111 | 100000 | 0 | 101010101 | 1100100 | 1001100 |
Color Harmonies of #FF86AD
Complementary color
Monochromatic Colors of #FF86AD
Black with #FF86AD
Text Example
Text Example
White with #FF86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86AD; }
p { color: rgb(255,134,173); }
H1.HeaderClassName
{
color: #FF86AD;
}
.AnyTagClassName
{
color: #FF86AD;
}
</style>
background-color css
<style>
a { background-color: #FF86AD; }
a { background-color: rgb(255,134,173); }
div.DivClassName
{
background-color: #FF86AD;
}
.BgClassName
{
background-color: #FF86AD;
}
</style>
border-color css
<style>
span { border-color: #FF86AD; }
span { border-color: rgb(255,134,173); }
td.TdClassName
{
border-color: #FF86AD;
}
.TagClassName
{
border-color: #FF86AD;
}
</style>