Shades of Tickle Me Pink #F26FA0
Tints of Tickle Me Pink #F26FA0
RGB
CMYK
RGB Variations
Color information
#F26FA0 (or 0xF26FA0) is known color: Tickle Me Pink. HEX triplet: F2, 6F and A0. RGB value is (242,111,160). Sum of RGB (Red+Green+Blue) = 242+111+160=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26FA0 is #0D905F. Grayscale: #9B9B9B. Windows color (decimal): -888928 or 10514418. OLE color: 10514418.
HSL color Cylindrical-coordinate representation of color #F26FA0: hue angle of 337.56º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FA0 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 160 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.05 |
| HSL | 337.56º | 0.83% | 0.69% | - |
| HSV(B) | 337.56º | 0.54% | 0.95% | - |
| XYZ | 48.65 | 32.78 | 37.02 | - |
| YUV | 155.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 160 | 0 | 0.54 | 0.34 | 0.05 | 337.56 | 0.83 | 0.69 |
| Hex | F2 | 6F | A0 | 0 | 36 | 22 | 5 | 152 | 53 | 45 |
| Octal | 362 | 157 | 240 | 0 | 66 | 42 | 5 | 522 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10100000 | 0 | 110110 | 100010 | 101 | 101010010 | 1010011 | 1000101 |
Color Harmonies of #F26FA0
Complementary color
Monochromatic Colors of #F26FA0
Black with #F26FA0
Text Example
Text Example
White with #F26FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FA0; }
p { color: rgb(242,111,160); }
H1.HeaderClassName
{
color: #F26FA0;
}
.AnyTagClassName
{
color: #F26FA0;
}
</style>
background-color css
<style>
a { background-color: #F26FA0; }
a { background-color: rgb(242,111,160); }
div.DivClassName
{
background-color: #F26FA0;
}
.BgClassName
{
background-color: #F26FA0;
}
</style>
border-color css
<style>
span { border-color: #F26FA0; }
span { border-color: rgb(242,111,160); }
td.TdClassName
{
border-color: #F26FA0;
}
.TagClassName
{
border-color: #F26FA0;
}
</style>