Shades of Tickle Me Pink #FC7FA1
Tints of Tickle Me Pink #FC7FA1
RGB
CMYK
RGB Variations
Color information
#FC7FA1 (or 0xFC7FA1) is known color: Tickle Me Pink. HEX triplet: FC, 7F and A1. RGB value is (252,127,161). Sum of RGB (Red+Green+Blue) = 252+127+161=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FA1 is #03805E. Grayscale: #A8A8A8. Windows color (decimal): -229471 or 10584060. OLE color: 10584060.
HSL color Cylindrical-coordinate representation of color #FC7FA1: hue angle of 343.68º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 161 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.01 |
| HSL | 343.68º | 0.95% | 0.74% | - |
| HSV(B) | 343.68º | 0.5% | 0.99% | - |
| XYZ | 54.17 | 38.45 | 38.28 | - |
| YUV | 168.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 161 | 0 | 0.50 | 0.36 | 0.01 | 343.68 | 0.95 | 0.74 |
| Hex | FC | 7F | A1 | 0 | 32 | 24 | 1 | 158 | 5F | 4A |
| Octal | 374 | 177 | 241 | 0 | 62 | 44 | 1 | 530 | 137 | 112 |
| Binary | 11111100 | 1111111 | 10100001 | 0 | 110010 | 100100 | 1 | 101011000 | 1011111 | 1001010 |
Color Harmonies of #FC7FA1
Complementary color
Monochromatic Colors of #FC7FA1
Black with #FC7FA1
Text Example
Text Example
White with #FC7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FA1; }
p { color: rgb(252,127,161); }
H1.HeaderClassName
{
color: #FC7FA1;
}
.AnyTagClassName
{
color: #FC7FA1;
}
</style>
background-color css
<style>
a { background-color: #FC7FA1; }
a { background-color: rgb(252,127,161); }
div.DivClassName
{
background-color: #FC7FA1;
}
.BgClassName
{
background-color: #FC7FA1;
}
</style>
border-color css
<style>
span { border-color: #FC7FA1; }
span { border-color: rgb(252,127,161); }
td.TdClassName
{
border-color: #FC7FA1;
}
.TagClassName
{
border-color: #FC7FA1;
}
</style>