Shades of Tickle Me Pink #FF76A8
Tints of Tickle Me Pink #FF76A8
RGB
CMYK
RGB Variations
Color information
#FF76A8 (or 0xFF76A8) is known color: Tickle Me Pink. HEX triplet: FF, 76 and A8. RGB value is (255,118,168). Sum of RGB (Red+Green+Blue) = 255+118+168=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76A8 is #008957. Grayscale: #A4A4A4. Windows color (decimal): -35160 or 11040511. OLE color: 11040511.
HSL color Cylindrical-coordinate representation of color #FF76A8: hue angle of 338.1º 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 #FF76A8 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 168 | - |
| CMYK | 0 | 0.54 | 0.34 | 0 |
| HSL | 338.1º | 1% | 0.73% | - |
| HSV(B) | 338.1º | 0.54% | 1% | - |
| XYZ | 54.79 | 37.04 | 41.31 | - |
| YUV | 164.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 168 | 0 | 0.54 | 0.34 | 0 | 338.1 | 1 | 0.73 |
| Hex | FF | 76 | A8 | 0 | 36 | 22 | 0 | 152 | 64 | 49 |
| Octal | 377 | 166 | 250 | 0 | 66 | 42 | 0 | 522 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10101000 | 0 | 110110 | 100010 | 0 | 101010010 | 1100100 | 1001001 |
Color Harmonies of #FF76A8
Complementary color
Monochromatic Colors of #FF76A8
Black with #FF76A8
Text Example
Text Example
White with #FF76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76A8; }
p { color: rgb(255,118,168); }
H1.HeaderClassName
{
color: #FF76A8;
}
.AnyTagClassName
{
color: #FF76A8;
}
</style>
background-color css
<style>
a { background-color: #FF76A8; }
a { background-color: rgb(255,118,168); }
div.DivClassName
{
background-color: #FF76A8;
}
.BgClassName
{
background-color: #FF76A8;
}
</style>
border-color css
<style>
span { border-color: #FF76A8; }
span { border-color: rgb(255,118,168); }
td.TdClassName
{
border-color: #FF76A8;
}
.TagClassName
{
border-color: #FF76A8;
}
</style>