Shades of Tickle Me Pink #FA79A8
Tints of Tickle Me Pink #FA79A8
RGB
CMYK
RGB Variations
Color information
#FA79A8 (or 0xFA79A8) is known color: Tickle Me Pink. HEX triplet: FA, 79 and A8. RGB value is (250,121,168). Sum of RGB (Red+Green+Blue) = 250+121+168=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA79A8 is #058657. Grayscale: #A4A4A4. Windows color (decimal): -362072 or 11041274. OLE color: 11041274.
HSL color Cylindrical-coordinate representation of color #FA79A8: hue angle of 338.14º 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 #FA79A8 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 168 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.02 |
| HSL | 338.14º | 0.93% | 0.73% | - |
| HSV(B) | 338.14º | 0.52% | 0.98% | - |
| XYZ | 53.33 | 36.83 | 41.34 | - |
| YUV | 164.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 168 | 0 | 0.52 | 0.33 | 0.02 | 338.14 | 0.93 | 0.73 |
| Hex | FA | 79 | A8 | 0 | 34 | 21 | 2 | 152 | 5D | 49 |
| Octal | 372 | 171 | 250 | 0 | 64 | 41 | 2 | 522 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10101000 | 0 | 110100 | 100001 | 10 | 101010010 | 1011101 | 1001001 |
Color Harmonies of #FA79A8
Complementary color
Monochromatic Colors of #FA79A8
Black with #FA79A8
Text Example
Text Example
White with #FA79A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA79A8; }
p { color: rgb(250,121,168); }
H1.HeaderClassName
{
color: #FA79A8;
}
.AnyTagClassName
{
color: #FA79A8;
}
</style>
background-color css
<style>
a { background-color: #FA79A8; }
a { background-color: rgb(250,121,168); }
div.DivClassName
{
background-color: #FA79A8;
}
.BgClassName
{
background-color: #FA79A8;
}
</style>
border-color css
<style>
span { border-color: #FA79A8; }
span { border-color: rgb(250,121,168); }
td.TdClassName
{
border-color: #FA79A8;
}
.TagClassName
{
border-color: #FA79A8;
}
</style>