Shades of Tickle Me Pink #FF7AB1
Tints of Tickle Me Pink #FF7AB1
RGB
CMYK
RGB Variations
Color information
#FF7AB1 (or 0xFF7AB1) is known color: Tickle Me Pink. HEX triplet: FF, 7A and B1. RGB value is (255,122,177). Sum of RGB (Red+Green+Blue) = 255+122+177=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7AB1 is #00854E. Grayscale: #A7A7A7. Windows color (decimal): -34127 or 11631359. OLE color: 11631359.
HSL color Cylindrical-coordinate representation of color #FF7AB1: hue angle of 335.19º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AB1 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 177 | - |
| CMYK | 0 | 0.52 | 0.31 | 0 |
| HSL | 335.19º | 1% | 0.74% | - |
| HSV(B) | 335.19º | 0.52% | 1% | - |
| XYZ | 56.14 | 38.35 | 46.04 | - |
| YUV | 168.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 177 | 0 | 0.52 | 0.31 | 0 | 335.19 | 1 | 0.74 |
| Hex | FF | 7A | B1 | 0 | 34 | 1F | 0 | 14F | 64 | 4A |
| Octal | 377 | 172 | 261 | 0 | 64 | 37 | 0 | 517 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10110001 | 0 | 110100 | 11111 | 0 | 101001111 | 1100100 | 1001010 |
Color Harmonies of #FF7AB1
Complementary color
Monochromatic Colors of #FF7AB1
Black with #FF7AB1
Text Example
Text Example
White with #FF7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AB1; }
p { color: rgb(255,122,177); }
H1.HeaderClassName
{
color: #FF7AB1;
}
.AnyTagClassName
{
color: #FF7AB1;
}
</style>
background-color css
<style>
a { background-color: #FF7AB1; }
a { background-color: rgb(255,122,177); }
div.DivClassName
{
background-color: #FF7AB1;
}
.BgClassName
{
background-color: #FF7AB1;
}
</style>
border-color css
<style>
span { border-color: #FF7AB1; }
span { border-color: rgb(255,122,177); }
td.TdClassName
{
border-color: #FF7AB1;
}
.TagClassName
{
border-color: #FF7AB1;
}
</style>