Shades of Tickle Me Pink #FF73A4
Tints of Tickle Me Pink #FF73A4
RGB
CMYK
RGB Variations
Color information
#FF73A4 (or 0xFF73A4) is known color: Tickle Me Pink. HEX triplet: FF, 73 and A4. RGB value is (255,115,164). Sum of RGB (Red+Green+Blue) = 255+115+164=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73A4 is #008C5B. Grayscale: #A2A2A2. Windows color (decimal): -35932 or 10777599. OLE color: 10777599.
HSL color Cylindrical-coordinate representation of color #FF73A4: hue angle of 339º 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 #FF73A4 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 164 | - |
| CMYK | 0 | 0.55 | 0.36 | 0 |
| HSL | 339º | 1% | 0.73% | - |
| HSV(B) | 339º | 0.55% | 1% | - |
| XYZ | 54.07 | 36.2 | 39.26 | - |
| YUV | 162.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 164 | 0 | 0.55 | 0.36 | 0 | 339 | 1 | 0.73 |
| Hex | FF | 73 | A4 | 0 | 37 | 24 | 0 | 153 | 64 | 49 |
| Octal | 377 | 163 | 244 | 0 | 67 | 44 | 0 | 523 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10100100 | 0 | 110111 | 100100 | 0 | 101010011 | 1100100 | 1001001 |
Color Harmonies of #FF73A4
Complementary color
Monochromatic Colors of #FF73A4
Black with #FF73A4
Text Example
Text Example
White with #FF73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73A4; }
p { color: rgb(255,115,164); }
H1.HeaderClassName
{
color: #FF73A4;
}
.AnyTagClassName
{
color: #FF73A4;
}
</style>
background-color css
<style>
a { background-color: #FF73A4; }
a { background-color: rgb(255,115,164); }
div.DivClassName
{
background-color: #FF73A4;
}
.BgClassName
{
background-color: #FF73A4;
}
</style>
border-color css
<style>
span { border-color: #FF73A4; }
span { border-color: rgb(255,115,164); }
td.TdClassName
{
border-color: #FF73A4;
}
.TagClassName
{
border-color: #FF73A4;
}
</style>