Shades of Tickle Me Pink #FF7CA4
Tints of Tickle Me Pink #FF7CA4
RGB
CMYK
RGB Variations
Color information
#FF7CA4 (or 0xFF7CA4) is known color: Tickle Me Pink. HEX triplet: FF, 7C and A4. RGB value is (255,124,164). Sum of RGB (Red+Green+Blue) = 255+124+164=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7CA4 is #00835B. Grayscale: #A7A7A7. Windows color (decimal): -33628 or 10779903. OLE color: 10779903.
HSL color Cylindrical-coordinate representation of color #FF7CA4: hue angle of 341.68º 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 #FF7CA4 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 164 | - |
| CMYK | 0 | 0.51 | 0.36 | 0 |
| HSL | 341.68º | 1% | 0.74% | - |
| HSV(B) | 341.68º | 0.51% | 1% | - |
| XYZ | 55.15 | 38.36 | 39.62 | - |
| YUV | 167.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 164 | 0 | 0.51 | 0.36 | 0 | 341.68 | 1 | 0.74 |
| Hex | FF | 7C | A4 | 0 | 33 | 24 | 0 | 156 | 64 | 4A |
| Octal | 377 | 174 | 244 | 0 | 63 | 44 | 0 | 526 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10100100 | 0 | 110011 | 100100 | 0 | 101010110 | 1100100 | 1001010 |
Color Harmonies of #FF7CA4
Complementary color
Monochromatic Colors of #FF7CA4
Black with #FF7CA4
Text Example
Text Example
White with #FF7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CA4; }
p { color: rgb(255,124,164); }
H1.HeaderClassName
{
color: #FF7CA4;
}
.AnyTagClassName
{
color: #FF7CA4;
}
</style>
background-color css
<style>
a { background-color: #FF7CA4; }
a { background-color: rgb(255,124,164); }
div.DivClassName
{
background-color: #FF7CA4;
}
.BgClassName
{
background-color: #FF7CA4;
}
</style>
border-color css
<style>
span { border-color: #FF7CA4; }
span { border-color: rgb(255,124,164); }
td.TdClassName
{
border-color: #FF7CA4;
}
.TagClassName
{
border-color: #FF7CA4;
}
</style>