Shades of Tickle Me Pink #FC7CA8
Tints of Tickle Me Pink #FC7CA8
RGB
CMYK
RGB Variations
Color information
#FC7CA8 (or 0xFC7CA8) is known color: Tickle Me Pink. HEX triplet: FC, 7C and A8. RGB value is (252,124,168). Sum of RGB (Red+Green+Blue) = 252+124+168=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7CA8 is #038357. Grayscale: #A7A7A7. Windows color (decimal): -230232 or 11042044. OLE color: 11042044.
HSL color Cylindrical-coordinate representation of color #FC7CA8: hue angle of 339.38º 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 #FC7CA8 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 168 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.01 |
| HSL | 339.38º | 0.96% | 0.74% | - |
| HSV(B) | 339.38º | 0.51% | 0.99% | - |
| XYZ | 54.42 | 37.94 | 41.5 | - |
| YUV | 167.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 168 | 0 | 0.51 | 0.33 | 0.01 | 339.38 | 0.96 | 0.74 |
| Hex | FC | 7C | A8 | 0 | 33 | 21 | 1 | 153 | 60 | 4A |
| Octal | 374 | 174 | 250 | 0 | 63 | 41 | 1 | 523 | 140 | 112 |
| Binary | 11111100 | 1111100 | 10101000 | 0 | 110011 | 100001 | 1 | 101010011 | 1100000 | 1001010 |
Color Harmonies of #FC7CA8
Complementary color
Monochromatic Colors of #FC7CA8
Black with #FC7CA8
Text Example
Text Example
White with #FC7CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CA8; }
p { color: rgb(252,124,168); }
H1.HeaderClassName
{
color: #FC7CA8;
}
.AnyTagClassName
{
color: #FC7CA8;
}
</style>
background-color css
<style>
a { background-color: #FC7CA8; }
a { background-color: rgb(252,124,168); }
div.DivClassName
{
background-color: #FC7CA8;
}
.BgClassName
{
background-color: #FC7CA8;
}
</style>
border-color css
<style>
span { border-color: #FC7CA8; }
span { border-color: rgb(252,124,168); }
td.TdClassName
{
border-color: #FC7CA8;
}
.TagClassName
{
border-color: #FC7CA8;
}
</style>