Shades of Tickle Me Pink #FF73A5
Tints of Tickle Me Pink #FF73A5
RGB
CMYK
RGB Variations
Color information
#FF73A5 (or 0xFF73A5) is known color: Tickle Me Pink. HEX triplet: FF, 73 and A5. RGB value is (255,115,165). Sum of RGB (Red+Green+Blue) = 255+115+165=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73A5 is #008C5A. Grayscale: #A2A2A2. Windows color (decimal): -35931 or 10843135. OLE color: 10843135.
HSL color Cylindrical-coordinate representation of color #FF73A5: hue angle of 338.57º 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 #FF73A5 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 165 | - |
| CMYK | 0 | 0.55 | 0.35 | 0 |
| HSL | 338.57º | 1% | 0.73% | - |
| HSV(B) | 338.57º | 0.55% | 1% | - |
| XYZ | 54.16 | 36.24 | 39.74 | - |
| YUV | 162.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 165 | 0 | 0.55 | 0.35 | 0 | 338.57 | 1 | 0.73 |
| Hex | FF | 73 | A5 | 0 | 37 | 23 | 0 | 153 | 64 | 49 |
| Octal | 377 | 163 | 245 | 0 | 67 | 43 | 0 | 523 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10100101 | 0 | 110111 | 100011 | 0 | 101010011 | 1100100 | 1001001 |
Color Harmonies of #FF73A5
Complementary color
Monochromatic Colors of #FF73A5
Black with #FF73A5
Text Example
Text Example
White with #FF73A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73A5; }
p { color: rgb(255,115,165); }
H1.HeaderClassName
{
color: #FF73A5;
}
.AnyTagClassName
{
color: #FF73A5;
}
</style>
background-color css
<style>
a { background-color: #FF73A5; }
a { background-color: rgb(255,115,165); }
div.DivClassName
{
background-color: #FF73A5;
}
.BgClassName
{
background-color: #FF73A5;
}
</style>
border-color css
<style>
span { border-color: #FF73A5; }
span { border-color: rgb(255,115,165); }
td.TdClassName
{
border-color: #FF73A5;
}
.TagClassName
{
border-color: #FF73A5;
}
</style>