Shades of Tickle Me Pink #FF80A0
Tints of Tickle Me Pink #FF80A0
RGB
CMYK
RGB Variations
Color information
#FF80A0 (or 0xFF80A0) is known color: Tickle Me Pink. HEX triplet: FF, 80 and A0. RGB value is (255,128,160). Sum of RGB (Red+Green+Blue) = 255+128+160=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80A0 is #007F5F. Grayscale: #A9A9A9. Windows color (decimal): -32608 or 10518783. OLE color: 10518783.
HSL color Cylindrical-coordinate representation of color #FF80A0: hue angle of 344.88º 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 #FF80A0 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 160 | - |
| CMYK | 0 | 0.50 | 0.37 | 0 |
| HSL | 344.88º | 1% | 0.75% | - |
| HSV(B) | 344.88º | 0.5% | 1% | - |
| XYZ | 55.3 | 39.24 | 37.92 | - |
| YUV | 169.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 160 | 0 | 0.50 | 0.37 | 0 | 344.88 | 1 | 0.75 |
| Hex | FF | 80 | A0 | 0 | 32 | 25 | 0 | 159 | 64 | 4B |
| Octal | 377 | 200 | 240 | 0 | 62 | 45 | 0 | 531 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10100000 | 0 | 110010 | 100101 | 0 | 101011001 | 1100100 | 1001011 |
Color Harmonies of #FF80A0
Complementary color
Monochromatic Colors of #FF80A0
Black with #FF80A0
Text Example
Text Example
White with #FF80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80A0; }
p { color: rgb(255,128,160); }
H1.HeaderClassName
{
color: #FF80A0;
}
.AnyTagClassName
{
color: #FF80A0;
}
</style>
background-color css
<style>
a { background-color: #FF80A0; }
a { background-color: rgb(255,128,160); }
div.DivClassName
{
background-color: #FF80A0;
}
.BgClassName
{
background-color: #FF80A0;
}
</style>
border-color css
<style>
span { border-color: #FF80A0; }
span { border-color: rgb(255,128,160); }
td.TdClassName
{
border-color: #FF80A0;
}
.TagClassName
{
border-color: #FF80A0;
}
</style>