Shades of Tickle Me Pink #F2759E
Tints of Tickle Me Pink #F2759E
RGB
CMYK
RGB Variations
Color information
#F2759E (or 0xF2759E) is known color: Tickle Me Pink. HEX triplet: F2, 75 and 9E. RGB value is (242,117,158). Sum of RGB (Red+Green+Blue) = 242+117+158=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2759E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2759E is #0D8A61. Grayscale: #9F9F9F. Windows color (decimal): -887394 or 10384882. OLE color: 10384882.
HSL color Cylindrical-coordinate representation of color #F2759E: hue angle of 340.32º degrees, saturation: 0.83, 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 #F2759E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 158 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.05 |
| HSL | 340.32º | 0.83% | 0.7% | - |
| HSV(B) | 340.32º | 0.52% | 0.95% | - |
| XYZ | 49.15 | 34.07 | 36.33 | - |
| YUV | 159.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 158 | 0 | 0.52 | 0.35 | 0.05 | 340.32 | 0.83 | 0.7 |
| Hex | F2 | 75 | 9E | 0 | 34 | 23 | 5 | 154 | 53 | 46 |
| Octal | 362 | 165 | 236 | 0 | 64 | 43 | 5 | 524 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10011110 | 0 | 110100 | 100011 | 101 | 101010100 | 1010011 | 1000110 |
Color Harmonies of #F2759E
Complementary color
Monochromatic Colors of #F2759E
Black with #F2759E
Text Example
Text Example
White with #F2759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2759E; }
p { color: rgb(242,117,158); }
H1.HeaderClassName
{
color: #F2759E;
}
.AnyTagClassName
{
color: #F2759E;
}
</style>
background-color css
<style>
a { background-color: #F2759E; }
a { background-color: rgb(242,117,158); }
div.DivClassName
{
background-color: #F2759E;
}
.BgClassName
{
background-color: #F2759E;
}
</style>
border-color css
<style>
span { border-color: #F2759E; }
span { border-color: rgb(242,117,158); }
td.TdClassName
{
border-color: #F2759E;
}
.TagClassName
{
border-color: #F2759E;
}
</style>