Shades of Tickle Me Pink #FF73AA
Tints of Tickle Me Pink #FF73AA
RGB
CMYK
RGB Variations
Color information
#FF73AA (or 0xFF73AA) is known color: Tickle Me Pink. HEX triplet: FF, 73 and AA. RGB value is (255,115,170). Sum of RGB (Red+Green+Blue) = 255+115+170=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73AA is #008C55. Grayscale: #A3A3A3. Windows color (decimal): -35926 or 11170815. OLE color: 11170815.
HSL color Cylindrical-coordinate representation of color #FF73AA: hue angle of 336.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73AA is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 170 | - |
| CMYK | 0 | 0.55 | 0.33 | 0 |
| HSL | 336.43º | 1% | 0.73% | - |
| HSV(B) | 336.43º | 0.55% | 1% | - |
| XYZ | 54.63 | 36.42 | 42.18 | - |
| YUV | 163.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 170 | 0 | 0.55 | 0.33 | 0 | 336.43 | 1 | 0.73 |
| Hex | FF | 73 | AA | 0 | 37 | 21 | 0 | 150 | 64 | 49 |
| Octal | 377 | 163 | 252 | 0 | 67 | 41 | 0 | 520 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10101010 | 0 | 110111 | 100001 | 0 | 101010000 | 1100100 | 1001001 |
Color Harmonies of #FF73AA
Complementary color
Monochromatic Colors of #FF73AA
Black with #FF73AA
Text Example
Text Example
White with #FF73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73AA; }
p { color: rgb(255,115,170); }
H1.HeaderClassName
{
color: #FF73AA;
}
.AnyTagClassName
{
color: #FF73AA;
}
</style>
background-color css
<style>
a { background-color: #FF73AA; }
a { background-color: rgb(255,115,170); }
div.DivClassName
{
background-color: #FF73AA;
}
.BgClassName
{
background-color: #FF73AA;
}
</style>
border-color css
<style>
span { border-color: #FF73AA; }
span { border-color: rgb(255,115,170); }
td.TdClassName
{
border-color: #FF73AA;
}
.TagClassName
{
border-color: #FF73AA;
}
</style>