Shades of Tickle Me Pink #FF79A0
Tints of Tickle Me Pink #FF79A0
RGB
CMYK
RGB Variations
Color information
#FF79A0 (or 0xFF79A0) is known color: Tickle Me Pink. HEX triplet: FF, 79 and A0. RGB value is (255,121,160). Sum of RGB (Red+Green+Blue) = 255+121+160=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF79A0 is #00865F. Grayscale: #A5A5A5. Windows color (decimal): -34400 or 10516991. OLE color: 10516991.
HSL color Cylindrical-coordinate representation of color #FF79A0: hue angle of 342.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79A0 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 160 | - |
| CMYK | 0 | 0.53 | 0.37 | 0 |
| HSL | 342.54º | 1% | 0.74% | - |
| HSV(B) | 342.54º | 0.53% | 1% | - |
| XYZ | 54.42 | 37.47 | 37.62 | - |
| YUV | 165.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 160 | 0 | 0.53 | 0.37 | 0 | 342.54 | 1 | 0.74 |
| Hex | FF | 79 | A0 | 0 | 35 | 25 | 0 | 157 | 64 | 4A |
| Octal | 377 | 171 | 240 | 0 | 65 | 45 | 0 | 527 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10100000 | 0 | 110101 | 100101 | 0 | 101010111 | 1100100 | 1001010 |
Color Harmonies of #FF79A0
Complementary color
Monochromatic Colors of #FF79A0
Black with #FF79A0
Text Example
Text Example
White with #FF79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79A0; }
p { color: rgb(255,121,160); }
H1.HeaderClassName
{
color: #FF79A0;
}
.AnyTagClassName
{
color: #FF79A0;
}
</style>
background-color css
<style>
a { background-color: #FF79A0; }
a { background-color: rgb(255,121,160); }
div.DivClassName
{
background-color: #FF79A0;
}
.BgClassName
{
background-color: #FF79A0;
}
</style>
border-color css
<style>
span { border-color: #FF79A0; }
span { border-color: rgb(255,121,160); }
td.TdClassName
{
border-color: #FF79A0;
}
.TagClassName
{
border-color: #FF79A0;
}
</style>