Shades of Tickle Me Pink #FE71A4
Tints of Tickle Me Pink #FE71A4
RGB
CMYK
RGB Variations
Color information
#FE71A4 (or 0xFE71A4) is known color: Tickle Me Pink. HEX triplet: FE, 71 and A4. RGB value is (254,113,164). Sum of RGB (Red+Green+Blue) = 254+113+164=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71A4 is #018E5B. Grayscale: #A0A0A0. Windows color (decimal): -101980 or 10777086. OLE color: 10777086.
HSL color Cylindrical-coordinate representation of color #FE71A4: hue angle of 338.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71A4 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 164 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.00 |
| HSL | 338.3º | 0.99% | 0.72% | - |
| HSV(B) | 338.3º | 0.56% | 1% | - |
| XYZ | 53.48 | 35.56 | 39.17 | - |
| YUV | 160.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 164 | 0 | 0.56 | 0.35 | 0.00 | 338.3 | 0.99 | 0.72 |
| Hex | FE | 71 | A4 | 0 | 38 | 23 | 0 | 152 | 63 | 48 |
| Octal | 376 | 161 | 244 | 0 | 70 | 43 | 0 | 522 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10100100 | 0 | 111000 | 100011 | 0 | 101010010 | 1100011 | 1001000 |
Color Harmonies of #FE71A4
Complementary color
Monochromatic Colors of #FE71A4
Black with #FE71A4
Text Example
Text Example
White with #FE71A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71A4; }
p { color: rgb(254,113,164); }
H1.HeaderClassName
{
color: #FE71A4;
}
.AnyTagClassName
{
color: #FE71A4;
}
</style>
background-color css
<style>
a { background-color: #FE71A4; }
a { background-color: rgb(254,113,164); }
div.DivClassName
{
background-color: #FE71A4;
}
.BgClassName
{
background-color: #FE71A4;
}
</style>
border-color css
<style>
span { border-color: #FE71A4; }
span { border-color: rgb(254,113,164); }
td.TdClassName
{
border-color: #FE71A4;
}
.TagClassName
{
border-color: #FE71A4;
}
</style>