Shades of Tickle Me Pink #FF7DA8
Tints of Tickle Me Pink #FF7DA8
RGB
CMYK
RGB Variations
Color information
#FF7DA8 (or 0xFF7DA8) is known color: Tickle Me Pink. HEX triplet: FF, 7D and A8. RGB value is (255,125,168). Sum of RGB (Red+Green+Blue) = 255+125+168=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DA8 is #008257. Grayscale: #A8A8A8. Windows color (decimal): -33368 or 11042303. OLE color: 11042303.
HSL color Cylindrical-coordinate representation of color #FF7DA8: hue angle of 340.15º 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 #FF7DA8 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 168 | - |
| CMYK | 0 | 0.51 | 0.34 | 0 |
| HSL | 340.15º | 1% | 0.75% | - |
| HSV(B) | 340.15º | 0.51% | 1% | - |
| XYZ | 55.64 | 38.75 | 41.59 | - |
| YUV | 168.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 168 | 0 | 0.51 | 0.34 | 0 | 340.15 | 1 | 0.75 |
| Hex | FF | 7D | A8 | 0 | 33 | 22 | 0 | 154 | 64 | 4B |
| Octal | 377 | 175 | 250 | 0 | 63 | 42 | 0 | 524 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10101000 | 0 | 110011 | 100010 | 0 | 101010100 | 1100100 | 1001011 |
Color Harmonies of #FF7DA8
Complementary color
Monochromatic Colors of #FF7DA8
Black with #FF7DA8
Text Example
Text Example
White with #FF7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DA8; }
p { color: rgb(255,125,168); }
H1.HeaderClassName
{
color: #FF7DA8;
}
.AnyTagClassName
{
color: #FF7DA8;
}
</style>
background-color css
<style>
a { background-color: #FF7DA8; }
a { background-color: rgb(255,125,168); }
div.DivClassName
{
background-color: #FF7DA8;
}
.BgClassName
{
background-color: #FF7DA8;
}
</style>
border-color css
<style>
span { border-color: #FF7DA8; }
span { border-color: rgb(255,125,168); }
td.TdClassName
{
border-color: #FF7DA8;
}
.TagClassName
{
border-color: #FF7DA8;
}
</style>