Shades of Tickle Me Pink #FC7F9C
Tints of Tickle Me Pink #FC7F9C
RGB
CMYK
RGB Variations
Color information
#FC7F9C (or 0xFC7F9C) is known color: Tickle Me Pink. HEX triplet: FC, 7F and 9C. RGB value is (252,127,156). Sum of RGB (Red+Green+Blue) = 252+127+156=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F9C is #038063. Grayscale: #A7A7A7. Windows color (decimal): -229476 or 10256380. OLE color: 10256380.
HSL color Cylindrical-coordinate representation of color #FC7F9C: hue angle of 346.08º 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 #FC7F9C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 156 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.01 |
| HSL | 346.08º | 0.95% | 0.74% | - |
| HSV(B) | 346.08º | 0.5% | 0.99% | - |
| XYZ | 53.74 | 38.27 | 36.01 | - |
| YUV | 167.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 156 | 0 | 0.50 | 0.38 | 0.01 | 346.08 | 0.95 | 0.74 |
| Hex | FC | 7F | 9C | 0 | 32 | 26 | 1 | 15A | 5F | 4A |
| Octal | 374 | 177 | 234 | 0 | 62 | 46 | 1 | 532 | 137 | 112 |
| Binary | 11111100 | 1111111 | 10011100 | 0 | 110010 | 100110 | 1 | 101011010 | 1011111 | 1001010 |
Color Harmonies of #FC7F9C
Complementary color
Monochromatic Colors of #FC7F9C
Black with #FC7F9C
Text Example
Text Example
White with #FC7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F9C; }
p { color: rgb(252,127,156); }
H1.HeaderClassName
{
color: #FC7F9C;
}
.AnyTagClassName
{
color: #FC7F9C;
}
</style>
background-color css
<style>
a { background-color: #FC7F9C; }
a { background-color: rgb(252,127,156); }
div.DivClassName
{
background-color: #FC7F9C;
}
.BgClassName
{
background-color: #FC7F9C;
}
</style>
border-color css
<style>
span { border-color: #FC7F9C; }
span { border-color: rgb(252,127,156); }
td.TdClassName
{
border-color: #FC7F9C;
}
.TagClassName
{
border-color: #FC7F9C;
}
</style>