Shades of Tickle Me Pink #FC84A1
Tints of Tickle Me Pink #FC84A1
RGB
CMYK
RGB Variations
Color information
#FC84A1 (or 0xFC84A1) is known color: Tickle Me Pink. HEX triplet: FC, 84 and A1. RGB value is (252,132,161). Sum of RGB (Red+Green+Blue) = 252+132+161=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC84A1 is #037B5E. Grayscale: #ABABAB. Windows color (decimal): -228191 or 10585340. OLE color: 10585340.
HSL color Cylindrical-coordinate representation of color #FC84A1: hue angle of 345.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84A1 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 161 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.01 |
| HSL | 345.5º | 0.95% | 0.75% | - |
| HSV(B) | 345.5º | 0.48% | 0.99% | - |
| XYZ | 54.83 | 39.77 | 38.51 | - |
| YUV | 171.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 161 | 0 | 0.48 | 0.36 | 0.01 | 345.5 | 0.95 | 0.75 |
| Hex | FC | 84 | A1 | 0 | 30 | 24 | 1 | 15A | 5F | 4B |
| Octal | 374 | 204 | 241 | 0 | 60 | 44 | 1 | 532 | 137 | 113 |
| Binary | 11111100 | 10000100 | 10100001 | 0 | 110000 | 100100 | 1 | 101011010 | 1011111 | 1001011 |
Color Harmonies of #FC84A1
Complementary color
Monochromatic Colors of #FC84A1
Black with #FC84A1
Text Example
Text Example
White with #FC84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC84A1; }
p { color: rgb(252,132,161); }
H1.HeaderClassName
{
color: #FC84A1;
}
.AnyTagClassName
{
color: #FC84A1;
}
</style>
background-color css
<style>
a { background-color: #FC84A1; }
a { background-color: rgb(252,132,161); }
div.DivClassName
{
background-color: #FC84A1;
}
.BgClassName
{
background-color: #FC84A1;
}
</style>
border-color css
<style>
span { border-color: #FC84A1; }
span { border-color: rgb(252,132,161); }
td.TdClassName
{
border-color: #FC84A1;
}
.TagClassName
{
border-color: #FC84A1;
}
</style>