Shades of Tickle Me Pink #FF8095
Tints of Tickle Me Pink #FF8095
RGB
CMYK
RGB Variations
Color information
#FF8095 (or 0xFF8095) is known color: Tickle Me Pink. HEX triplet: FF, 80 and 95. RGB value is (255,128,149). Sum of RGB (Red+Green+Blue) = 255+128+149=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8095 is #007F6A. Grayscale: #A8A8A8. Windows color (decimal): -32619 or 9797887. OLE color: 9797887.
HSL color Cylindrical-coordinate representation of color #FF8095: hue angle of 350.08º 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 #FF8095 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 149 | - |
| CMYK | 0 | 0.50 | 0.42 | 0 |
| HSL | 350.08º | 1% | 0.75% | - |
| HSV(B) | 350.08º | 0.5% | 1% | - |
| XYZ | 54.38 | 38.87 | 33.07 | - |
| YUV | 168.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 149 | 0 | 0.50 | 0.42 | 0 | 350.08 | 1 | 0.75 |
| Hex | FF | 80 | 95 | 0 | 32 | 2A | 0 | 15E | 64 | 4B |
| Octal | 377 | 200 | 225 | 0 | 62 | 52 | 0 | 536 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010101 | 0 | 110010 | 101010 | 0 | 101011110 | 1100100 | 1001011 |
Color Harmonies of #FF8095
Complementary color
Monochromatic Colors of #FF8095
Black with #FF8095
Text Example
Text Example
White with #FF8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8095; }
p { color: rgb(255,128,149); }
H1.HeaderClassName
{
color: #FF8095;
}
.AnyTagClassName
{
color: #FF8095;
}
</style>
background-color css
<style>
a { background-color: #FF8095; }
a { background-color: rgb(255,128,149); }
div.DivClassName
{
background-color: #FF8095;
}
.BgClassName
{
background-color: #FF8095;
}
</style>
border-color css
<style>
span { border-color: #FF8095; }
span { border-color: rgb(255,128,149); }
td.TdClassName
{
border-color: #FF8095;
}
.TagClassName
{
border-color: #FF8095;
}
</style>