Shades of Tickle Me Pink #FD74A8
Tints of Tickle Me Pink #FD74A8
RGB
CMYK
RGB Variations
Color information
#FD74A8 (or 0xFD74A8) is known color: Tickle Me Pink. HEX triplet: FD, 74 and A8. RGB value is (253,116,168). Sum of RGB (Red+Green+Blue) = 253+116+168=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD74A8 is #028B57. Grayscale: #A2A2A2. Windows color (decimal): -166744 or 11039997. OLE color: 11039997.
HSL color Cylindrical-coordinate representation of color #FD74A8: hue angle of 337.23º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74A8 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 168 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.01 |
| HSL | 337.23º | 0.97% | 0.72% | - |
| HSV(B) | 337.23º | 0.54% | 0.99% | - |
| XYZ | 53.82 | 36.2 | 41.2 | - |
| YUV | 162.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 168 | 0 | 0.54 | 0.34 | 0.01 | 337.23 | 0.97 | 0.72 |
| Hex | FD | 74 | A8 | 0 | 36 | 22 | 1 | 151 | 61 | 48 |
| Octal | 375 | 164 | 250 | 0 | 66 | 42 | 1 | 521 | 141 | 110 |
| Binary | 11111101 | 1110100 | 10101000 | 0 | 110110 | 100010 | 1 | 101010001 | 1100001 | 1001000 |
Color Harmonies of #FD74A8
Complementary color
Monochromatic Colors of #FD74A8
Black with #FD74A8
Text Example
Text Example
White with #FD74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74A8; }
p { color: rgb(253,116,168); }
H1.HeaderClassName
{
color: #FD74A8;
}
.AnyTagClassName
{
color: #FD74A8;
}
</style>
background-color css
<style>
a { background-color: #FD74A8; }
a { background-color: rgb(253,116,168); }
div.DivClassName
{
background-color: #FD74A8;
}
.BgClassName
{
background-color: #FD74A8;
}
</style>
border-color css
<style>
span { border-color: #FD74A8; }
span { border-color: rgb(253,116,168); }
td.TdClassName
{
border-color: #FD74A8;
}
.TagClassName
{
border-color: #FD74A8;
}
</style>