Shades of Tickle Me Pink #FF80A6
Tints of Tickle Me Pink #FF80A6
RGB
CMYK
RGB Variations
Color information
#FF80A6 (or 0xFF80A6) is known color: Tickle Me Pink. HEX triplet: FF, 80 and A6. RGB value is (255,128,166). Sum of RGB (Red+Green+Blue) = 255+128+166=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80A6 is #007F59. Grayscale: #AAAAAA. Windows color (decimal): -32602 or 10911999. OLE color: 10911999.
HSL color Cylindrical-coordinate representation of color #FF80A6: hue angle of 342.05º 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 #FF80A6 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 166 | - |
| CMYK | 0 | 0.50 | 0.35 | 0 |
| HSL | 342.05º | 1% | 0.75% | - |
| HSV(B) | 342.05º | 0.5% | 1% | - |
| XYZ | 55.84 | 39.45 | 40.75 | - |
| YUV | 170.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 166 | 0 | 0.50 | 0.35 | 0 | 342.05 | 1 | 0.75 |
| Hex | FF | 80 | A6 | 0 | 32 | 23 | 0 | 156 | 64 | 4B |
| Octal | 377 | 200 | 246 | 0 | 62 | 43 | 0 | 526 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10100110 | 0 | 110010 | 100011 | 0 | 101010110 | 1100100 | 1001011 |
Color Harmonies of #FF80A6
Complementary color
Monochromatic Colors of #FF80A6
Black with #FF80A6
Text Example
Text Example
White with #FF80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80A6; }
p { color: rgb(255,128,166); }
H1.HeaderClassName
{
color: #FF80A6;
}
.AnyTagClassName
{
color: #FF80A6;
}
</style>
background-color css
<style>
a { background-color: #FF80A6; }
a { background-color: rgb(255,128,166); }
div.DivClassName
{
background-color: #FF80A6;
}
.BgClassName
{
background-color: #FF80A6;
}
</style>
border-color css
<style>
span { border-color: #FF80A6; }
span { border-color: rgb(255,128,166); }
td.TdClassName
{
border-color: #FF80A6;
}
.TagClassName
{
border-color: #FF80A6;
}
</style>