Shades of Tickle Me Pink #FF7A8E
Tints of Tickle Me Pink #FF7A8E
RGB
CMYK
RGB Variations
Color information
#FF7A8E (or 0xFF7A8E) is known color: Tickle Me Pink. HEX triplet: FF, 7A and 8E. RGB value is (255,122,142). Sum of RGB (Red+Green+Blue) = 255+122+142=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A8E is #008571. Grayscale: #A4A4A4. Windows color (decimal): -34162 or 9337599. OLE color: 9337599.
HSL color Cylindrical-coordinate representation of color #FF7A8E: hue angle of 350.98º 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 #FF7A8E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 142 | - |
| CMYK | 0 | 0.52 | 0.44 | 0 |
| HSL | 350.98º | 1% | 0.74% | - |
| HSV(B) | 350.98º | 0.52% | 1% | - |
| XYZ | 53.08 | 37.13 | 29.96 | - |
| YUV | 164.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 142 | 0 | 0.52 | 0.44 | 0 | 350.98 | 1 | 0.74 |
| Hex | FF | 7A | 8E | 0 | 34 | 2C | 0 | 15F | 64 | 4A |
| Octal | 377 | 172 | 216 | 0 | 64 | 54 | 0 | 537 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10001110 | 0 | 110100 | 101100 | 0 | 101011111 | 1100100 | 1001010 |
Color Harmonies of #FF7A8E
Complementary color
Monochromatic Colors of #FF7A8E
Black with #FF7A8E
Text Example
Text Example
White with #FF7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A8E; }
p { color: rgb(255,122,142); }
H1.HeaderClassName
{
color: #FF7A8E;
}
.AnyTagClassName
{
color: #FF7A8E;
}
</style>
background-color css
<style>
a { background-color: #FF7A8E; }
a { background-color: rgb(255,122,142); }
div.DivClassName
{
background-color: #FF7A8E;
}
.BgClassName
{
background-color: #FF7A8E;
}
</style>
border-color css
<style>
span { border-color: #FF7A8E; }
span { border-color: rgb(255,122,142); }
td.TdClassName
{
border-color: #FF7A8E;
}
.TagClassName
{
border-color: #FF7A8E;
}
</style>