Shades of Tickle Me Pink #F26D9F
Tints of Tickle Me Pink #F26D9F
RGB
CMYK
RGB Variations
Color information
#F26D9F (or 0xF26D9F) is known color: Tickle Me Pink. HEX triplet: F2, 6D and 9F. RGB value is (242,109,159). Sum of RGB (Red+Green+Blue) = 242+109+159=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D9F is #0D9260. Grayscale: #9A9A9A. Windows color (decimal): -889441 or 10448370. OLE color: 10448370.
HSL color Cylindrical-coordinate representation of color #F26D9F: hue angle of 337.44º 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 #F26D9F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 159 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.05 |
| HSL | 337.44º | 0.84% | 0.69% | - |
| HSV(B) | 337.44º | 0.55% | 0.95% | - |
| XYZ | 48.34 | 32.32 | 36.49 | - |
| YUV | 154.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 159 | 0 | 0.55 | 0.34 | 0.05 | 337.44 | 0.84 | 0.69 |
| Hex | F2 | 6D | 9F | 0 | 37 | 22 | 5 | 151 | 54 | 45 |
| Octal | 362 | 155 | 237 | 0 | 67 | 42 | 5 | 521 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10011111 | 0 | 110111 | 100010 | 101 | 101010001 | 1010100 | 1000101 |
Color Harmonies of #F26D9F
Complementary color
Monochromatic Colors of #F26D9F
Black with #F26D9F
Text Example
Text Example
White with #F26D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D9F; }
p { color: rgb(242,109,159); }
H1.HeaderClassName
{
color: #F26D9F;
}
.AnyTagClassName
{
color: #F26D9F;
}
</style>
background-color css
<style>
a { background-color: #F26D9F; }
a { background-color: rgb(242,109,159); }
div.DivClassName
{
background-color: #F26D9F;
}
.BgClassName
{
background-color: #F26D9F;
}
</style>
border-color css
<style>
span { border-color: #F26D9F; }
span { border-color: rgb(242,109,159); }
td.TdClassName
{
border-color: #F26D9F;
}
.TagClassName
{
border-color: #F26D9F;
}
</style>