Shades of Tickle Me Pink #FF7DAA
Tints of Tickle Me Pink #FF7DAA
RGB
CMYK
RGB Variations
Color information
#FF7DAA (or 0xFF7DAA) is known color: Tickle Me Pink. HEX triplet: FF, 7D and AA. RGB value is (255,125,170). Sum of RGB (Red+Green+Blue) = 255+125+170=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DAA is #008255. Grayscale: #A8A8A8. Windows color (decimal): -33366 or 11173375. OLE color: 11173375.
HSL color Cylindrical-coordinate representation of color #FF7DAA: hue angle of 339.23º 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 #FF7DAA is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 170 | - |
| CMYK | 0 | 0.51 | 0.33 | 0 |
| HSL | 339.23º | 1% | 0.75% | - |
| HSV(B) | 339.23º | 0.51% | 1% | - |
| XYZ | 55.83 | 38.83 | 42.58 | - |
| YUV | 169 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 170 | 0 | 0.51 | 0.33 | 0 | 339.23 | 1 | 0.75 |
| Hex | FF | 7D | AA | 0 | 33 | 21 | 0 | 153 | 64 | 4B |
| Octal | 377 | 175 | 252 | 0 | 63 | 41 | 0 | 523 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10101010 | 0 | 110011 | 100001 | 0 | 101010011 | 1100100 | 1001011 |
Color Harmonies of #FF7DAA
Complementary color
Monochromatic Colors of #FF7DAA
Black with #FF7DAA
Text Example
Text Example
White with #FF7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DAA; }
p { color: rgb(255,125,170); }
H1.HeaderClassName
{
color: #FF7DAA;
}
.AnyTagClassName
{
color: #FF7DAA;
}
</style>
background-color css
<style>
a { background-color: #FF7DAA; }
a { background-color: rgb(255,125,170); }
div.DivClassName
{
background-color: #FF7DAA;
}
.BgClassName
{
background-color: #FF7DAA;
}
</style>
border-color css
<style>
span { border-color: #FF7DAA; }
span { border-color: rgb(255,125,170); }
td.TdClassName
{
border-color: #FF7DAA;
}
.TagClassName
{
border-color: #FF7DAA;
}
</style>