Shades of Tickle Me Pink #FF7DA6
Tints of Tickle Me Pink #FF7DA6
RGB
CMYK
RGB Variations
Color information
#FF7DA6 (or 0xFF7DA6) is known color: Tickle Me Pink. HEX triplet: FF, 7D and A6. RGB value is (255,125,166). Sum of RGB (Red+Green+Blue) = 255+125+166=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DA6 is #008259. Grayscale: #A8A8A8. Windows color (decimal): -33370 or 10911231. OLE color: 10911231.
HSL color Cylindrical-coordinate representation of color #FF7DA6: hue angle of 341.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DA6 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 166 | - |
| CMYK | 0 | 0.51 | 0.35 | 0 |
| HSL | 341.08º | 1% | 0.75% | - |
| HSV(B) | 341.08º | 0.51% | 1% | - |
| XYZ | 55.46 | 38.68 | 40.62 | - |
| YUV | 168.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 166 | 0 | 0.51 | 0.35 | 0 | 341.08 | 1 | 0.75 |
| Hex | FF | 7D | A6 | 0 | 33 | 23 | 0 | 155 | 64 | 4B |
| Octal | 377 | 175 | 246 | 0 | 63 | 43 | 0 | 525 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10100110 | 0 | 110011 | 100011 | 0 | 101010101 | 1100100 | 1001011 |
Color Harmonies of #FF7DA6
Complementary color
Monochromatic Colors of #FF7DA6
Black with #FF7DA6
Text Example
Text Example
White with #FF7DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DA6; }
p { color: rgb(255,125,166); }
H1.HeaderClassName
{
color: #FF7DA6;
}
.AnyTagClassName
{
color: #FF7DA6;
}
</style>
background-color css
<style>
a { background-color: #FF7DA6; }
a { background-color: rgb(255,125,166); }
div.DivClassName
{
background-color: #FF7DA6;
}
.BgClassName
{
background-color: #FF7DA6;
}
</style>
border-color css
<style>
span { border-color: #FF7DA6; }
span { border-color: rgb(255,125,166); }
td.TdClassName
{
border-color: #FF7DA6;
}
.TagClassName
{
border-color: #FF7DA6;
}
</style>