Shades of Tickle Me Pink #F16DA1
Tints of Tickle Me Pink #F16DA1
RGB
CMYK
RGB Variations
Color information
#F16DA1 (or 0xF16DA1) is known color: Tickle Me Pink. HEX triplet: F1, 6D and A1. RGB value is (241,109,161). Sum of RGB (Red+Green+Blue) = 241+109+161=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DA1 is #0E925E. Grayscale: #9A9A9A. Windows color (decimal): -954975 or 10579441. OLE color: 10579441.
HSL color Cylindrical-coordinate representation of color #F16DA1: hue angle of 336.36º 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 #F16DA1 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 161 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.05 |
| HSL | 336.36º | 0.83% | 0.69% | - |
| HSV(B) | 336.36º | 0.55% | 0.95% | - |
| XYZ | 48.18 | 32.21 | 37.4 | - |
| YUV | 154.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 161 | 0 | 0.55 | 0.33 | 0.05 | 336.36 | 0.83 | 0.69 |
| Hex | F1 | 6D | A1 | 0 | 37 | 21 | 5 | 150 | 52 | 45 |
| Octal | 361 | 155 | 241 | 0 | 67 | 41 | 5 | 520 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10100001 | 0 | 110111 | 100001 | 101 | 101010000 | 1010010 | 1000101 |
Color Harmonies of #F16DA1
Complementary color
Monochromatic Colors of #F16DA1
Black with #F16DA1
Text Example
Text Example
White with #F16DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DA1; }
p { color: rgb(241,109,161); }
H1.HeaderClassName
{
color: #F16DA1;
}
.AnyTagClassName
{
color: #F16DA1;
}
</style>
background-color css
<style>
a { background-color: #F16DA1; }
a { background-color: rgb(241,109,161); }
div.DivClassName
{
background-color: #F16DA1;
}
.BgClassName
{
background-color: #F16DA1;
}
</style>
border-color css
<style>
span { border-color: #F16DA1; }
span { border-color: rgb(241,109,161); }
td.TdClassName
{
border-color: #F16DA1;
}
.TagClassName
{
border-color: #F16DA1;
}
</style>