Shades of Tickle Me Pink #F973AA
Tints of Tickle Me Pink #F973AA
RGB
CMYK
RGB Variations
Color information
#F973AA (or 0xF973AA) is known color: Tickle Me Pink. HEX triplet: F9, 73 and AA. RGB value is (249,115,170). Sum of RGB (Red+Green+Blue) = 249+115+170=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F973AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F973AA is #068C55. Grayscale: #A1A1A1. Windows color (decimal): -429142 or 11170809. OLE color: 11170809.
HSL color Cylindrical-coordinate representation of color #F973AA: hue angle of 335.37º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973AA is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 170 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.02 |
| HSL | 335.37º | 0.92% | 0.71% | - |
| HSV(B) | 335.37º | 0.54% | 0.98% | - |
| XYZ | 52.45 | 35.3 | 42.08 | - |
| YUV | 161.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 170 | 0 | 0.54 | 0.32 | 0.02 | 335.37 | 0.92 | 0.71 |
| Hex | F9 | 73 | AA | 0 | 36 | 20 | 2 | 14F | 5C | 47 |
| Octal | 371 | 163 | 252 | 0 | 66 | 40 | 2 | 517 | 134 | 107 |
| Binary | 11111001 | 1110011 | 10101010 | 0 | 110110 | 100000 | 10 | 101001111 | 1011100 | 1000111 |
Color Harmonies of #F973AA
Complementary color
Monochromatic Colors of #F973AA
Black with #F973AA
Text Example
Text Example
White with #F973AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973AA; }
p { color: rgb(249,115,170); }
H1.HeaderClassName
{
color: #F973AA;
}
.AnyTagClassName
{
color: #F973AA;
}
</style>
background-color css
<style>
a { background-color: #F973AA; }
a { background-color: rgb(249,115,170); }
div.DivClassName
{
background-color: #F973AA;
}
.BgClassName
{
background-color: #F973AA;
}
</style>
border-color css
<style>
span { border-color: #F973AA; }
span { border-color: rgb(249,115,170); }
td.TdClassName
{
border-color: #F973AA;
}
.TagClassName
{
border-color: #F973AA;
}
</style>