Shades of Tickle Me Pink #FF73A1
Tints of Tickle Me Pink #FF73A1
RGB
CMYK
RGB Variations
Color information
#FF73A1 (or 0xFF73A1) is known color: Tickle Me Pink. HEX triplet: FF, 73 and A1. RGB value is (255,115,161). Sum of RGB (Red+Green+Blue) = 255+115+161=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73A1 is #008C5E. Grayscale: #A2A2A2. Windows color (decimal): -35935 or 10580991. OLE color: 10580991.
HSL color Cylindrical-coordinate representation of color #FF73A1: hue angle of 340.29º 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 #FF73A1 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 161 | - |
| CMYK | 0 | 0.55 | 0.37 | 0 |
| HSL | 340.29º | 1% | 0.73% | - |
| HSV(B) | 340.29º | 0.55% | 1% | - |
| XYZ | 53.8 | 36.09 | 37.85 | - |
| YUV | 162.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 161 | 0 | 0.55 | 0.37 | 0 | 340.29 | 1 | 0.73 |
| Hex | FF | 73 | A1 | 0 | 37 | 25 | 0 | 154 | 64 | 49 |
| Octal | 377 | 163 | 241 | 0 | 67 | 45 | 0 | 524 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10100001 | 0 | 110111 | 100101 | 0 | 101010100 | 1100100 | 1001001 |
Color Harmonies of #FF73A1
Complementary color
Monochromatic Colors of #FF73A1
Black with #FF73A1
Text Example
Text Example
White with #FF73A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73A1; }
p { color: rgb(255,115,161); }
H1.HeaderClassName
{
color: #FF73A1;
}
.AnyTagClassName
{
color: #FF73A1;
}
</style>
background-color css
<style>
a { background-color: #FF73A1; }
a { background-color: rgb(255,115,161); }
div.DivClassName
{
background-color: #FF73A1;
}
.BgClassName
{
background-color: #FF73A1;
}
</style>
border-color css
<style>
span { border-color: #FF73A1; }
span { border-color: rgb(255,115,161); }
td.TdClassName
{
border-color: #FF73A1;
}
.TagClassName
{
border-color: #FF73A1;
}
</style>