Shades of Tickle Me Pink #FC7FAC
Tints of Tickle Me Pink #FC7FAC
RGB
CMYK
RGB Variations
Color information
#FC7FAC (or 0xFC7FAC) is known color: Tickle Me Pink. HEX triplet: FC, 7F and AC. RGB value is (252,127,172). Sum of RGB (Red+Green+Blue) = 252+127+172=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FAC is #038053. Grayscale: #A9A9A9. Windows color (decimal): -229460 or 11304956. OLE color: 11304956.
HSL color Cylindrical-coordinate representation of color #FC7FAC: hue angle of 338.4º 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 #FC7FAC is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 172 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.01 |
| HSL | 338.4º | 0.95% | 0.74% | - |
| HSV(B) | 338.4º | 0.5% | 0.99% | - |
| XYZ | 55.18 | 38.85 | 43.62 | - |
| YUV | 169.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 172 | 0 | 0.50 | 0.32 | 0.01 | 338.4 | 0.95 | 0.74 |
| Hex | FC | 7F | AC | 0 | 32 | 20 | 1 | 152 | 5F | 4A |
| Octal | 374 | 177 | 254 | 0 | 62 | 40 | 1 | 522 | 137 | 112 |
| Binary | 11111100 | 1111111 | 10101100 | 0 | 110010 | 100000 | 1 | 101010010 | 1011111 | 1001010 |
Color Harmonies of #FC7FAC
Complementary color
Monochromatic Colors of #FC7FAC
Black with #FC7FAC
Text Example
Text Example
White with #FC7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FAC; }
p { color: rgb(252,127,172); }
H1.HeaderClassName
{
color: #FC7FAC;
}
.AnyTagClassName
{
color: #FC7FAC;
}
</style>
background-color css
<style>
a { background-color: #FC7FAC; }
a { background-color: rgb(252,127,172); }
div.DivClassName
{
background-color: #FC7FAC;
}
.BgClassName
{
background-color: #FC7FAC;
}
</style>
border-color css
<style>
span { border-color: #FC7FAC; }
span { border-color: rgb(252,127,172); }
td.TdClassName
{
border-color: #FC7FAC;
}
.TagClassName
{
border-color: #FC7FAC;
}
</style>