Shades of Tickle Me Pink #FF869D
Tints of Tickle Me Pink #FF869D
RGB
CMYK
RGB Variations
Color information
#FF869D (or 0xFF869D) is known color: Tickle Me Pink. HEX triplet: FF, 86 and 9D. RGB value is (255,134,157). Sum of RGB (Red+Green+Blue) = 255+134+157=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF869D is #007962. Grayscale: #ACACAC. Windows color (decimal): -31075 or 10323711. OLE color: 10323711.
HSL color Cylindrical-coordinate representation of color #FF869D: hue angle of 348.6º 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 #FF869D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 157 | - |
| CMYK | 0 | 0.47 | 0.38 | 0 |
| HSL | 348.6º | 1% | 0.76% | - |
| HSV(B) | 348.6º | 0.47% | 1% | - |
| XYZ | 55.85 | 40.74 | 36.82 | - |
| YUV | 172.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 157 | 0 | 0.47 | 0.38 | 0 | 348.6 | 1 | 0.76 |
| Hex | FF | 86 | 9D | 0 | 2F | 26 | 0 | 15D | 64 | 4C |
| Octal | 377 | 206 | 235 | 0 | 57 | 46 | 0 | 535 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10011101 | 0 | 101111 | 100110 | 0 | 101011101 | 1100100 | 1001100 |
Color Harmonies of #FF869D
Complementary color
Monochromatic Colors of #FF869D
Black with #FF869D
Text Example
Text Example
White with #FF869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF869D; }
p { color: rgb(255,134,157); }
H1.HeaderClassName
{
color: #FF869D;
}
.AnyTagClassName
{
color: #FF869D;
}
</style>
background-color css
<style>
a { background-color: #FF869D; }
a { background-color: rgb(255,134,157); }
div.DivClassName
{
background-color: #FF869D;
}
.BgClassName
{
background-color: #FF869D;
}
</style>
border-color css
<style>
span { border-color: #FF869D; }
span { border-color: rgb(255,134,157); }
td.TdClassName
{
border-color: #FF869D;
}
.TagClassName
{
border-color: #FF869D;
}
</style>