Shades of Tickle Me Pink #FF7CA5
Tints of Tickle Me Pink #FF7CA5
RGB
CMYK
RGB Variations
Color information
#FF7CA5 (or 0xFF7CA5) is known color: Tickle Me Pink. HEX triplet: FF, 7C and A5. RGB value is (255,124,165). Sum of RGB (Red+Green+Blue) = 255+124+165=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7CA5 is #00835A. Grayscale: #A7A7A7. Windows color (decimal): -33627 or 10845439. OLE color: 10845439.
HSL color Cylindrical-coordinate representation of color #FF7CA5: hue angle of 341.22º 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 #FF7CA5 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 165 | - |
| CMYK | 0 | 0.51 | 0.35 | 0 |
| HSL | 341.22º | 1% | 0.74% | - |
| HSV(B) | 341.22º | 0.51% | 1% | - |
| XYZ | 55.24 | 38.39 | 40.1 | - |
| YUV | 167.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 165 | 0 | 0.51 | 0.35 | 0 | 341.22 | 1 | 0.74 |
| Hex | FF | 7C | A5 | 0 | 33 | 23 | 0 | 155 | 64 | 4A |
| Octal | 377 | 174 | 245 | 0 | 63 | 43 | 0 | 525 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10100101 | 0 | 110011 | 100011 | 0 | 101010101 | 1100100 | 1001010 |
Color Harmonies of #FF7CA5
Complementary color
Monochromatic Colors of #FF7CA5
Black with #FF7CA5
Text Example
Text Example
White with #FF7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CA5; }
p { color: rgb(255,124,165); }
H1.HeaderClassName
{
color: #FF7CA5;
}
.AnyTagClassName
{
color: #FF7CA5;
}
</style>
background-color css
<style>
a { background-color: #FF7CA5; }
a { background-color: rgb(255,124,165); }
div.DivClassName
{
background-color: #FF7CA5;
}
.BgClassName
{
background-color: #FF7CA5;
}
</style>
border-color css
<style>
span { border-color: #FF7CA5; }
span { border-color: rgb(255,124,165); }
td.TdClassName
{
border-color: #FF7CA5;
}
.TagClassName
{
border-color: #FF7CA5;
}
</style>