Shades of Tickle Me Pink #F26C9F
Tints of Tickle Me Pink #F26C9F
RGB
CMYK
RGB Variations
Color information
#F26C9F (or 0xF26C9F) is known color: Tickle Me Pink. HEX triplet: F2, 6C and 9F. RGB value is (242,108,159). Sum of RGB (Red+Green+Blue) = 242+108+159=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C9F is #0D9360. Grayscale: #999999. Windows color (decimal): -889697 or 10448114. OLE color: 10448114.
HSL color Cylindrical-coordinate representation of color #F26C9F: hue angle of 337.16º 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 #F26C9F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 159 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.05 |
| HSL | 337.16º | 0.84% | 0.69% | - |
| HSV(B) | 337.16º | 0.55% | 0.95% | - |
| XYZ | 48.24 | 32.11 | 36.46 | - |
| YUV | 153.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 159 | 0 | 0.55 | 0.34 | 0.05 | 337.16 | 0.84 | 0.69 |
| Hex | F2 | 6C | 9F | 0 | 37 | 22 | 5 | 151 | 54 | 45 |
| Octal | 362 | 154 | 237 | 0 | 67 | 42 | 5 | 521 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10011111 | 0 | 110111 | 100010 | 101 | 101010001 | 1010100 | 1000101 |
Color Harmonies of #F26C9F
Complementary color
Monochromatic Colors of #F26C9F
Black with #F26C9F
Text Example
Text Example
White with #F26C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C9F; }
p { color: rgb(242,108,159); }
H1.HeaderClassName
{
color: #F26C9F;
}
.AnyTagClassName
{
color: #F26C9F;
}
</style>
background-color css
<style>
a { background-color: #F26C9F; }
a { background-color: rgb(242,108,159); }
div.DivClassName
{
background-color: #F26C9F;
}
.BgClassName
{
background-color: #F26C9F;
}
</style>
border-color css
<style>
span { border-color: #F26C9F; }
span { border-color: rgb(242,108,159); }
td.TdClassName
{
border-color: #F26C9F;
}
.TagClassName
{
border-color: #F26C9F;
}
</style>