Shades of Tickle Me Pink #FF7D9F
Tints of Tickle Me Pink #FF7D9F
RGB
CMYK
RGB Variations
Color information
#FF7D9F (or 0xFF7D9F) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 9F. RGB value is (255,125,159). Sum of RGB (Red+Green+Blue) = 255+125+159=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D9F is #008260. Grayscale: #A7A7A7. Windows color (decimal): -33377 or 10452479. OLE color: 10452479.
HSL color Cylindrical-coordinate representation of color #FF7D9F: hue angle of 344.31º 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 #FF7D9F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 159 | - |
| CMYK | 0 | 0.51 | 0.38 | 0 |
| HSL | 344.31º | 1% | 0.75% | - |
| HSV(B) | 344.31º | 0.51% | 1% | - |
| XYZ | 54.83 | 38.43 | 37.33 | - |
| YUV | 167.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 159 | 0 | 0.51 | 0.38 | 0 | 344.31 | 1 | 0.75 |
| Hex | FF | 7D | 9F | 0 | 33 | 26 | 0 | 158 | 64 | 4B |
| Octal | 377 | 175 | 237 | 0 | 63 | 46 | 0 | 530 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10011111 | 0 | 110011 | 100110 | 0 | 101011000 | 1100100 | 1001011 |
Color Harmonies of #FF7D9F
Complementary color
Monochromatic Colors of #FF7D9F
Black with #FF7D9F
Text Example
Text Example
White with #FF7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D9F; }
p { color: rgb(255,125,159); }
H1.HeaderClassName
{
color: #FF7D9F;
}
.AnyTagClassName
{
color: #FF7D9F;
}
</style>
background-color css
<style>
a { background-color: #FF7D9F; }
a { background-color: rgb(255,125,159); }
div.DivClassName
{
background-color: #FF7D9F;
}
.BgClassName
{
background-color: #FF7D9F;
}
</style>
border-color css
<style>
span { border-color: #FF7D9F; }
span { border-color: rgb(255,125,159); }
td.TdClassName
{
border-color: #FF7D9F;
}
.TagClassName
{
border-color: #FF7D9F;
}
</style>