Shades of Tickle Me Pink #FC749D
Tints of Tickle Me Pink #FC749D
RGB
CMYK
RGB Variations
Color information
#FC749D (or 0xFC749D) is known color: Tickle Me Pink. HEX triplet: FC, 74 and 9D. RGB value is (252,116,157). Sum of RGB (Red+Green+Blue) = 252+116+157=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC749D is #038B62. Grayscale: #A1A1A1. Windows color (decimal): -232291 or 10319100. OLE color: 10319100.
HSL color Cylindrical-coordinate representation of color #FC749D: hue angle of 341.91º 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 #FC749D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 157 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.01 |
| HSL | 341.91º | 0.96% | 0.72% | - |
| HSV(B) | 341.91º | 0.54% | 0.99% | - |
| XYZ | 52.48 | 35.62 | 36.01 | - |
| YUV | 161.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 157 | 0 | 0.54 | 0.38 | 0.01 | 341.91 | 0.96 | 0.72 |
| Hex | FC | 74 | 9D | 0 | 36 | 26 | 1 | 156 | 60 | 48 |
| Octal | 374 | 164 | 235 | 0 | 66 | 46 | 1 | 526 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10011101 | 0 | 110110 | 100110 | 1 | 101010110 | 1100000 | 1001000 |
Color Harmonies of #FC749D
Complementary color
Monochromatic Colors of #FC749D
Black with #FC749D
Text Example
Text Example
White with #FC749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC749D; }
p { color: rgb(252,116,157); }
H1.HeaderClassName
{
color: #FC749D;
}
.AnyTagClassName
{
color: #FC749D;
}
</style>
background-color css
<style>
a { background-color: #FC749D; }
a { background-color: rgb(252,116,157); }
div.DivClassName
{
background-color: #FC749D;
}
.BgClassName
{
background-color: #FC749D;
}
</style>
border-color css
<style>
span { border-color: #FC749D; }
span { border-color: rgb(252,116,157); }
td.TdClassName
{
border-color: #FC749D;
}
.TagClassName
{
border-color: #FC749D;
}
</style>