Shades of Tickle Me Pink #F975A0
Tints of Tickle Me Pink #F975A0
RGB
CMYK
RGB Variations
Color information
#F975A0 (or 0xF975A0) is known color: Tickle Me Pink. HEX triplet: F9, 75 and A0. RGB value is (249,117,160). Sum of RGB (Red+Green+Blue) = 249+117+160=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F975A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975A0 is #068A5F. Grayscale: #A1A1A1. Windows color (decimal): -428640 or 10515961. OLE color: 10515961.
HSL color Cylindrical-coordinate representation of color #F975A0: hue angle of 340.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975A0 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 160 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.02 |
| HSL | 340.45º | 0.92% | 0.72% | - |
| HSV(B) | 340.45º | 0.53% | 0.98% | - |
| XYZ | 51.77 | 35.4 | 37.36 | - |
| YUV | 161.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 160 | 0 | 0.53 | 0.36 | 0.02 | 340.45 | 0.92 | 0.72 |
| Hex | F9 | 75 | A0 | 0 | 35 | 24 | 2 | 154 | 5C | 48 |
| Octal | 371 | 165 | 240 | 0 | 65 | 44 | 2 | 524 | 134 | 110 |
| Binary | 11111001 | 1110101 | 10100000 | 0 | 110101 | 100100 | 10 | 101010100 | 1011100 | 1001000 |
Color Harmonies of #F975A0
Complementary color
Monochromatic Colors of #F975A0
Black with #F975A0
Text Example
Text Example
White with #F975A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975A0; }
p { color: rgb(249,117,160); }
H1.HeaderClassName
{
color: #F975A0;
}
.AnyTagClassName
{
color: #F975A0;
}
</style>
background-color css
<style>
a { background-color: #F975A0; }
a { background-color: rgb(249,117,160); }
div.DivClassName
{
background-color: #F975A0;
}
.BgClassName
{
background-color: #F975A0;
}
</style>
border-color css
<style>
span { border-color: #F975A0; }
span { border-color: rgb(249,117,160); }
td.TdClassName
{
border-color: #F975A0;
}
.TagClassName
{
border-color: #F975A0;
}
</style>