Shades of Tickle Me Pink #F982AA
Tints of Tickle Me Pink #F982AA
RGB
CMYK
RGB Variations
Color information
#F982AA (or 0xF982AA) is known color: Tickle Me Pink. HEX triplet: F9, 82 and AA. RGB value is (249,130,170). Sum of RGB (Red+Green+Blue) = 249+130+170=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F982AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982AA is #067D55. Grayscale: #AAAAAA. Windows color (decimal): -425302 or 11174649. OLE color: 11174649.
HSL color Cylindrical-coordinate representation of color #F982AA: hue angle of 339.83º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982AA is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 170 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.02 |
| HSL | 339.83º | 0.91% | 0.74% | - |
| HSV(B) | 339.83º | 0.48% | 0.98% | - |
| XYZ | 54.31 | 39.01 | 42.7 | - |
| YUV | 170.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 170 | 0 | 0.48 | 0.32 | 0.02 | 339.83 | 0.91 | 0.74 |
| Hex | F9 | 82 | AA | 0 | 30 | 20 | 2 | 154 | 5B | 4A |
| Octal | 371 | 202 | 252 | 0 | 60 | 40 | 2 | 524 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10101010 | 0 | 110000 | 100000 | 10 | 101010100 | 1011011 | 1001010 |
Color Harmonies of #F982AA
Complementary color
Monochromatic Colors of #F982AA
Black with #F982AA
Text Example
Text Example
White with #F982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982AA; }
p { color: rgb(249,130,170); }
H1.HeaderClassName
{
color: #F982AA;
}
.AnyTagClassName
{
color: #F982AA;
}
</style>
background-color css
<style>
a { background-color: #F982AA; }
a { background-color: rgb(249,130,170); }
div.DivClassName
{
background-color: #F982AA;
}
.BgClassName
{
background-color: #F982AA;
}
</style>
border-color css
<style>
span { border-color: #F982AA; }
span { border-color: rgb(249,130,170); }
td.TdClassName
{
border-color: #F982AA;
}
.TagClassName
{
border-color: #F982AA;
}
</style>