Shades of Tickle Me Pink #F2849D
Tints of Tickle Me Pink #F2849D
RGB
CMYK
RGB Variations
Color information
#F2849D (or 0xF2849D) is known color: Tickle Me Pink. HEX triplet: F2, 84 and 9D. RGB value is (242,132,157). Sum of RGB (Red+Green+Blue) = 242+132+157=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2849D is #0D7B62. Grayscale: #A7A7A7. Windows color (decimal): -883555 or 10323186. OLE color: 10323186.
HSL color Cylindrical-coordinate representation of color #F2849D: hue angle of 346.36º 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 #F2849D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 157 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.05 |
| HSL | 346.36º | 0.81% | 0.73% | - |
| HSV(B) | 346.36º | 0.45% | 0.95% | - |
| XYZ | 50.96 | 37.81 | 36.51 | - |
| YUV | 167.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 157 | 0 | 0.45 | 0.35 | 0.05 | 346.36 | 0.81 | 0.73 |
| Hex | F2 | 84 | 9D | 0 | 2D | 23 | 5 | 15A | 51 | 49 |
| Octal | 362 | 204 | 235 | 0 | 55 | 43 | 5 | 532 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10011101 | 0 | 101101 | 100011 | 101 | 101011010 | 1010001 | 1001001 |
Color Harmonies of #F2849D
Complementary color
Monochromatic Colors of #F2849D
Black with #F2849D
Text Example
Text Example
White with #F2849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2849D; }
p { color: rgb(242,132,157); }
H1.HeaderClassName
{
color: #F2849D;
}
.AnyTagClassName
{
color: #F2849D;
}
</style>
background-color css
<style>
a { background-color: #F2849D; }
a { background-color: rgb(242,132,157); }
div.DivClassName
{
background-color: #F2849D;
}
.BgClassName
{
background-color: #F2849D;
}
</style>
border-color css
<style>
span { border-color: #F2849D; }
span { border-color: rgb(242,132,157); }
td.TdClassName
{
border-color: #F2849D;
}
.TagClassName
{
border-color: #F2849D;
}
</style>