Shades of Tickle Me Pink #F1749D
Tints of Tickle Me Pink #F1749D
RGB
CMYK
RGB Variations
Color information
#F1749D (or 0xF1749D) is known color: Tickle Me Pink. HEX triplet: F1, 74 and 9D. RGB value is (241,116,157). Sum of RGB (Red+Green+Blue) = 241+116+157=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1749D is #0E8B62. Grayscale: #9E9E9E. Windows color (decimal): -953187 or 10319089. OLE color: 10319089.
HSL color Cylindrical-coordinate representation of color #F1749D: hue angle of 340.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1749D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 157 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.05 |
| HSL | 340.32º | 0.82% | 0.7% | - |
| HSV(B) | 340.32º | 0.52% | 0.95% | - |
| XYZ | 48.61 | 33.63 | 35.83 | - |
| YUV | 158.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 157 | 0 | 0.52 | 0.35 | 0.05 | 340.32 | 0.82 | 0.7 |
| Hex | F1 | 74 | 9D | 0 | 34 | 23 | 5 | 154 | 52 | 46 |
| Octal | 361 | 164 | 235 | 0 | 64 | 43 | 5 | 524 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10011101 | 0 | 110100 | 100011 | 101 | 101010100 | 1010010 | 1000110 |
Color Harmonies of #F1749D
Complementary color
Monochromatic Colors of #F1749D
Black with #F1749D
Text Example
Text Example
White with #F1749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1749D; }
p { color: rgb(241,116,157); }
H1.HeaderClassName
{
color: #F1749D;
}
.AnyTagClassName
{
color: #F1749D;
}
</style>
background-color css
<style>
a { background-color: #F1749D; }
a { background-color: rgb(241,116,157); }
div.DivClassName
{
background-color: #F1749D;
}
.BgClassName
{
background-color: #F1749D;
}
</style>
border-color css
<style>
span { border-color: #F1749D; }
span { border-color: rgb(241,116,157); }
td.TdClassName
{
border-color: #F1749D;
}
.TagClassName
{
border-color: #F1749D;
}
</style>