Shades of Tickle Me Pink #F26DA2
Tints of Tickle Me Pink #F26DA2
RGB
CMYK
RGB Variations
Color information
#F26DA2 (or 0xF26DA2) is known color: Tickle Me Pink. HEX triplet: F2, 6D and A2. RGB value is (242,109,162). Sum of RGB (Red+Green+Blue) = 242+109+162=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DA2 is #0D925D. Grayscale: #9A9A9A. Windows color (decimal): -889438 or 10644978. OLE color: 10644978.
HSL color Cylindrical-coordinate representation of color #F26DA2: hue angle of 336.09º 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 #F26DA2 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 162 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.05 |
| HSL | 336.09º | 0.84% | 0.69% | - |
| HSV(B) | 336.09º | 0.55% | 0.95% | - |
| XYZ | 48.61 | 32.42 | 37.88 | - |
| YUV | 154.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 162 | 0 | 0.55 | 0.33 | 0.05 | 336.09 | 0.84 | 0.69 |
| Hex | F2 | 6D | A2 | 0 | 37 | 21 | 5 | 150 | 54 | 45 |
| Octal | 362 | 155 | 242 | 0 | 67 | 41 | 5 | 520 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10100010 | 0 | 110111 | 100001 | 101 | 101010000 | 1010100 | 1000101 |
Color Harmonies of #F26DA2
Complementary color
Monochromatic Colors of #F26DA2
Black with #F26DA2
Text Example
Text Example
White with #F26DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DA2; }
p { color: rgb(242,109,162); }
H1.HeaderClassName
{
color: #F26DA2;
}
.AnyTagClassName
{
color: #F26DA2;
}
</style>
background-color css
<style>
a { background-color: #F26DA2; }
a { background-color: rgb(242,109,162); }
div.DivClassName
{
background-color: #F26DA2;
}
.BgClassName
{
background-color: #F26DA2;
}
</style>
border-color css
<style>
span { border-color: #F26DA2; }
span { border-color: rgb(242,109,162); }
td.TdClassName
{
border-color: #F26DA2;
}
.TagClassName
{
border-color: #F26DA2;
}
</style>