Shades of Tickle Me Pink #FD759C
Tints of Tickle Me Pink #FD759C
RGB
CMYK
RGB Variations
Color information
#FD759C (or 0xFD759C) is known color: Tickle Me Pink. HEX triplet: FD, 75 and 9C. RGB value is (253,117,156). Sum of RGB (Red+Green+Blue) = 253+117+156=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD759C is #028A63. Grayscale: #A2A2A2. Windows color (decimal): -166500 or 10253821. OLE color: 10253821.
HSL color Cylindrical-coordinate representation of color #FD759C: hue angle of 342.79º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD759C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 156 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.01 |
| HSL | 342.79º | 0.97% | 0.73% | - |
| HSV(B) | 342.79º | 0.54% | 0.99% | - |
| XYZ | 52.87 | 36.01 | 35.62 | - |
| YUV | 162.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 156 | 0 | 0.54 | 0.38 | 0.01 | 342.79 | 0.97 | 0.73 |
| Hex | FD | 75 | 9C | 0 | 36 | 26 | 1 | 157 | 61 | 49 |
| Octal | 375 | 165 | 234 | 0 | 66 | 46 | 1 | 527 | 141 | 111 |
| Binary | 11111101 | 1110101 | 10011100 | 0 | 110110 | 100110 | 1 | 101010111 | 1100001 | 1001001 |
Color Harmonies of #FD759C
Complementary color
Monochromatic Colors of #FD759C
Black with #FD759C
Text Example
Text Example
White with #FD759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD759C; }
p { color: rgb(253,117,156); }
H1.HeaderClassName
{
color: #FD759C;
}
.AnyTagClassName
{
color: #FD759C;
}
</style>
background-color css
<style>
a { background-color: #FD759C; }
a { background-color: rgb(253,117,156); }
div.DivClassName
{
background-color: #FD759C;
}
.BgClassName
{
background-color: #FD759C;
}
</style>
border-color css
<style>
span { border-color: #FD759C; }
span { border-color: rgb(253,117,156); }
td.TdClassName
{
border-color: #FD759C;
}
.TagClassName
{
border-color: #FD759C;
}
</style>