Shades of Tickle Me Pink #FF7FA6
Tints of Tickle Me Pink #FF7FA6
RGB
CMYK
RGB Variations
Color information
#FF7FA6 (or 0xFF7FA6) is known color: Tickle Me Pink. HEX triplet: FF, 7F and A6. RGB value is (255,127,166). Sum of RGB (Red+Green+Blue) = 255+127+166=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7FA6 is #008059. Grayscale: #A9A9A9. Windows color (decimal): -32858 or 10911743. OLE color: 10911743.
HSL color Cylindrical-coordinate representation of color #FF7FA6: hue angle of 341.72º 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 #FF7FA6 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 166 | - |
| CMYK | 0 | 0.50 | 0.35 | 0 |
| HSL | 341.72º | 1% | 0.75% | - |
| HSV(B) | 341.72º | 0.5% | 1% | - |
| XYZ | 55.71 | 39.19 | 40.7 | - |
| YUV | 169.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 166 | 0 | 0.50 | 0.35 | 0 | 341.72 | 1 | 0.75 |
| Hex | FF | 7F | A6 | 0 | 32 | 23 | 0 | 156 | 64 | 4B |
| Octal | 377 | 177 | 246 | 0 | 62 | 43 | 0 | 526 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10100110 | 0 | 110010 | 100011 | 0 | 101010110 | 1100100 | 1001011 |
Color Harmonies of #FF7FA6
Complementary color
Monochromatic Colors of #FF7FA6
Black with #FF7FA6
Text Example
Text Example
White with #FF7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FA6; }
p { color: rgb(255,127,166); }
H1.HeaderClassName
{
color: #FF7FA6;
}
.AnyTagClassName
{
color: #FF7FA6;
}
</style>
background-color css
<style>
a { background-color: #FF7FA6; }
a { background-color: rgb(255,127,166); }
div.DivClassName
{
background-color: #FF7FA6;
}
.BgClassName
{
background-color: #FF7FA6;
}
</style>
border-color css
<style>
span { border-color: #FF7FA6; }
span { border-color: rgb(255,127,166); }
td.TdClassName
{
border-color: #FF7FA6;
}
.TagClassName
{
border-color: #FF7FA6;
}
</style>