Shades of Tickle Me Pink #FF76A0
Tints of Tickle Me Pink #FF76A0
RGB
CMYK
RGB Variations
Color information
#FF76A0 (or 0xFF76A0) is known color: Tickle Me Pink. HEX triplet: FF, 76 and A0. RGB value is (255,118,160). Sum of RGB (Red+Green+Blue) = 255+118+160=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76A0 is #00895F. Grayscale: #A3A3A3. Windows color (decimal): -35168 or 10516223. OLE color: 10516223.
HSL color Cylindrical-coordinate representation of color #FF76A0: hue angle of 341.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76A0 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 160 | - |
| CMYK | 0 | 0.54 | 0.37 | 0 |
| HSL | 341.61º | 1% | 0.73% | - |
| HSV(B) | 341.61º | 0.54% | 1% | - |
| XYZ | 54.06 | 36.75 | 37.5 | - |
| YUV | 163.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 160 | 0 | 0.54 | 0.37 | 0 | 341.61 | 1 | 0.73 |
| Hex | FF | 76 | A0 | 0 | 36 | 25 | 0 | 156 | 64 | 49 |
| Octal | 377 | 166 | 240 | 0 | 66 | 45 | 0 | 526 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10100000 | 0 | 110110 | 100101 | 0 | 101010110 | 1100100 | 1001001 |
Color Harmonies of #FF76A0
Complementary color
Monochromatic Colors of #FF76A0
Black with #FF76A0
Text Example
Text Example
White with #FF76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76A0; }
p { color: rgb(255,118,160); }
H1.HeaderClassName
{
color: #FF76A0;
}
.AnyTagClassName
{
color: #FF76A0;
}
</style>
background-color css
<style>
a { background-color: #FF76A0; }
a { background-color: rgb(255,118,160); }
div.DivClassName
{
background-color: #FF76A0;
}
.BgClassName
{
background-color: #FF76A0;
}
</style>
border-color css
<style>
span { border-color: #FF76A0; }
span { border-color: rgb(255,118,160); }
td.TdClassName
{
border-color: #FF76A0;
}
.TagClassName
{
border-color: #FF76A0;
}
</style>