Shades of Tickle Me Pink #F16D9D
Tints of Tickle Me Pink #F16D9D
RGB
CMYK
RGB Variations
Color information
#F16D9D (or 0xF16D9D) is known color: Tickle Me Pink. HEX triplet: F1, 6D and 9D. RGB value is (241,109,157). Sum of RGB (Red+Green+Blue) = 241+109+157=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D9D is #0E9262. Grayscale: #999999. Windows color (decimal): -954979 or 10317297. OLE color: 10317297.
HSL color Cylindrical-coordinate representation of color #F16D9D: hue angle of 338.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D9D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 157 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.05 |
| HSL | 338.18º | 0.83% | 0.69% | - |
| HSV(B) | 338.18º | 0.55% | 0.95% | - |
| XYZ | 47.83 | 32.07 | 35.57 | - |
| YUV | 153.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 157 | 0 | 0.55 | 0.35 | 0.05 | 338.18 | 0.83 | 0.69 |
| Hex | F1 | 6D | 9D | 0 | 37 | 23 | 5 | 152 | 52 | 45 |
| Octal | 361 | 155 | 235 | 0 | 67 | 43 | 5 | 522 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10011101 | 0 | 110111 | 100011 | 101 | 101010010 | 1010010 | 1000101 |
Color Harmonies of #F16D9D
Complementary color
Monochromatic Colors of #F16D9D
Black with #F16D9D
Text Example
Text Example
White with #F16D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D9D; }
p { color: rgb(241,109,157); }
H1.HeaderClassName
{
color: #F16D9D;
}
.AnyTagClassName
{
color: #F16D9D;
}
</style>
background-color css
<style>
a { background-color: #F16D9D; }
a { background-color: rgb(241,109,157); }
div.DivClassName
{
background-color: #F16D9D;
}
.BgClassName
{
background-color: #F16D9D;
}
</style>
border-color css
<style>
span { border-color: #F16D9D; }
span { border-color: rgb(241,109,157); }
td.TdClassName
{
border-color: #F16D9D;
}
.TagClassName
{
border-color: #F16D9D;
}
</style>