Shades of Tickle Me Pink #F971A1
Tints of Tickle Me Pink #F971A1
RGB
CMYK
RGB Variations
Color information
#F971A1 (or 0xF971A1) is known color: Tickle Me Pink. HEX triplet: F9, 71 and A1. RGB value is (249,113,161). Sum of RGB (Red+Green+Blue) = 249+113+161=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F971A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F971A1 is #068E5E. Grayscale: #9F9F9F. Windows color (decimal): -429663 or 10580473. OLE color: 10580473.
HSL color Cylindrical-coordinate representation of color #F971A1: hue angle of 338.82º 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 #F971A1 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 161 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.02 |
| HSL | 338.82º | 0.92% | 0.71% | - |
| HSV(B) | 338.82º | 0.55% | 0.98% | - |
| XYZ | 51.41 | 34.52 | 37.67 | - |
| YUV | 159.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 161 | 0 | 0.55 | 0.35 | 0.02 | 338.82 | 0.92 | 0.71 |
| Hex | F9 | 71 | A1 | 0 | 37 | 23 | 2 | 153 | 5C | 47 |
| Octal | 371 | 161 | 241 | 0 | 67 | 43 | 2 | 523 | 134 | 107 |
| Binary | 11111001 | 1110001 | 10100001 | 0 | 110111 | 100011 | 10 | 101010011 | 1011100 | 1000111 |
Color Harmonies of #F971A1
Complementary color
Monochromatic Colors of #F971A1
Black with #F971A1
Text Example
Text Example
White with #F971A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971A1; }
p { color: rgb(249,113,161); }
H1.HeaderClassName
{
color: #F971A1;
}
.AnyTagClassName
{
color: #F971A1;
}
</style>
background-color css
<style>
a { background-color: #F971A1; }
a { background-color: rgb(249,113,161); }
div.DivClassName
{
background-color: #F971A1;
}
.BgClassName
{
background-color: #F971A1;
}
</style>
border-color css
<style>
span { border-color: #F971A1; }
span { border-color: rgb(249,113,161); }
td.TdClassName
{
border-color: #F971A1;
}
.TagClassName
{
border-color: #F971A1;
}
</style>