Shades of Tickle Me Pink #FF749D
Tints of Tickle Me Pink #FF749D
RGB
CMYK
RGB Variations
Color information
#FF749D (or 0xFF749D) is known color: Tickle Me Pink. HEX triplet: FF, 74 and 9D. RGB value is (255,116,157). Sum of RGB (Red+Green+Blue) = 255+116+157=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF749D is #008B62. Grayscale: #A2A2A2. Windows color (decimal): -35683 or 10319103. OLE color: 10319103.
HSL color Cylindrical-coordinate representation of color #FF749D: hue angle of 342.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF749D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 157 | - |
| CMYK | 0 | 0.55 | 0.38 | 0 |
| HSL | 342.3º | 1% | 0.73% | - |
| HSV(B) | 342.3º | 0.55% | 1% | - |
| XYZ | 53.57 | 36.19 | 36.06 | - |
| YUV | 162.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 157 | 0 | 0.55 | 0.38 | 0 | 342.3 | 1 | 0.73 |
| Hex | FF | 74 | 9D | 0 | 37 | 26 | 0 | 156 | 64 | 49 |
| Octal | 377 | 164 | 235 | 0 | 67 | 46 | 0 | 526 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10011101 | 0 | 110111 | 100110 | 0 | 101010110 | 1100100 | 1001001 |
Color Harmonies of #FF749D
Complementary color
Monochromatic Colors of #FF749D
Black with #FF749D
Text Example
Text Example
White with #FF749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF749D; }
p { color: rgb(255,116,157); }
H1.HeaderClassName
{
color: #FF749D;
}
.AnyTagClassName
{
color: #FF749D;
}
</style>
background-color css
<style>
a { background-color: #FF749D; }
a { background-color: rgb(255,116,157); }
div.DivClassName
{
background-color: #FF749D;
}
.BgClassName
{
background-color: #FF749D;
}
</style>
border-color css
<style>
span { border-color: #FF749D; }
span { border-color: rgb(255,116,157); }
td.TdClassName
{
border-color: #FF749D;
}
.TagClassName
{
border-color: #FF749D;
}
</style>