Shades of Tickle Me Pink #FC7CA1
Tints of Tickle Me Pink #FC7CA1
RGB
CMYK
RGB Variations
Color information
#FC7CA1 (or 0xFC7CA1) is known color: Tickle Me Pink. HEX triplet: FC, 7C and A1. RGB value is (252,124,161). Sum of RGB (Red+Green+Blue) = 252+124+161=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7CA1 is #03835E. Grayscale: #A6A6A6. Windows color (decimal): -230239 or 10583292. OLE color: 10583292.
HSL color Cylindrical-coordinate representation of color #FC7CA1: hue angle of 342.66º 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 #FC7CA1 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 161 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.01 |
| HSL | 342.66º | 0.96% | 0.74% | - |
| HSV(B) | 342.66º | 0.51% | 0.99% | - |
| XYZ | 53.79 | 37.68 | 38.16 | - |
| YUV | 166.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 161 | 0 | 0.51 | 0.36 | 0.01 | 342.66 | 0.96 | 0.74 |
| Hex | FC | 7C | A1 | 0 | 33 | 24 | 1 | 157 | 60 | 4A |
| Octal | 374 | 174 | 241 | 0 | 63 | 44 | 1 | 527 | 140 | 112 |
| Binary | 11111100 | 1111100 | 10100001 | 0 | 110011 | 100100 | 1 | 101010111 | 1100000 | 1001010 |
Color Harmonies of #FC7CA1
Complementary color
Monochromatic Colors of #FC7CA1
Black with #FC7CA1
Text Example
Text Example
White with #FC7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CA1; }
p { color: rgb(252,124,161); }
H1.HeaderClassName
{
color: #FC7CA1;
}
.AnyTagClassName
{
color: #FC7CA1;
}
</style>
background-color css
<style>
a { background-color: #FC7CA1; }
a { background-color: rgb(252,124,161); }
div.DivClassName
{
background-color: #FC7CA1;
}
.BgClassName
{
background-color: #FC7CA1;
}
</style>
border-color css
<style>
span { border-color: #FC7CA1; }
span { border-color: rgb(252,124,161); }
td.TdClassName
{
border-color: #FC7CA1;
}
.TagClassName
{
border-color: #FC7CA1;
}
</style>