Shades of Tickle Me Pink #FD83A1
Tints of Tickle Me Pink #FD83A1
RGB
CMYK
RGB Variations
Color information
#FD83A1 (or 0xFD83A1) is known color: Tickle Me Pink. HEX triplet: FD, 83 and A1. RGB value is (253,131,161). Sum of RGB (Red+Green+Blue) = 253+131+161=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD83A1 is #027C5E. Grayscale: #AAAAAA. Windows color (decimal): -162911 or 10585085. OLE color: 10585085.
HSL color Cylindrical-coordinate representation of color #FD83A1: hue angle of 345.25º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD83A1 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 161 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.01 |
| HSL | 345.25º | 0.97% | 0.75% | - |
| HSV(B) | 345.25º | 0.48% | 0.99% | - |
| XYZ | 55.06 | 39.69 | 38.48 | - |
| YUV | 170.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 161 | 0 | 0.48 | 0.36 | 0.01 | 345.25 | 0.97 | 0.75 |
| Hex | FD | 83 | A1 | 0 | 30 | 24 | 1 | 159 | 61 | 4B |
| Octal | 375 | 203 | 241 | 0 | 60 | 44 | 1 | 531 | 141 | 113 |
| Binary | 11111101 | 10000011 | 10100001 | 0 | 110000 | 100100 | 1 | 101011001 | 1100001 | 1001011 |
Color Harmonies of #FD83A1
Complementary color
Monochromatic Colors of #FD83A1
Black with #FD83A1
Text Example
Text Example
White with #FD83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD83A1; }
p { color: rgb(253,131,161); }
H1.HeaderClassName
{
color: #FD83A1;
}
.AnyTagClassName
{
color: #FD83A1;
}
</style>
background-color css
<style>
a { background-color: #FD83A1; }
a { background-color: rgb(253,131,161); }
div.DivClassName
{
background-color: #FD83A1;
}
.BgClassName
{
background-color: #FD83A1;
}
</style>
border-color css
<style>
span { border-color: #FD83A1; }
span { border-color: rgb(253,131,161); }
td.TdClassName
{
border-color: #FD83A1;
}
.TagClassName
{
border-color: #FD83A1;
}
</style>