Shades of Tickle Me Pink #FA7AA2
Tints of Tickle Me Pink #FA7AA2
RGB
CMYK
RGB Variations
Color information
#FA7AA2 (or 0xFA7AA2) is known color: Tickle Me Pink. HEX triplet: FA, 7A and A2. RGB value is (250,122,162). Sum of RGB (Red+Green+Blue) = 250+122+162=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7AA2 is #05855D. Grayscale: #A4A4A4. Windows color (decimal): -361822 or 10648314. OLE color: 10648314.
HSL color Cylindrical-coordinate representation of color #FA7AA2: hue angle of 341.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7AA2 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 162 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.02 |
| HSL | 341.25º | 0.93% | 0.73% | - |
| HSV(B) | 341.25º | 0.51% | 0.98% | - |
| XYZ | 52.91 | 36.85 | 38.51 | - |
| YUV | 164.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 162 | 0 | 0.51 | 0.35 | 0.02 | 341.25 | 0.93 | 0.73 |
| Hex | FA | 7A | A2 | 0 | 33 | 23 | 2 | 155 | 5D | 49 |
| Octal | 372 | 172 | 242 | 0 | 63 | 43 | 2 | 525 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10100010 | 0 | 110011 | 100011 | 10 | 101010101 | 1011101 | 1001001 |
Color Harmonies of #FA7AA2
Complementary color
Monochromatic Colors of #FA7AA2
Black with #FA7AA2
Text Example
Text Example
White with #FA7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AA2; }
p { color: rgb(250,122,162); }
H1.HeaderClassName
{
color: #FA7AA2;
}
.AnyTagClassName
{
color: #FA7AA2;
}
</style>
background-color css
<style>
a { background-color: #FA7AA2; }
a { background-color: rgb(250,122,162); }
div.DivClassName
{
background-color: #FA7AA2;
}
.BgClassName
{
background-color: #FA7AA2;
}
</style>
border-color css
<style>
span { border-color: #FA7AA2; }
span { border-color: rgb(250,122,162); }
td.TdClassName
{
border-color: #FA7AA2;
}
.TagClassName
{
border-color: #FA7AA2;
}
</style>