Shades of Tickle Me Pink #F26D9C
Tints of Tickle Me Pink #F26D9C
RGB
CMYK
RGB Variations
Color information
#F26D9C (or 0xF26D9C) is known color: Tickle Me Pink. HEX triplet: F2, 6D and 9C. RGB value is (242,109,156). Sum of RGB (Red+Green+Blue) = 242+109+156=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D9C is #0D9263. Grayscale: #9A9A9A. Windows color (decimal): -889444 or 10251762. OLE color: 10251762.
HSL color Cylindrical-coordinate representation of color #F26D9C: hue angle of 338.8º 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 #F26D9C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 156 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.05 |
| HSL | 338.8º | 0.84% | 0.69% | - |
| HSV(B) | 338.8º | 0.55% | 0.95% | - |
| XYZ | 48.09 | 32.21 | 35.14 | - |
| YUV | 154.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 156 | 0 | 0.55 | 0.36 | 0.05 | 338.8 | 0.84 | 0.69 |
| Hex | F2 | 6D | 9C | 0 | 37 | 24 | 5 | 153 | 54 | 45 |
| Octal | 362 | 155 | 234 | 0 | 67 | 44 | 5 | 523 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10011100 | 0 | 110111 | 100100 | 101 | 101010011 | 1010100 | 1000101 |
Color Harmonies of #F26D9C
Complementary color
Monochromatic Colors of #F26D9C
Black with #F26D9C
Text Example
Text Example
White with #F26D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D9C; }
p { color: rgb(242,109,156); }
H1.HeaderClassName
{
color: #F26D9C;
}
.AnyTagClassName
{
color: #F26D9C;
}
</style>
background-color css
<style>
a { background-color: #F26D9C; }
a { background-color: rgb(242,109,156); }
div.DivClassName
{
background-color: #F26D9C;
}
.BgClassName
{
background-color: #F26D9C;
}
</style>
border-color css
<style>
span { border-color: #F26D9C; }
span { border-color: rgb(242,109,156); }
td.TdClassName
{
border-color: #F26D9C;
}
.TagClassName
{
border-color: #F26D9C;
}
</style>