Shades of Tickle Me Pink #F2859E
Tints of Tickle Me Pink #F2859E
RGB
CMYK
RGB Variations
Color information
#F2859E (or 0xF2859E) is known color: Tickle Me Pink. HEX triplet: F2, 85 and 9E. RGB value is (242,133,158). Sum of RGB (Red+Green+Blue) = 242+133+158=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2859E is #0D7A61. Grayscale: #A8A8A8. Windows color (decimal): -883298 or 10388978. OLE color: 10388978.
HSL color Cylindrical-coordinate representation of color #F2859E: hue angle of 346.24º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2859E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 158 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.05 |
| HSL | 346.24º | 0.81% | 0.74% | - |
| HSV(B) | 346.24º | 0.45% | 0.95% | - |
| XYZ | 51.18 | 38.12 | 37.01 | - |
| YUV | 168.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 158 | 0 | 0.45 | 0.35 | 0.05 | 346.24 | 0.81 | 0.74 |
| Hex | F2 | 85 | 9E | 0 | 2D | 23 | 5 | 15A | 51 | 4A |
| Octal | 362 | 205 | 236 | 0 | 55 | 43 | 5 | 532 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10011110 | 0 | 101101 | 100011 | 101 | 101011010 | 1010001 | 1001010 |
Color Harmonies of #F2859E
Complementary color
Monochromatic Colors of #F2859E
Black with #F2859E
Text Example
Text Example
White with #F2859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2859E; }
p { color: rgb(242,133,158); }
H1.HeaderClassName
{
color: #F2859E;
}
.AnyTagClassName
{
color: #F2859E;
}
</style>
background-color css
<style>
a { background-color: #F2859E; }
a { background-color: rgb(242,133,158); }
div.DivClassName
{
background-color: #F2859E;
}
.BgClassName
{
background-color: #F2859E;
}
</style>
border-color css
<style>
span { border-color: #F2859E; }
span { border-color: rgb(242,133,158); }
td.TdClassName
{
border-color: #F2859E;
}
.TagClassName
{
border-color: #F2859E;
}
</style>