Shades of Tickle Me Pink #FF7D98
Tints of Tickle Me Pink #FF7D98
RGB
CMYK
RGB Variations
Color information
#FF7D98 (or 0xFF7D98) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 98. RGB value is (255,125,152). Sum of RGB (Red+Green+Blue) = 255+125+152=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D98 is #008267. Grayscale: #A6A6A6. Windows color (decimal): -33384 or 9993727. OLE color: 9993727.
HSL color Cylindrical-coordinate representation of color #FF7D98: hue angle of 347.54º 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 #FF7D98 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 152 | - |
| CMYK | 0 | 0.51 | 0.40 | 0 |
| HSL | 347.54º | 1% | 0.75% | - |
| HSV(B) | 347.54º | 0.51% | 1% | - |
| XYZ | 54.24 | 38.19 | 34.22 | - |
| YUV | 166.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 152 | 0 | 0.51 | 0.40 | 0 | 347.54 | 1 | 0.75 |
| Hex | FF | 7D | 98 | 0 | 33 | 28 | 0 | 15C | 64 | 4B |
| Octal | 377 | 175 | 230 | 0 | 63 | 50 | 0 | 534 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10011000 | 0 | 110011 | 101000 | 0 | 101011100 | 1100100 | 1001011 |
Color Harmonies of #FF7D98
Complementary color
Monochromatic Colors of #FF7D98
Black with #FF7D98
Text Example
Text Example
White with #FF7D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D98; }
p { color: rgb(255,125,152); }
H1.HeaderClassName
{
color: #FF7D98;
}
.AnyTagClassName
{
color: #FF7D98;
}
</style>
background-color css
<style>
a { background-color: #FF7D98; }
a { background-color: rgb(255,125,152); }
div.DivClassName
{
background-color: #FF7D98;
}
.BgClassName
{
background-color: #FF7D98;
}
</style>
border-color css
<style>
span { border-color: #FF7D98; }
span { border-color: rgb(255,125,152); }
td.TdClassName
{
border-color: #FF7D98;
}
.TagClassName
{
border-color: #FF7D98;
}
</style>