Shades of Tickle Me Pink #F182A1
Tints of Tickle Me Pink #F182A1
RGB
CMYK
RGB Variations
Color information
#F182A1 (or 0xF182A1) is known color: Tickle Me Pink. HEX triplet: F1, 82 and A1. RGB value is (241,130,161). Sum of RGB (Red+Green+Blue) = 241+130+161=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F182A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182A1 is #0E7D5E. Grayscale: #A6A6A6. Windows color (decimal): -949599 or 10584817. OLE color: 10584817.
HSL color Cylindrical-coordinate representation of color #F182A1: hue angle of 343.24º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F182A1 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 161 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.05 |
| HSL | 343.24º | 0.8% | 0.73% | - |
| HSV(B) | 343.24º | 0.46% | 0.95% | - |
| XYZ | 50.69 | 37.24 | 38.23 | - |
| YUV | 166.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 161 | 0 | 0.46 | 0.33 | 0.05 | 343.24 | 0.8 | 0.73 |
| Hex | F1 | 82 | A1 | 0 | 2E | 21 | 5 | 157 | 50 | 49 |
| Octal | 361 | 202 | 241 | 0 | 56 | 41 | 5 | 527 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10100001 | 0 | 101110 | 100001 | 101 | 101010111 | 1010000 | 1001001 |
Color Harmonies of #F182A1
Complementary color
Monochromatic Colors of #F182A1
Black with #F182A1
Text Example
Text Example
White with #F182A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182A1; }
p { color: rgb(241,130,161); }
H1.HeaderClassName
{
color: #F182A1;
}
.AnyTagClassName
{
color: #F182A1;
}
</style>
background-color css
<style>
a { background-color: #F182A1; }
a { background-color: rgb(241,130,161); }
div.DivClassName
{
background-color: #F182A1;
}
.BgClassName
{
background-color: #F182A1;
}
</style>
border-color css
<style>
span { border-color: #F182A1; }
span { border-color: rgb(241,130,161); }
td.TdClassName
{
border-color: #F182A1;
}
.TagClassName
{
border-color: #F182A1;
}
</style>