Shades of Tickle Me Pink #FF8096
Tints of Tickle Me Pink #FF8096
RGB
CMYK
RGB Variations
Color information
#FF8096 (or 0xFF8096) is known color: Tickle Me Pink. HEX triplet: FF, 80 and 96. RGB value is (255,128,150). Sum of RGB (Red+Green+Blue) = 255+128+150=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8096 is #007F69. Grayscale: #A8A8A8. Windows color (decimal): -32618 or 9863423. OLE color: 9863423.
HSL color Cylindrical-coordinate representation of color #FF8096: hue angle of 349.61º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8096 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 150 | - |
| CMYK | 0 | 0.50 | 0.41 | 0 |
| HSL | 349.61º | 1% | 0.75% | - |
| HSV(B) | 349.61º | 0.5% | 1% | - |
| XYZ | 54.46 | 38.9 | 33.49 | - |
| YUV | 168.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 150 | 0 | 0.50 | 0.41 | 0 | 349.61 | 1 | 0.75 |
| Hex | FF | 80 | 96 | 0 | 32 | 29 | 0 | 15E | 64 | 4B |
| Octal | 377 | 200 | 226 | 0 | 62 | 51 | 0 | 536 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010110 | 0 | 110010 | 101001 | 0 | 101011110 | 1100100 | 1001011 |
Color Harmonies of #FF8096
Complementary color
Monochromatic Colors of #FF8096
Black with #FF8096
Text Example
Text Example
White with #FF8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8096; }
p { color: rgb(255,128,150); }
H1.HeaderClassName
{
color: #FF8096;
}
.AnyTagClassName
{
color: #FF8096;
}
</style>
background-color css
<style>
a { background-color: #FF8096; }
a { background-color: rgb(255,128,150); }
div.DivClassName
{
background-color: #FF8096;
}
.BgClassName
{
background-color: #FF8096;
}
</style>
border-color css
<style>
span { border-color: #FF8096; }
span { border-color: rgb(255,128,150); }
td.TdClassName
{
border-color: #FF8096;
}
.TagClassName
{
border-color: #FF8096;
}
</style>