Shades of Tickle Me Pink #FF7D9C
Tints of Tickle Me Pink #FF7D9C
RGB
CMYK
RGB Variations
Color information
#FF7D9C (or 0xFF7D9C) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 9C. RGB value is (255,125,156). Sum of RGB (Red+Green+Blue) = 255+125+156=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D9C is #008263. Grayscale: #A7A7A7. Windows color (decimal): -33380 or 10255871. OLE color: 10255871.
HSL color Cylindrical-coordinate representation of color #FF7D9C: hue angle of 345.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D9C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 156 | - |
| CMYK | 0 | 0.51 | 0.39 | 0 |
| HSL | 345.69º | 1% | 0.75% | - |
| HSV(B) | 345.69º | 0.51% | 1% | - |
| XYZ | 54.57 | 38.33 | 35.97 | - |
| YUV | 167.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 156 | 0 | 0.51 | 0.39 | 0 | 345.69 | 1 | 0.75 |
| Hex | FF | 7D | 9C | 0 | 33 | 27 | 0 | 15A | 64 | 4B |
| Octal | 377 | 175 | 234 | 0 | 63 | 47 | 0 | 532 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10011100 | 0 | 110011 | 100111 | 0 | 101011010 | 1100100 | 1001011 |
Color Harmonies of #FF7D9C
Complementary color
Monochromatic Colors of #FF7D9C
Black with #FF7D9C
Text Example
Text Example
White with #FF7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D9C; }
p { color: rgb(255,125,156); }
H1.HeaderClassName
{
color: #FF7D9C;
}
.AnyTagClassName
{
color: #FF7D9C;
}
</style>
background-color css
<style>
a { background-color: #FF7D9C; }
a { background-color: rgb(255,125,156); }
div.DivClassName
{
background-color: #FF7D9C;
}
.BgClassName
{
background-color: #FF7D9C;
}
</style>
border-color css
<style>
span { border-color: #FF7D9C; }
span { border-color: rgb(255,125,156); }
td.TdClassName
{
border-color: #FF7D9C;
}
.TagClassName
{
border-color: #FF7D9C;
}
</style>