Shades of Tickle Me Pink #FC7CA0
Tints of Tickle Me Pink #FC7CA0
RGB
CMYK
RGB Variations
Color information
#FC7CA0 (or 0xFC7CA0) is known color: Tickle Me Pink. HEX triplet: FC, 7C and A0. RGB value is (252,124,160). Sum of RGB (Red+Green+Blue) = 252+124+160=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7CA0 is #03835F. Grayscale: #A6A6A6. Windows color (decimal): -230240 or 10517756. OLE color: 10517756.
HSL color Cylindrical-coordinate representation of color #FC7CA0: hue angle of 343.12º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CA0 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 160 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.01 |
| HSL | 343.13º | 0.96% | 0.74% | - |
| HSV(B) | 343.13º | 0.51% | 0.99% | - |
| XYZ | 53.7 | 37.65 | 37.69 | - |
| YUV | 166.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 160 | 0 | 0.51 | 0.37 | 0.01 | 343.13 | 0.96 | 0.74 |
| Hex | FC | 7C | A0 | 0 | 33 | 25 | 1 | 157 | 60 | 4A |
| Octal | 374 | 174 | 240 | 0 | 63 | 45 | 1 | 527 | 140 | 112 |
| Binary | 11111100 | 1111100 | 10100000 | 0 | 110011 | 100101 | 1 | 101010111 | 1100000 | 1001010 |
Color Harmonies of #FC7CA0
Complementary color
Monochromatic Colors of #FC7CA0
Black with #FC7CA0
Text Example
Text Example
White with #FC7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CA0; }
p { color: rgb(252,124,160); }
H1.HeaderClassName
{
color: #FC7CA0;
}
.AnyTagClassName
{
color: #FC7CA0;
}
</style>
background-color css
<style>
a { background-color: #FC7CA0; }
a { background-color: rgb(252,124,160); }
div.DivClassName
{
background-color: #FC7CA0;
}
.BgClassName
{
background-color: #FC7CA0;
}
</style>
border-color css
<style>
span { border-color: #FC7CA0; }
span { border-color: rgb(252,124,160); }
td.TdClassName
{
border-color: #FC7CA0;
}
.TagClassName
{
border-color: #FC7CA0;
}
</style>