Shades of Tickle Me Pink #FF76A1
Tints of Tickle Me Pink #FF76A1
RGB
CMYK
RGB Variations
Color information
#FF76A1 (or 0xFF76A1) is known color: Tickle Me Pink. HEX triplet: FF, 76 and A1. RGB value is (255,118,161). Sum of RGB (Red+Green+Blue) = 255+118+161=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76A1 is #00895E. Grayscale: #A3A3A3. Windows color (decimal): -35167 or 10581759. OLE color: 10581759.
HSL color Cylindrical-coordinate representation of color #FF76A1: hue angle of 341.17º 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 #FF76A1 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 161 | - |
| CMYK | 0 | 0.54 | 0.37 | 0 |
| HSL | 341.17º | 1% | 0.73% | - |
| HSV(B) | 341.17º | 0.54% | 1% | - |
| XYZ | 54.15 | 36.79 | 37.97 | - |
| YUV | 163.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 161 | 0 | 0.54 | 0.37 | 0 | 341.17 | 1 | 0.73 |
| Hex | FF | 76 | A1 | 0 | 36 | 25 | 0 | 155 | 64 | 49 |
| Octal | 377 | 166 | 241 | 0 | 66 | 45 | 0 | 525 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10100001 | 0 | 110110 | 100101 | 0 | 101010101 | 1100100 | 1001001 |
Color Harmonies of #FF76A1
Complementary color
Monochromatic Colors of #FF76A1
Black with #FF76A1
Text Example
Text Example
White with #FF76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76A1; }
p { color: rgb(255,118,161); }
H1.HeaderClassName
{
color: #FF76A1;
}
.AnyTagClassName
{
color: #FF76A1;
}
</style>
background-color css
<style>
a { background-color: #FF76A1; }
a { background-color: rgb(255,118,161); }
div.DivClassName
{
background-color: #FF76A1;
}
.BgClassName
{
background-color: #FF76A1;
}
</style>
border-color css
<style>
span { border-color: #FF76A1; }
span { border-color: rgb(255,118,161); }
td.TdClassName
{
border-color: #FF76A1;
}
.TagClassName
{
border-color: #FF76A1;
}
</style>