Shades of Tickle Me Pink #F2849E
Tints of Tickle Me Pink #F2849E
RGB
CMYK
RGB Variations
Color information
#F2849E (or 0xF2849E) is known color: Tickle Me Pink. HEX triplet: F2, 84 and 9E. RGB value is (242,132,158). Sum of RGB (Red+Green+Blue) = 242+132+158=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2849E is #0D7B61. Grayscale: #A7A7A7. Windows color (decimal): -883554 or 10388722. OLE color: 10388722.
HSL color Cylindrical-coordinate representation of color #F2849E: hue angle of 345.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2849E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 158 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.05 |
| HSL | 345.82º | 0.81% | 0.73% | - |
| HSV(B) | 345.82º | 0.45% | 0.95% | - |
| XYZ | 51.04 | 37.85 | 36.96 | - |
| YUV | 167.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 158 | 0 | 0.45 | 0.35 | 0.05 | 345.82 | 0.81 | 0.73 |
| Hex | F2 | 84 | 9E | 0 | 2D | 23 | 5 | 15A | 51 | 49 |
| Octal | 362 | 204 | 236 | 0 | 55 | 43 | 5 | 532 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10011110 | 0 | 101101 | 100011 | 101 | 101011010 | 1010001 | 1001001 |
Color Harmonies of #F2849E
Complementary color
Monochromatic Colors of #F2849E
Black with #F2849E
Text Example
Text Example
White with #F2849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2849E; }
p { color: rgb(242,132,158); }
H1.HeaderClassName
{
color: #F2849E;
}
.AnyTagClassName
{
color: #F2849E;
}
</style>
background-color css
<style>
a { background-color: #F2849E; }
a { background-color: rgb(242,132,158); }
div.DivClassName
{
background-color: #F2849E;
}
.BgClassName
{
background-color: #F2849E;
}
</style>
border-color css
<style>
span { border-color: #F2849E; }
span { border-color: rgb(242,132,158); }
td.TdClassName
{
border-color: #F2849E;
}
.TagClassName
{
border-color: #F2849E;
}
</style>