Shades of Tickle Me Pink #FF7CA2
Tints of Tickle Me Pink #FF7CA2
RGB
CMYK
RGB Variations
Color information
#FF7CA2 (or 0xFF7CA2) is known color: Tickle Me Pink. HEX triplet: FF, 7C and A2. RGB value is (255,124,162). Sum of RGB (Red+Green+Blue) = 255+124+162=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7CA2 is #00835D. Grayscale: #A7A7A7. Windows color (decimal): -33630 or 10648831. OLE color: 10648831.
HSL color Cylindrical-coordinate representation of color #FF7CA2: hue angle of 342.6º 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 #FF7CA2 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 162 | - |
| CMYK | 0 | 0.51 | 0.36 | 0 |
| HSL | 342.6º | 1% | 0.74% | - |
| HSV(B) | 342.6º | 0.51% | 1% | - |
| XYZ | 54.97 | 38.28 | 38.67 | - |
| YUV | 167.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 162 | 0 | 0.51 | 0.36 | 0 | 342.6 | 1 | 0.74 |
| Hex | FF | 7C | A2 | 0 | 33 | 24 | 0 | 157 | 64 | 4A |
| Octal | 377 | 174 | 242 | 0 | 63 | 44 | 0 | 527 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10100010 | 0 | 110011 | 100100 | 0 | 101010111 | 1100100 | 1001010 |
Color Harmonies of #FF7CA2
Complementary color
Monochromatic Colors of #FF7CA2
Black with #FF7CA2
Text Example
Text Example
White with #FF7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CA2; }
p { color: rgb(255,124,162); }
H1.HeaderClassName
{
color: #FF7CA2;
}
.AnyTagClassName
{
color: #FF7CA2;
}
</style>
background-color css
<style>
a { background-color: #FF7CA2; }
a { background-color: rgb(255,124,162); }
div.DivClassName
{
background-color: #FF7CA2;
}
.BgClassName
{
background-color: #FF7CA2;
}
</style>
border-color css
<style>
span { border-color: #FF7CA2; }
span { border-color: rgb(255,124,162); }
td.TdClassName
{
border-color: #FF7CA2;
}
.TagClassName
{
border-color: #FF7CA2;
}
</style>