Shades of Tickle Me Pink #FF7DA0
Tints of Tickle Me Pink #FF7DA0
RGB
CMYK
RGB Variations
Color information
#FF7DA0 (or 0xFF7DA0) is known color: Tickle Me Pink. HEX triplet: FF, 7D and A0. RGB value is (255,125,160). Sum of RGB (Red+Green+Blue) = 255+125+160=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DA0 is #00825F. Grayscale: #A7A7A7. Windows color (decimal): -33376 or 10518015. OLE color: 10518015.
HSL color Cylindrical-coordinate representation of color #FF7DA0: hue angle of 343.85º 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 #FF7DA0 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 160 | - |
| CMYK | 0 | 0.51 | 0.37 | 0 |
| HSL | 343.85º | 1% | 0.75% | - |
| HSV(B) | 343.85º | 0.51% | 1% | - |
| XYZ | 54.92 | 38.47 | 37.79 | - |
| YUV | 167.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 160 | 0 | 0.51 | 0.37 | 0 | 343.85 | 1 | 0.75 |
| Hex | FF | 7D | A0 | 0 | 33 | 25 | 0 | 158 | 64 | 4B |
| Octal | 377 | 175 | 240 | 0 | 63 | 45 | 0 | 530 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10100000 | 0 | 110011 | 100101 | 0 | 101011000 | 1100100 | 1001011 |
Color Harmonies of #FF7DA0
Complementary color
Monochromatic Colors of #FF7DA0
Black with #FF7DA0
Text Example
Text Example
White with #FF7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DA0; }
p { color: rgb(255,125,160); }
H1.HeaderClassName
{
color: #FF7DA0;
}
.AnyTagClassName
{
color: #FF7DA0;
}
</style>
background-color css
<style>
a { background-color: #FF7DA0; }
a { background-color: rgb(255,125,160); }
div.DivClassName
{
background-color: #FF7DA0;
}
.BgClassName
{
background-color: #FF7DA0;
}
</style>
border-color css
<style>
span { border-color: #FF7DA0; }
span { border-color: rgb(255,125,160); }
td.TdClassName
{
border-color: #FF7DA0;
}
.TagClassName
{
border-color: #FF7DA0;
}
</style>