Shades of Tickle Me Pink #FC6CA1
Tints of Tickle Me Pink #FC6CA1
RGB
CMYK
RGB Variations
Color information
#FC6CA1 (or 0xFC6CA1) is known color: Tickle Me Pink. HEX triplet: FC, 6C and A1. RGB value is (252,108,161). Sum of RGB (Red+Green+Blue) = 252+108+161=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CA1 is #03935E. Grayscale: #9D9D9D. Windows color (decimal): -234335 or 10579196. OLE color: 10579196.
HSL color Cylindrical-coordinate representation of color #FC6CA1: hue angle of 337.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CA1 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 161 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.01 |
| HSL | 337.92º | 0.96% | 0.71% | - |
| HSV(B) | 337.92º | 0.57% | 0.99% | - |
| XYZ | 51.94 | 33.99 | 37.54 | - |
| YUV | 157.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 161 | 0 | 0.57 | 0.36 | 0.01 | 337.92 | 0.96 | 0.71 |
| Hex | FC | 6C | A1 | 0 | 39 | 24 | 1 | 152 | 60 | 47 |
| Octal | 374 | 154 | 241 | 0 | 71 | 44 | 1 | 522 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10100001 | 0 | 111001 | 100100 | 1 | 101010010 | 1100000 | 1000111 |
Color Harmonies of #FC6CA1
Complementary color
Monochromatic Colors of #FC6CA1
Black with #FC6CA1
Text Example
Text Example
White with #FC6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CA1; }
p { color: rgb(252,108,161); }
H1.HeaderClassName
{
color: #FC6CA1;
}
.AnyTagClassName
{
color: #FC6CA1;
}
</style>
background-color css
<style>
a { background-color: #FC6CA1; }
a { background-color: rgb(252,108,161); }
div.DivClassName
{
background-color: #FC6CA1;
}
.BgClassName
{
background-color: #FC6CA1;
}
</style>
border-color css
<style>
span { border-color: #FC6CA1; }
span { border-color: rgb(252,108,161); }
td.TdClassName
{
border-color: #FC6CA1;
}
.TagClassName
{
border-color: #FC6CA1;
}
</style>