Shades of Tickle Me Pink #F285A2
Tints of Tickle Me Pink #F285A2
RGB
CMYK
RGB Variations
Color information
#F285A2 (or 0xF285A2) is known color: Tickle Me Pink. HEX triplet: F2, 85 and A2. RGB value is (242,133,162). Sum of RGB (Red+Green+Blue) = 242+133+162=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F285A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F285A2 is #0D7A5D. Grayscale: #A8A8A8. Windows color (decimal): -883294 or 10651122. OLE color: 10651122.
HSL color Cylindrical-coordinate representation of color #F285A2: hue angle of 344.04º 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 #F285A2 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 162 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.05 |
| HSL | 344.04º | 0.81% | 0.74% | - |
| HSV(B) | 344.04º | 0.45% | 0.95% | - |
| XYZ | 51.53 | 38.26 | 38.85 | - |
| YUV | 168.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 162 | 0 | 0.45 | 0.33 | 0.05 | 344.04 | 0.81 | 0.74 |
| Hex | F2 | 85 | A2 | 0 | 2D | 21 | 5 | 158 | 51 | 4A |
| Octal | 362 | 205 | 242 | 0 | 55 | 41 | 5 | 530 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10100010 | 0 | 101101 | 100001 | 101 | 101011000 | 1010001 | 1001010 |
Color Harmonies of #F285A2
Complementary color
Monochromatic Colors of #F285A2
Black with #F285A2
Text Example
Text Example
White with #F285A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285A2; }
p { color: rgb(242,133,162); }
H1.HeaderClassName
{
color: #F285A2;
}
.AnyTagClassName
{
color: #F285A2;
}
</style>
background-color css
<style>
a { background-color: #F285A2; }
a { background-color: rgb(242,133,162); }
div.DivClassName
{
background-color: #F285A2;
}
.BgClassName
{
background-color: #F285A2;
}
</style>
border-color css
<style>
span { border-color: #F285A2; }
span { border-color: rgb(242,133,162); }
td.TdClassName
{
border-color: #F285A2;
}
.TagClassName
{
border-color: #F285A2;
}
</style>