Shades of Tickle Me Pink #F182AD
Tints of Tickle Me Pink #F182AD
RGB
CMYK
RGB Variations
Color information
#F182AD (or 0xF182AD) is known color: Tickle Me Pink. HEX triplet: F1, 82 and AD. RGB value is (241,130,173). Sum of RGB (Red+Green+Blue) = 241+130+173=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F182AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182AD is #0E7D52. Grayscale: #A8A8A8. Windows color (decimal): -949587 or 11371249. OLE color: 11371249.
HSL color Cylindrical-coordinate representation of color #F182AD: hue angle of 336.76º 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 #F182AD is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 173 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.05 |
| HSL | 336.76º | 0.8% | 0.73% | - |
| HSV(B) | 336.76º | 0.46% | 0.95% | - |
| XYZ | 51.8 | 37.68 | 44.08 | - |
| YUV | 168.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 173 | 0 | 0.46 | 0.28 | 0.05 | 336.76 | 0.8 | 0.73 |
| Hex | F1 | 82 | AD | 0 | 2E | 1C | 5 | 151 | 50 | 49 |
| Octal | 361 | 202 | 255 | 0 | 56 | 34 | 5 | 521 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10101101 | 0 | 101110 | 11100 | 101 | 101010001 | 1010000 | 1001001 |
Color Harmonies of #F182AD
Complementary color
Monochromatic Colors of #F182AD
Black with #F182AD
Text Example
Text Example
White with #F182AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182AD; }
p { color: rgb(241,130,173); }
H1.HeaderClassName
{
color: #F182AD;
}
.AnyTagClassName
{
color: #F182AD;
}
</style>
background-color css
<style>
a { background-color: #F182AD; }
a { background-color: rgb(241,130,173); }
div.DivClassName
{
background-color: #F182AD;
}
.BgClassName
{
background-color: #F182AD;
}
</style>
border-color css
<style>
span { border-color: #F182AD; }
span { border-color: rgb(241,130,173); }
td.TdClassName
{
border-color: #F182AD;
}
.TagClassName
{
border-color: #F182AD;
}
</style>