Shades of Tickle Me Pink #FC7096
Tints of Tickle Me Pink #FC7096
RGB
CMYK
RGB Variations
Color information
#FC7096 (or 0xFC7096) is known color: Tickle Me Pink. HEX triplet: FC, 70 and 96. RGB value is (252,112,150). Sum of RGB (Red+Green+Blue) = 252+112+150=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7096 is #038F69. Grayscale: #9E9E9E. Windows color (decimal): -233322 or 9859324. OLE color: 9859324.
HSL color Cylindrical-coordinate representation of color #FC7096: hue angle of 343.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7096 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 150 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.01 |
| HSL | 343.71º | 0.96% | 0.71% | - |
| HSV(B) | 343.71º | 0.56% | 0.99% | - |
| XYZ | 51.44 | 34.49 | 32.8 | - |
| YUV | 158.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 150 | 0 | 0.56 | 0.40 | 0.01 | 343.71 | 0.96 | 0.71 |
| Hex | FC | 70 | 96 | 0 | 38 | 28 | 1 | 158 | 60 | 47 |
| Octal | 374 | 160 | 226 | 0 | 70 | 50 | 1 | 530 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10010110 | 0 | 111000 | 101000 | 1 | 101011000 | 1100000 | 1000111 |
Color Harmonies of #FC7096
Complementary color
Monochromatic Colors of #FC7096
Black with #FC7096
Text Example
Text Example
White with #FC7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7096; }
p { color: rgb(252,112,150); }
H1.HeaderClassName
{
color: #FC7096;
}
.AnyTagClassName
{
color: #FC7096;
}
</style>
background-color css
<style>
a { background-color: #FC7096; }
a { background-color: rgb(252,112,150); }
div.DivClassName
{
background-color: #FC7096;
}
.BgClassName
{
background-color: #FC7096;
}
</style>
border-color css
<style>
span { border-color: #FC7096; }
span { border-color: rgb(252,112,150); }
td.TdClassName
{
border-color: #FC7096;
}
.TagClassName
{
border-color: #FC7096;
}
</style>