Shades of Tickle Me Pink #FF7CA0
Tints of Tickle Me Pink #FF7CA0
RGB
CMYK
RGB Variations
Color information
#FF7CA0 (or 0xFF7CA0) is known color: Tickle Me Pink. HEX triplet: FF, 7C and A0. RGB value is (255,124,160). Sum of RGB (Red+Green+Blue) = 255+124+160=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7CA0 is #00835F. Grayscale: #A7A7A7. Windows color (decimal): -33632 or 10517759. OLE color: 10517759.
HSL color Cylindrical-coordinate representation of color #FF7CA0: hue angle of 343.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CA0 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 160 | - |
| CMYK | 0 | 0.51 | 0.37 | 0 |
| HSL | 343.51º | 1% | 0.74% | - |
| HSV(B) | 343.51º | 0.51% | 1% | - |
| XYZ | 54.79 | 38.21 | 37.75 | - |
| YUV | 167.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 160 | 0 | 0.51 | 0.37 | 0 | 343.51 | 1 | 0.74 |
| Hex | FF | 7C | A0 | 0 | 33 | 25 | 0 | 158 | 64 | 4A |
| Octal | 377 | 174 | 240 | 0 | 63 | 45 | 0 | 530 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10100000 | 0 | 110011 | 100101 | 0 | 101011000 | 1100100 | 1001010 |
Color Harmonies of #FF7CA0
Complementary color
Monochromatic Colors of #FF7CA0
Black with #FF7CA0
Text Example
Text Example
White with #FF7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CA0; }
p { color: rgb(255,124,160); }
H1.HeaderClassName
{
color: #FF7CA0;
}
.AnyTagClassName
{
color: #FF7CA0;
}
</style>
background-color css
<style>
a { background-color: #FF7CA0; }
a { background-color: rgb(255,124,160); }
div.DivClassName
{
background-color: #FF7CA0;
}
.BgClassName
{
background-color: #FF7CA0;
}
</style>
border-color css
<style>
span { border-color: #FF7CA0; }
span { border-color: rgb(255,124,160); }
td.TdClassName
{
border-color: #FF7CA0;
}
.TagClassName
{
border-color: #FF7CA0;
}
</style>