Shades of Tickle Me Pink #FA73A0
Tints of Tickle Me Pink #FA73A0
RGB
CMYK
RGB Variations
Color information
#FA73A0 (or 0xFA73A0) is known color: Tickle Me Pink. HEX triplet: FA, 73 and A0. RGB value is (250,115,160). Sum of RGB (Red+Green+Blue) = 250+115+160=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA73A0 is #058C5F. Grayscale: #A0A0A0. Windows color (decimal): -363616 or 10515450. OLE color: 10515450.
HSL color Cylindrical-coordinate representation of color #FA73A0: hue angle of 340º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73A0 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 160 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.02 |
| HSL | 340º | 0.93% | 0.72% | - |
| HSV(B) | 340º | 0.54% | 0.98% | - |
| XYZ | 51.9 | 35.12 | 37.3 | - |
| YUV | 160.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 160 | 0 | 0.54 | 0.36 | 0.02 | 340 | 0.93 | 0.72 |
| Hex | FA | 73 | A0 | 0 | 36 | 24 | 2 | 154 | 5D | 48 |
| Octal | 372 | 163 | 240 | 0 | 66 | 44 | 2 | 524 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10100000 | 0 | 110110 | 100100 | 10 | 101010100 | 1011101 | 1001000 |
Color Harmonies of #FA73A0
Complementary color
Monochromatic Colors of #FA73A0
Black with #FA73A0
Text Example
Text Example
White with #FA73A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73A0; }
p { color: rgb(250,115,160); }
H1.HeaderClassName
{
color: #FA73A0;
}
.AnyTagClassName
{
color: #FA73A0;
}
</style>
background-color css
<style>
a { background-color: #FA73A0; }
a { background-color: rgb(250,115,160); }
div.DivClassName
{
background-color: #FA73A0;
}
.BgClassName
{
background-color: #FA73A0;
}
</style>
border-color css
<style>
span { border-color: #FA73A0; }
span { border-color: rgb(250,115,160); }
td.TdClassName
{
border-color: #FA73A0;
}
.TagClassName
{
border-color: #FA73A0;
}
</style>