Shades of Tickle Me Pink #F182A5
Tints of Tickle Me Pink #F182A5
RGB
CMYK
RGB Variations
Color information
#F182A5 (or 0xF182A5) is known color: Tickle Me Pink. HEX triplet: F1, 82 and A5. RGB value is (241,130,165). Sum of RGB (Red+Green+Blue) = 241+130+165=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F182A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182A5 is #0E7D5A. Grayscale: #A7A7A7. Windows color (decimal): -949595 or 10846961. OLE color: 10846961.
HSL color Cylindrical-coordinate representation of color #F182A5: hue angle of 341.08º 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 #F182A5 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 165 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.05 |
| HSL | 341.08º | 0.8% | 0.73% | - |
| HSV(B) | 341.08º | 0.46% | 0.95% | - |
| XYZ | 51.05 | 37.38 | 40.12 | - |
| YUV | 167.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 165 | 0 | 0.46 | 0.32 | 0.05 | 341.08 | 0.8 | 0.73 |
| Hex | F1 | 82 | A5 | 0 | 2E | 20 | 5 | 155 | 50 | 49 |
| Octal | 361 | 202 | 245 | 0 | 56 | 40 | 5 | 525 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10100101 | 0 | 101110 | 100000 | 101 | 101010101 | 1010000 | 1001001 |
Color Harmonies of #F182A5
Complementary color
Monochromatic Colors of #F182A5
Black with #F182A5
Text Example
Text Example
White with #F182A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182A5; }
p { color: rgb(241,130,165); }
H1.HeaderClassName
{
color: #F182A5;
}
.AnyTagClassName
{
color: #F182A5;
}
</style>
background-color css
<style>
a { background-color: #F182A5; }
a { background-color: rgb(241,130,165); }
div.DivClassName
{
background-color: #F182A5;
}
.BgClassName
{
background-color: #F182A5;
}
</style>
border-color css
<style>
span { border-color: #F182A5; }
span { border-color: rgb(241,130,165); }
td.TdClassName
{
border-color: #F182A5;
}
.TagClassName
{
border-color: #F182A5;
}
</style>