Shades of Tickle Me Pink #F286A1
Tints of Tickle Me Pink #F286A1
RGB
CMYK
RGB Variations
Color information
#F286A1 (or 0xF286A1) is known color: Tickle Me Pink. HEX triplet: F2, 86 and A1. RGB value is (242,134,161). Sum of RGB (Red+Green+Blue) = 242+134+161=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F286A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F286A1 is #0D795E. Grayscale: #A9A9A9. Windows color (decimal): -883039 or 10585842. OLE color: 10585842.
HSL color Cylindrical-coordinate representation of color #F286A1: hue angle of 345º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286A1 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 161 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.05 |
| HSL | 345º | 0.81% | 0.74% | - |
| HSV(B) | 345º | 0.45% | 0.95% | - |
| XYZ | 51.58 | 38.5 | 38.43 | - |
| YUV | 169.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 161 | 0 | 0.45 | 0.33 | 0.05 | 345 | 0.81 | 0.74 |
| Hex | F2 | 86 | A1 | 0 | 2D | 21 | 5 | 159 | 51 | 4A |
| Octal | 362 | 206 | 241 | 0 | 55 | 41 | 5 | 531 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10100001 | 0 | 101101 | 100001 | 101 | 101011001 | 1010001 | 1001010 |
Color Harmonies of #F286A1
Complementary color
Monochromatic Colors of #F286A1
Black with #F286A1
Text Example
Text Example
White with #F286A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286A1; }
p { color: rgb(242,134,161); }
H1.HeaderClassName
{
color: #F286A1;
}
.AnyTagClassName
{
color: #F286A1;
}
</style>
background-color css
<style>
a { background-color: #F286A1; }
a { background-color: rgb(242,134,161); }
div.DivClassName
{
background-color: #F286A1;
}
.BgClassName
{
background-color: #F286A1;
}
</style>
border-color css
<style>
span { border-color: #F286A1; }
span { border-color: rgb(242,134,161); }
td.TdClassName
{
border-color: #F286A1;
}
.TagClassName
{
border-color: #F286A1;
}
</style>