Shades of Tickle Me Pink #FA7AAD
Tints of Tickle Me Pink #FA7AAD
RGB
CMYK
RGB Variations
Color information
#FA7AAD (or 0xFA7AAD) is known color: Tickle Me Pink. HEX triplet: FA, 7A and AD. RGB value is (250,122,173). Sum of RGB (Red+Green+Blue) = 250+122+173=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7AAD is #058552. Grayscale: #A6A6A6. Windows color (decimal): -361811 or 11369210. OLE color: 11369210.
HSL color Cylindrical-coordinate representation of color #FA7AAD: hue angle of 336.09º 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 #FA7AAD is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 173 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.02 |
| HSL | 336.09º | 0.93% | 0.73% | - |
| HSV(B) | 336.09º | 0.51% | 0.98% | - |
| XYZ | 53.93 | 37.26 | 43.88 | - |
| YUV | 166.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 173 | 0 | 0.51 | 0.31 | 0.02 | 336.09 | 0.93 | 0.73 |
| Hex | FA | 7A | AD | 0 | 33 | 1F | 2 | 150 | 5D | 49 |
| Octal | 372 | 172 | 255 | 0 | 63 | 37 | 2 | 520 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10101101 | 0 | 110011 | 11111 | 10 | 101010000 | 1011101 | 1001001 |
Color Harmonies of #FA7AAD
Complementary color
Monochromatic Colors of #FA7AAD
Black with #FA7AAD
Text Example
Text Example
White with #FA7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AAD; }
p { color: rgb(250,122,173); }
H1.HeaderClassName
{
color: #FA7AAD;
}
.AnyTagClassName
{
color: #FA7AAD;
}
</style>
background-color css
<style>
a { background-color: #FA7AAD; }
a { background-color: rgb(250,122,173); }
div.DivClassName
{
background-color: #FA7AAD;
}
.BgClassName
{
background-color: #FA7AAD;
}
</style>
border-color css
<style>
span { border-color: #FA7AAD; }
span { border-color: rgb(250,122,173); }
td.TdClassName
{
border-color: #FA7AAD;
}
.TagClassName
{
border-color: #FA7AAD;
}
</style>