Shades of Tickle Me Pink #F26E9F
Tints of Tickle Me Pink #F26E9F
RGB
CMYK
RGB Variations
Color information
#F26E9F (or 0xF26E9F) is known color: Tickle Me Pink. HEX triplet: F2, 6E and 9F. RGB value is (242,110,159). Sum of RGB (Red+Green+Blue) = 242+110+159=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26E9F is #0D9160. Grayscale: #9A9A9A. Windows color (decimal): -889185 or 10448626. OLE color: 10448626.
HSL color Cylindrical-coordinate representation of color #F26E9F: hue angle of 337.73º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26E9F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 159 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.05 |
| HSL | 337.73º | 0.84% | 0.69% | - |
| HSV(B) | 337.73º | 0.55% | 0.95% | - |
| XYZ | 48.45 | 32.53 | 36.53 | - |
| YUV | 155.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 159 | 0 | 0.55 | 0.34 | 0.05 | 337.73 | 0.84 | 0.69 |
| Hex | F2 | 6E | 9F | 0 | 37 | 22 | 5 | 152 | 54 | 45 |
| Octal | 362 | 156 | 237 | 0 | 67 | 42 | 5 | 522 | 124 | 105 |
| Binary | 11110010 | 1101110 | 10011111 | 0 | 110111 | 100010 | 101 | 101010010 | 1010100 | 1000101 |
Color Harmonies of #F26E9F
Complementary color
Monochromatic Colors of #F26E9F
Black with #F26E9F
Text Example
Text Example
White with #F26E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E9F; }
p { color: rgb(242,110,159); }
H1.HeaderClassName
{
color: #F26E9F;
}
.AnyTagClassName
{
color: #F26E9F;
}
</style>
background-color css
<style>
a { background-color: #F26E9F; }
a { background-color: rgb(242,110,159); }
div.DivClassName
{
background-color: #F26E9F;
}
.BgClassName
{
background-color: #F26E9F;
}
</style>
border-color css
<style>
span { border-color: #F26E9F; }
span { border-color: rgb(242,110,159); }
td.TdClassName
{
border-color: #F26E9F;
}
.TagClassName
{
border-color: #F26E9F;
}
</style>