Shades of Tickle Me Pink #F98299
Tints of Tickle Me Pink #F98299
RGB
CMYK
RGB Variations
Color information
#F98299 (or 0xF98299) is known color: Tickle Me Pink. HEX triplet: F9, 82 and 99. RGB value is (249,130,153). Sum of RGB (Red+Green+Blue) = 249+130+153=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F98299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98299 is #067D66. Grayscale: #A8A8A8. Windows color (decimal): -425319 or 10060537. OLE color: 10060537.
HSL color Cylindrical-coordinate representation of color #F98299: hue angle of 348.4º 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 #F98299 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 153 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.02 |
| HSL | 348.4º | 0.91% | 0.74% | - |
| HSV(B) | 348.4º | 0.48% | 0.98% | - |
| XYZ | 52.8 | 38.4 | 34.77 | - |
| YUV | 168.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 153 | 0 | 0.48 | 0.39 | 0.02 | 348.4 | 0.91 | 0.74 |
| Hex | F9 | 82 | 99 | 0 | 30 | 27 | 2 | 15C | 5B | 4A |
| Octal | 371 | 202 | 231 | 0 | 60 | 47 | 2 | 534 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10011001 | 0 | 110000 | 100111 | 10 | 101011100 | 1011011 | 1001010 |
Color Harmonies of #F98299
Complementary color
Monochromatic Colors of #F98299
Black with #F98299
Text Example
Text Example
White with #F98299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98299; }
p { color: rgb(249,130,153); }
H1.HeaderClassName
{
color: #F98299;
}
.AnyTagClassName
{
color: #F98299;
}
</style>
background-color css
<style>
a { background-color: #F98299; }
a { background-color: rgb(249,130,153); }
div.DivClassName
{
background-color: #F98299;
}
.BgClassName
{
background-color: #F98299;
}
</style>
border-color css
<style>
span { border-color: #F98299; }
span { border-color: rgb(249,130,153); }
td.TdClassName
{
border-color: #F98299;
}
.TagClassName
{
border-color: #F98299;
}
</style>