Shades of Tickle Me Pink #FC74A0
Tints of Tickle Me Pink #FC74A0
RGB
CMYK
RGB Variations
Color information
#FC74A0 (or 0xFC74A0) is known color: Tickle Me Pink. HEX triplet: FC, 74 and A0. RGB value is (252,116,160). Sum of RGB (Red+Green+Blue) = 252+116+160=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC74A0 is #038B5F. Grayscale: #A1A1A1. Windows color (decimal): -232288 or 10515708. OLE color: 10515708.
HSL color Cylindrical-coordinate representation of color #FC74A0: hue angle of 340.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74A0 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 160 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.01 |
| HSL | 340.59º | 0.96% | 0.72% | - |
| HSV(B) | 340.59º | 0.54% | 0.99% | - |
| XYZ | 52.74 | 35.72 | 37.37 | - |
| YUV | 161.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 160 | 0 | 0.54 | 0.37 | 0.01 | 340.59 | 0.96 | 0.72 |
| Hex | FC | 74 | A0 | 0 | 36 | 25 | 1 | 155 | 60 | 48 |
| Octal | 374 | 164 | 240 | 0 | 66 | 45 | 1 | 525 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10100000 | 0 | 110110 | 100101 | 1 | 101010101 | 1100000 | 1001000 |
Color Harmonies of #FC74A0
Complementary color
Monochromatic Colors of #FC74A0
Black with #FC74A0
Text Example
Text Example
White with #FC74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74A0; }
p { color: rgb(252,116,160); }
H1.HeaderClassName
{
color: #FC74A0;
}
.AnyTagClassName
{
color: #FC74A0;
}
</style>
background-color css
<style>
a { background-color: #FC74A0; }
a { background-color: rgb(252,116,160); }
div.DivClassName
{
background-color: #FC74A0;
}
.BgClassName
{
background-color: #FC74A0;
}
</style>
border-color css
<style>
span { border-color: #FC74A0; }
span { border-color: rgb(252,116,160); }
td.TdClassName
{
border-color: #FC74A0;
}
.TagClassName
{
border-color: #FC74A0;
}
</style>