Shades of Tickle Me Pink #FD71A1
Tints of Tickle Me Pink #FD71A1
RGB
CMYK
RGB Variations
Color information
#FD71A1 (or 0xFD71A1) is known color: Tickle Me Pink. HEX triplet: FD, 71 and A1. RGB value is (253,113,161). Sum of RGB (Red+Green+Blue) = 253+113+161=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD71A1 is #028E5E. Grayscale: #A0A0A0. Windows color (decimal): -167519 or 10580477. OLE color: 10580477.
HSL color Cylindrical-coordinate representation of color #FD71A1: hue angle of 339.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD71A1 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 161 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.01 |
| HSL | 339.43º | 0.97% | 0.72% | - |
| HSV(B) | 339.43º | 0.55% | 0.99% | - |
| XYZ | 52.85 | 35.27 | 37.74 | - |
| YUV | 160.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 161 | 0 | 0.55 | 0.36 | 0.01 | 339.43 | 0.97 | 0.72 |
| Hex | FD | 71 | A1 | 0 | 37 | 24 | 1 | 153 | 61 | 48 |
| Octal | 375 | 161 | 241 | 0 | 67 | 44 | 1 | 523 | 141 | 110 |
| Binary | 11111101 | 1110001 | 10100001 | 0 | 110111 | 100100 | 1 | 101010011 | 1100001 | 1001000 |
Color Harmonies of #FD71A1
Complementary color
Monochromatic Colors of #FD71A1
Black with #FD71A1
Text Example
Text Example
White with #FD71A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD71A1; }
p { color: rgb(253,113,161); }
H1.HeaderClassName
{
color: #FD71A1;
}
.AnyTagClassName
{
color: #FD71A1;
}
</style>
background-color css
<style>
a { background-color: #FD71A1; }
a { background-color: rgb(253,113,161); }
div.DivClassName
{
background-color: #FD71A1;
}
.BgClassName
{
background-color: #FD71A1;
}
</style>
border-color css
<style>
span { border-color: #FD71A1; }
span { border-color: rgb(253,113,161); }
td.TdClassName
{
border-color: #FD71A1;
}
.TagClassName
{
border-color: #FD71A1;
}
</style>