Shades of Tickle Me Pink #FC7BA1
Tints of Tickle Me Pink #FC7BA1
RGB
CMYK
RGB Variations
Color information
#FC7BA1 (or 0xFC7BA1) is known color: Tickle Me Pink. HEX triplet: FC, 7B and A1. RGB value is (252,123,161). Sum of RGB (Red+Green+Blue) = 252+123+161=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7BA1 is #03845E. Grayscale: #A5A5A5. Windows color (decimal): -230495 or 10583036. OLE color: 10583036.
HSL color Cylindrical-coordinate representation of color #FC7BA1: hue angle of 342.33º 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 #FC7BA1 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 161 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.01 |
| HSL | 342.33º | 0.96% | 0.74% | - |
| HSV(B) | 342.33º | 0.51% | 0.99% | - |
| XYZ | 53.66 | 37.43 | 38.12 | - |
| YUV | 165.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 161 | 0 | 0.51 | 0.36 | 0.01 | 342.33 | 0.96 | 0.74 |
| Hex | FC | 7B | A1 | 0 | 33 | 24 | 1 | 156 | 60 | 4A |
| Octal | 374 | 173 | 241 | 0 | 63 | 44 | 1 | 526 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10100001 | 0 | 110011 | 100100 | 1 | 101010110 | 1100000 | 1001010 |
Color Harmonies of #FC7BA1
Complementary color
Monochromatic Colors of #FC7BA1
Black with #FC7BA1
Text Example
Text Example
White with #FC7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BA1; }
p { color: rgb(252,123,161); }
H1.HeaderClassName
{
color: #FC7BA1;
}
.AnyTagClassName
{
color: #FC7BA1;
}
</style>
background-color css
<style>
a { background-color: #FC7BA1; }
a { background-color: rgb(252,123,161); }
div.DivClassName
{
background-color: #FC7BA1;
}
.BgClassName
{
background-color: #FC7BA1;
}
</style>
border-color css
<style>
span { border-color: #FC7BA1; }
span { border-color: rgb(252,123,161); }
td.TdClassName
{
border-color: #FC7BA1;
}
.TagClassName
{
border-color: #FC7BA1;
}
</style>