Shades of Tickle Me Pink #F970A2
Tints of Tickle Me Pink #F970A2
RGB
CMYK
RGB Variations
Color information
#F970A2 (or 0xF970A2) is known color: Tickle Me Pink. HEX triplet: F9, 70 and A2. RGB value is (249,112,162). Sum of RGB (Red+Green+Blue) = 249+112+162=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A2 is #068F5D. Grayscale: #9E9E9E. Windows color (decimal): -429918 or 10645753. OLE color: 10645753.
HSL color Cylindrical-coordinate representation of color #F970A2: hue angle of 338.1º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970A2 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 162 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.02 |
| HSL | 338.1º | 0.92% | 0.71% | - |
| HSV(B) | 338.1º | 0.55% | 0.98% | - |
| XYZ | 51.38 | 34.34 | 38.1 | - |
| YUV | 158.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 162 | 0 | 0.55 | 0.35 | 0.02 | 338.1 | 0.92 | 0.71 |
| Hex | F9 | 70 | A2 | 0 | 37 | 23 | 2 | 152 | 5C | 47 |
| Octal | 371 | 160 | 242 | 0 | 67 | 43 | 2 | 522 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10100010 | 0 | 110111 | 100011 | 10 | 101010010 | 1011100 | 1000111 |
Color Harmonies of #F970A2
Complementary color
Monochromatic Colors of #F970A2
Black with #F970A2
Text Example
Text Example
White with #F970A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970A2; }
p { color: rgb(249,112,162); }
H1.HeaderClassName
{
color: #F970A2;
}
.AnyTagClassName
{
color: #F970A2;
}
</style>
background-color css
<style>
a { background-color: #F970A2; }
a { background-color: rgb(249,112,162); }
div.DivClassName
{
background-color: #F970A2;
}
.BgClassName
{
background-color: #F970A2;
}
</style>
border-color css
<style>
span { border-color: #F970A2; }
span { border-color: rgb(249,112,162); }
td.TdClassName
{
border-color: #F970A2;
}
.TagClassName
{
border-color: #F970A2;
}
</style>