Shades of Tickle Me Pink #FA7CA2
Tints of Tickle Me Pink #FA7CA2
RGB
CMYK
RGB Variations
Color information
#FA7CA2 (or 0xFA7CA2) is known color: Tickle Me Pink. HEX triplet: FA, 7C and A2. RGB value is (250,124,162). Sum of RGB (Red+Green+Blue) = 250+124+162=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7CA2 is #05835D. Grayscale: #A5A5A5. Windows color (decimal): -361310 or 10648826. OLE color: 10648826.
HSL color Cylindrical-coordinate representation of color #FA7CA2: hue angle of 341.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 162 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.02 |
| HSL | 341.9º | 0.93% | 0.73% | - |
| HSV(B) | 341.9º | 0.5% | 0.98% | - |
| XYZ | 53.15 | 37.35 | 38.59 | - |
| YUV | 166.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 162 | 0 | 0.50 | 0.35 | 0.02 | 341.9 | 0.93 | 0.73 |
| Hex | FA | 7C | A2 | 0 | 32 | 23 | 2 | 156 | 5D | 49 |
| Octal | 372 | 174 | 242 | 0 | 62 | 43 | 2 | 526 | 135 | 111 |
| Binary | 11111010 | 1111100 | 10100010 | 0 | 110010 | 100011 | 10 | 101010110 | 1011101 | 1001001 |
Color Harmonies of #FA7CA2
Complementary color
Monochromatic Colors of #FA7CA2
Black with #FA7CA2
Text Example
Text Example
White with #FA7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CA2; }
p { color: rgb(250,124,162); }
H1.HeaderClassName
{
color: #FA7CA2;
}
.AnyTagClassName
{
color: #FA7CA2;
}
</style>
background-color css
<style>
a { background-color: #FA7CA2; }
a { background-color: rgb(250,124,162); }
div.DivClassName
{
background-color: #FA7CA2;
}
.BgClassName
{
background-color: #FA7CA2;
}
</style>
border-color css
<style>
span { border-color: #FA7CA2; }
span { border-color: rgb(250,124,162); }
td.TdClassName
{
border-color: #FA7CA2;
}
.TagClassName
{
border-color: #FA7CA2;
}
</style>