Shades of Tickle Me Pink #FD80A0
Tints of Tickle Me Pink #FD80A0
RGB
CMYK
RGB Variations
Color information
#FD80A0 (or 0xFD80A0) is known color: Tickle Me Pink. HEX triplet: FD, 80 and A0. RGB value is (253,128,160). Sum of RGB (Red+Green+Blue) = 253+128+160=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80A0 is #027F5F. Grayscale: #A9A9A9. Windows color (decimal): -163680 or 10518781. OLE color: 10518781.
HSL color Cylindrical-coordinate representation of color #FD80A0: hue angle of 344.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD80A0 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 160 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.01 |
| HSL | 344.64º | 0.97% | 0.75% | - |
| HSV(B) | 344.64º | 0.49% | 0.99% | - |
| XYZ | 54.57 | 38.86 | 37.88 | - |
| YUV | 169.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 160 | 0 | 0.49 | 0.37 | 0.01 | 344.64 | 0.97 | 0.75 |
| Hex | FD | 80 | A0 | 0 | 31 | 25 | 1 | 159 | 61 | 4B |
| Octal | 375 | 200 | 240 | 0 | 61 | 45 | 1 | 531 | 141 | 113 |
| Binary | 11111101 | 10000000 | 10100000 | 0 | 110001 | 100101 | 1 | 101011001 | 1100001 | 1001011 |
Color Harmonies of #FD80A0
Complementary color
Monochromatic Colors of #FD80A0
Black with #FD80A0
Text Example
Text Example
White with #FD80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80A0; }
p { color: rgb(253,128,160); }
H1.HeaderClassName
{
color: #FD80A0;
}
.AnyTagClassName
{
color: #FD80A0;
}
</style>
background-color css
<style>
a { background-color: #FD80A0; }
a { background-color: rgb(253,128,160); }
div.DivClassName
{
background-color: #FD80A0;
}
.BgClassName
{
background-color: #FD80A0;
}
</style>
border-color css
<style>
span { border-color: #FD80A0; }
span { border-color: rgb(253,128,160); }
td.TdClassName
{
border-color: #FD80A0;
}
.TagClassName
{
border-color: #FD80A0;
}
</style>