Shades of Tickle Me Pink #F171A1
Tints of Tickle Me Pink #F171A1
RGB
CMYK
RGB Variations
Color information
#F171A1 (or 0xF171A1) is known color: Tickle Me Pink. HEX triplet: F1, 71 and A1. RGB value is (241,113,161). Sum of RGB (Red+Green+Blue) = 241+113+161=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F171A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171A1 is #0E8E5E. Grayscale: #9C9C9C. Windows color (decimal): -953951 or 10580465. OLE color: 10580465.
HSL color Cylindrical-coordinate representation of color #F171A1: hue angle of 337.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171A1 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 161 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.05 |
| HSL | 337.5º | 0.82% | 0.69% | - |
| HSV(B) | 337.5º | 0.53% | 0.95% | - |
| XYZ | 48.61 | 33.08 | 37.54 | - |
| YUV | 156.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 161 | 0 | 0.53 | 0.33 | 0.05 | 337.5 | 0.82 | 0.69 |
| Hex | F1 | 71 | A1 | 0 | 35 | 21 | 5 | 152 | 52 | 45 |
| Octal | 361 | 161 | 241 | 0 | 65 | 41 | 5 | 522 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10100001 | 0 | 110101 | 100001 | 101 | 101010010 | 1010010 | 1000101 |
Color Harmonies of #F171A1
Complementary color
Monochromatic Colors of #F171A1
Black with #F171A1
Text Example
Text Example
White with #F171A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171A1; }
p { color: rgb(241,113,161); }
H1.HeaderClassName
{
color: #F171A1;
}
.AnyTagClassName
{
color: #F171A1;
}
</style>
background-color css
<style>
a { background-color: #F171A1; }
a { background-color: rgb(241,113,161); }
div.DivClassName
{
background-color: #F171A1;
}
.BgClassName
{
background-color: #F171A1;
}
</style>
border-color css
<style>
span { border-color: #F171A1; }
span { border-color: rgb(241,113,161); }
td.TdClassName
{
border-color: #F171A1;
}
.TagClassName
{
border-color: #F171A1;
}
</style>