Shades of Tickle Me Pink #FF7D99
Tints of Tickle Me Pink #FF7D99
RGB
CMYK
RGB Variations
Color information
#FF7D99 (or 0xFF7D99) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 99. RGB value is (255,125,153). Sum of RGB (Red+Green+Blue) = 255+125+153=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D99 is #008266. Grayscale: #A7A7A7. Windows color (decimal): -33383 or 10059263. OLE color: 10059263.
HSL color Cylindrical-coordinate representation of color #FF7D99: hue angle of 347.08º 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 #FF7D99 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 153 | - |
| CMYK | 0 | 0.51 | 0.4 | 0 |
| HSL | 347.08º | 1% | 0.75% | - |
| HSV(B) | 347.08º | 0.51% | 1% | - |
| XYZ | 54.32 | 38.23 | 34.65 | - |
| YUV | 167.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 153 | 0 | 0.51 | 0.4 | 0 | 347.08 | 1 | 0.75 |
| Hex | FF | 7D | 99 | 0 | 33 | 28 | 0 | 15B | 64 | 4B |
| Octal | 377 | 175 | 231 | 0 | 63 | 50 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10011001 | 0 | 110011 | 101000 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF7D99
Complementary color
Monochromatic Colors of #FF7D99
Black with #FF7D99
Text Example
Text Example
White with #FF7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D99; }
p { color: rgb(255,125,153); }
H1.HeaderClassName
{
color: #FF7D99;
}
.AnyTagClassName
{
color: #FF7D99;
}
</style>
background-color css
<style>
a { background-color: #FF7D99; }
a { background-color: rgb(255,125,153); }
div.DivClassName
{
background-color: #FF7D99;
}
.BgClassName
{
background-color: #FF7D99;
}
</style>
border-color css
<style>
span { border-color: #FF7D99; }
span { border-color: rgb(255,125,153); }
td.TdClassName
{
border-color: #FF7D99;
}
.TagClassName
{
border-color: #FF7D99;
}
</style>