Shades of Tickle Me Pink #F182AF
Tints of Tickle Me Pink #F182AF
RGB
CMYK
RGB Variations
Color information
#F182AF (or 0xF182AF) is known color: Tickle Me Pink. HEX triplet: F1, 82 and AF. RGB value is (241,130,175). Sum of RGB (Red+Green+Blue) = 241+130+175=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F182AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182AF is #0E7D50. Grayscale: #A8A8A8. Windows color (decimal): -949585 or 11502321. OLE color: 11502321.
HSL color Cylindrical-coordinate representation of color #F182AF: hue angle of 335.68º 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 #F182AF is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 175 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.05 |
| HSL | 335.68º | 0.8% | 0.73% | - |
| HSV(B) | 335.68º | 0.46% | 0.95% | - |
| XYZ | 52 | 37.76 | 45.11 | - |
| YUV | 168.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 175 | 0 | 0.46 | 0.27 | 0.05 | 335.68 | 0.8 | 0.73 |
| Hex | F1 | 82 | AF | 0 | 2E | 1B | 5 | 150 | 50 | 49 |
| Octal | 361 | 202 | 257 | 0 | 56 | 33 | 5 | 520 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10101111 | 0 | 101110 | 11011 | 101 | 101010000 | 1010000 | 1001001 |
Color Harmonies of #F182AF
Complementary color
Monochromatic Colors of #F182AF
Black with #F182AF
Text Example
Text Example
White with #F182AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182AF; }
p { color: rgb(241,130,175); }
H1.HeaderClassName
{
color: #F182AF;
}
.AnyTagClassName
{
color: #F182AF;
}
</style>
background-color css
<style>
a { background-color: #F182AF; }
a { background-color: rgb(241,130,175); }
div.DivClassName
{
background-color: #F182AF;
}
.BgClassName
{
background-color: #F182AF;
}
</style>
border-color css
<style>
span { border-color: #F182AF; }
span { border-color: rgb(241,130,175); }
td.TdClassName
{
border-color: #F182AF;
}
.TagClassName
{
border-color: #F182AF;
}
</style>