Shades of Tickle Me Pink #F2759B
Tints of Tickle Me Pink #F2759B
RGB
CMYK
RGB Variations
Color information
#F2759B (or 0xF2759B) is known color: Tickle Me Pink. HEX triplet: F2, 75 and 9B. RGB value is (242,117,155). Sum of RGB (Red+Green+Blue) = 242+117+155=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2759B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2759B is #0D8A64. Grayscale: #9E9E9E. Windows color (decimal): -887397 or 10188274. OLE color: 10188274.
HSL color Cylindrical-coordinate representation of color #F2759B: hue angle of 341.76º 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 #F2759B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 155 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.05 |
| HSL | 341.76º | 0.83% | 0.7% | - |
| HSV(B) | 341.76º | 0.52% | 0.95% | - |
| XYZ | 48.9 | 33.97 | 34.99 | - |
| YUV | 158.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 155 | 0 | 0.52 | 0.36 | 0.05 | 341.76 | 0.83 | 0.7 |
| Hex | F2 | 75 | 9B | 0 | 34 | 24 | 5 | 156 | 53 | 46 |
| Octal | 362 | 165 | 233 | 0 | 64 | 44 | 5 | 526 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10011011 | 0 | 110100 | 100100 | 101 | 101010110 | 1010011 | 1000110 |
Color Harmonies of #F2759B
Complementary color
Monochromatic Colors of #F2759B
Black with #F2759B
Text Example
Text Example
White with #F2759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2759B; }
p { color: rgb(242,117,155); }
H1.HeaderClassName
{
color: #F2759B;
}
.AnyTagClassName
{
color: #F2759B;
}
</style>
background-color css
<style>
a { background-color: #F2759B; }
a { background-color: rgb(242,117,155); }
div.DivClassName
{
background-color: #F2759B;
}
.BgClassName
{
background-color: #F2759B;
}
</style>
border-color css
<style>
span { border-color: #F2759B; }
span { border-color: rgb(242,117,155); }
td.TdClassName
{
border-color: #F2759B;
}
.TagClassName
{
border-color: #F2759B;
}
</style>