Shades of Tickle Me Pink #FA79A0
Tints of Tickle Me Pink #FA79A0
RGB
CMYK
RGB Variations
Color information
#FA79A0 (or 0xFA79A0) is known color: Tickle Me Pink. HEX triplet: FA, 79 and A0. RGB value is (250,121,160). Sum of RGB (Red+Green+Blue) = 250+121+160=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA79A0 is #05865F. Grayscale: #A3A3A3. Windows color (decimal): -362080 or 10516986. OLE color: 10516986.
HSL color Cylindrical-coordinate representation of color #FA79A0: hue angle of 341.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79A0 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 160 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.02 |
| HSL | 341.86º | 0.93% | 0.73% | - |
| HSV(B) | 341.86º | 0.52% | 0.98% | - |
| XYZ | 52.61 | 36.54 | 37.54 | - |
| YUV | 164.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 160 | 0 | 0.52 | 0.36 | 0.02 | 341.86 | 0.93 | 0.73 |
| Hex | FA | 79 | A0 | 0 | 34 | 24 | 2 | 156 | 5D | 49 |
| Octal | 372 | 171 | 240 | 0 | 64 | 44 | 2 | 526 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10100000 | 0 | 110100 | 100100 | 10 | 101010110 | 1011101 | 1001001 |
Color Harmonies of #FA79A0
Complementary color
Monochromatic Colors of #FA79A0
Black with #FA79A0
Text Example
Text Example
White with #FA79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA79A0; }
p { color: rgb(250,121,160); }
H1.HeaderClassName
{
color: #FA79A0;
}
.AnyTagClassName
{
color: #FA79A0;
}
</style>
background-color css
<style>
a { background-color: #FA79A0; }
a { background-color: rgb(250,121,160); }
div.DivClassName
{
background-color: #FA79A0;
}
.BgClassName
{
background-color: #FA79A0;
}
</style>
border-color css
<style>
span { border-color: #FA79A0; }
span { border-color: rgb(250,121,160); }
td.TdClassName
{
border-color: #FA79A0;
}
.TagClassName
{
border-color: #FA79A0;
}
</style>