Shades of Tickle Me Pink #F26DA0
Tints of Tickle Me Pink #F26DA0
RGB
CMYK
RGB Variations
Color information
#F26DA0 (or 0xF26DA0) is known color: Tickle Me Pink. HEX triplet: F2, 6D and A0. RGB value is (242,109,160). Sum of RGB (Red+Green+Blue) = 242+109+160=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DA0 is #0D925F. Grayscale: #9A9A9A. Windows color (decimal): -889440 or 10513906. OLE color: 10513906.
HSL color Cylindrical-coordinate representation of color #F26DA0: hue angle of 336.99º 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 #F26DA0 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 160 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.05 |
| HSL | 336.99º | 0.84% | 0.69% | - |
| HSV(B) | 336.99º | 0.55% | 0.95% | - |
| XYZ | 48.43 | 32.35 | 36.95 | - |
| YUV | 154.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 160 | 0 | 0.55 | 0.34 | 0.05 | 336.99 | 0.84 | 0.69 |
| Hex | F2 | 6D | A0 | 0 | 37 | 22 | 5 | 151 | 54 | 45 |
| Octal | 362 | 155 | 240 | 0 | 67 | 42 | 5 | 521 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10100000 | 0 | 110111 | 100010 | 101 | 101010001 | 1010100 | 1000101 |
Color Harmonies of #F26DA0
Complementary color
Monochromatic Colors of #F26DA0
Black with #F26DA0
Text Example
Text Example
White with #F26DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DA0; }
p { color: rgb(242,109,160); }
H1.HeaderClassName
{
color: #F26DA0;
}
.AnyTagClassName
{
color: #F26DA0;
}
</style>
background-color css
<style>
a { background-color: #F26DA0; }
a { background-color: rgb(242,109,160); }
div.DivClassName
{
background-color: #F26DA0;
}
.BgClassName
{
background-color: #F26DA0;
}
</style>
border-color css
<style>
span { border-color: #F26DA0; }
span { border-color: rgb(242,109,160); }
td.TdClassName
{
border-color: #F26DA0;
}
.TagClassName
{
border-color: #F26DA0;
}
</style>