Shades of Tickle Me Pink #FD7A91
Tints of Tickle Me Pink #FD7A91
RGB
CMYK
RGB Variations
Color information
#FD7A91 (or 0xFD7A91) is known color: Tickle Me Pink. HEX triplet: FD, 7A and 91. RGB value is (253,122,145). Sum of RGB (Red+Green+Blue) = 253+122+145=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A91 is #02856E. Grayscale: #A3A3A3. Windows color (decimal): -165231 or 9534205. OLE color: 9534205.
HSL color Cylindrical-coordinate representation of color #FD7A91: hue angle of 349.47º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A91 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 145 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.01 |
| HSL | 349.47º | 0.97% | 0.74% | - |
| HSV(B) | 349.47º | 0.52% | 0.99% | - |
| XYZ | 52.58 | 36.85 | 31.13 | - |
| YUV | 163.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 145 | 0 | 0.52 | 0.43 | 0.01 | 349.47 | 0.97 | 0.74 |
| Hex | FD | 7A | 91 | 0 | 34 | 2B | 1 | 15D | 61 | 4A |
| Octal | 375 | 172 | 221 | 0 | 64 | 53 | 1 | 535 | 141 | 112 |
| Binary | 11111101 | 1111010 | 10010001 | 0 | 110100 | 101011 | 1 | 101011101 | 1100001 | 1001010 |
Color Harmonies of #FD7A91
Complementary color
Monochromatic Colors of #FD7A91
Black with #FD7A91
Text Example
Text Example
White with #FD7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A91; }
p { color: rgb(253,122,145); }
H1.HeaderClassName
{
color: #FD7A91;
}
.AnyTagClassName
{
color: #FD7A91;
}
</style>
background-color css
<style>
a { background-color: #FD7A91; }
a { background-color: rgb(253,122,145); }
div.DivClassName
{
background-color: #FD7A91;
}
.BgClassName
{
background-color: #FD7A91;
}
</style>
border-color css
<style>
span { border-color: #FD7A91; }
span { border-color: rgb(253,122,145); }
td.TdClassName
{
border-color: #FD7A91;
}
.TagClassName
{
border-color: #FD7A91;
}
</style>