Shades of Tickle Me Pink #F270A6
Tints of Tickle Me Pink #F270A6
RGB
CMYK
RGB Variations
Color information
#F270A6 (or 0xF270A6) is known color: Tickle Me Pink. HEX triplet: F2, 70 and A6. RGB value is (242,112,166). Sum of RGB (Red+Green+Blue) = 242+112+166=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F270A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270A6 is #0D8F59. Grayscale: #9C9C9C. Windows color (decimal): -888666 or 10907890. OLE color: 10907890.
HSL color Cylindrical-coordinate representation of color #F270A6: hue angle of 335.08º 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 #F270A6 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 166 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.05 |
| HSL | 335.08º | 0.83% | 0.69% | - |
| HSV(B) | 335.08º | 0.54% | 0.95% | - |
| XYZ | 49.3 | 33.22 | 39.89 | - |
| YUV | 157.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 166 | 0 | 0.54 | 0.31 | 0.05 | 335.08 | 0.83 | 0.69 |
| Hex | F2 | 70 | A6 | 0 | 36 | 1F | 5 | 14F | 53 | 45 |
| Octal | 362 | 160 | 246 | 0 | 66 | 37 | 5 | 517 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10100110 | 0 | 110110 | 11111 | 101 | 101001111 | 1010011 | 1000101 |
Color Harmonies of #F270A6
Complementary color
Monochromatic Colors of #F270A6
Black with #F270A6
Text Example
Text Example
White with #F270A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270A6; }
p { color: rgb(242,112,166); }
H1.HeaderClassName
{
color: #F270A6;
}
.AnyTagClassName
{
color: #F270A6;
}
</style>
background-color css
<style>
a { background-color: #F270A6; }
a { background-color: rgb(242,112,166); }
div.DivClassName
{
background-color: #F270A6;
}
.BgClassName
{
background-color: #F270A6;
}
</style>
border-color css
<style>
span { border-color: #F270A6; }
span { border-color: rgb(242,112,166); }
td.TdClassName
{
border-color: #F270A6;
}
.TagClassName
{
border-color: #F270A6;
}
</style>