Shades of Tickle Me Pink #F970A1
Tints of Tickle Me Pink #F970A1
RGB
CMYK
RGB Variations
Color information
#F970A1 (or 0xF970A1) is known color: Tickle Me Pink. HEX triplet: F9, 70 and A1. RGB value is (249,112,161). Sum of RGB (Red+Green+Blue) = 249+112+161=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A1 is #068F5E. Grayscale: #9E9E9E. Windows color (decimal): -429919 or 10580217. OLE color: 10580217.
HSL color Cylindrical-coordinate representation of color #F970A1: hue angle of 338.54º 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 #F970A1 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 161 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.02 |
| HSL | 338.54º | 0.92% | 0.71% | - |
| HSV(B) | 338.54º | 0.55% | 0.98% | - |
| XYZ | 51.29 | 34.3 | 37.64 | - |
| YUV | 158.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 161 | 0 | 0.55 | 0.35 | 0.02 | 338.54 | 0.92 | 0.71 |
| Hex | F9 | 70 | A1 | 0 | 37 | 23 | 2 | 153 | 5C | 47 |
| Octal | 371 | 160 | 241 | 0 | 67 | 43 | 2 | 523 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10100001 | 0 | 110111 | 100011 | 10 | 101010011 | 1011100 | 1000111 |
Color Harmonies of #F970A1
Complementary color
Monochromatic Colors of #F970A1
Black with #F970A1
Text Example
Text Example
White with #F970A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970A1; }
p { color: rgb(249,112,161); }
H1.HeaderClassName
{
color: #F970A1;
}
.AnyTagClassName
{
color: #F970A1;
}
</style>
background-color css
<style>
a { background-color: #F970A1; }
a { background-color: rgb(249,112,161); }
div.DivClassName
{
background-color: #F970A1;
}
.BgClassName
{
background-color: #F970A1;
}
</style>
border-color css
<style>
span { border-color: #F970A1; }
span { border-color: rgb(249,112,161); }
td.TdClassName
{
border-color: #F970A1;
}
.TagClassName
{
border-color: #F970A1;
}
</style>