Shades of Tickle Me Pink #FC80A1
Tints of Tickle Me Pink #FC80A1
RGB
CMYK
RGB Variations
Color information
#FC80A1 (or 0xFC80A1) is known color: Tickle Me Pink. HEX triplet: FC, 80 and A1. RGB value is (252,128,161). Sum of RGB (Red+Green+Blue) = 252+128+161=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80A1 is #037F5E. Grayscale: #A8A8A8. Windows color (decimal): -229215 or 10584316. OLE color: 10584316.
HSL color Cylindrical-coordinate representation of color #FC80A1: hue angle of 344.03º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80A1 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 161 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.01 |
| HSL | 344.03º | 0.95% | 0.75% | - |
| HSV(B) | 344.03º | 0.49% | 0.99% | - |
| XYZ | 54.3 | 38.71 | 38.33 | - |
| YUV | 168.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 161 | 0 | 0.49 | 0.36 | 0.01 | 344.03 | 0.95 | 0.75 |
| Hex | FC | 80 | A1 | 0 | 31 | 24 | 1 | 158 | 5F | 4B |
| Octal | 374 | 200 | 241 | 0 | 61 | 44 | 1 | 530 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10100001 | 0 | 110001 | 100100 | 1 | 101011000 | 1011111 | 1001011 |
Color Harmonies of #FC80A1
Complementary color
Monochromatic Colors of #FC80A1
Black with #FC80A1
Text Example
Text Example
White with #FC80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80A1; }
p { color: rgb(252,128,161); }
H1.HeaderClassName
{
color: #FC80A1;
}
.AnyTagClassName
{
color: #FC80A1;
}
</style>
background-color css
<style>
a { background-color: #FC80A1; }
a { background-color: rgb(252,128,161); }
div.DivClassName
{
background-color: #FC80A1;
}
.BgClassName
{
background-color: #FC80A1;
}
</style>
border-color css
<style>
span { border-color: #FC80A1; }
span { border-color: rgb(252,128,161); }
td.TdClassName
{
border-color: #FC80A1;
}
.TagClassName
{
border-color: #FC80A1;
}
</style>