Shades of Tickle Me Pink #FE71A0
Tints of Tickle Me Pink #FE71A0
RGB
CMYK
RGB Variations
Color information
#FE71A0 (or 0xFE71A0) is known color: Tickle Me Pink. HEX triplet: FE, 71 and A0. RGB value is (254,113,160). Sum of RGB (Red+Green+Blue) = 254+113+160=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71A0 is #018E5F. Grayscale: #A0A0A0. Windows color (decimal): -101984 or 10514942. OLE color: 10514942.
HSL color Cylindrical-coordinate representation of color #FE71A0: hue angle of 340º 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 #FE71A0 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 160 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.00 |
| HSL | 340º | 0.99% | 0.72% | - |
| HSV(B) | 340º | 0.56% | 1% | - |
| XYZ | 53.12 | 35.42 | 37.29 | - |
| YUV | 160.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 160 | 0 | 0.56 | 0.37 | 0.00 | 340 | 0.99 | 0.72 |
| Hex | FE | 71 | A0 | 0 | 38 | 25 | 0 | 154 | 63 | 48 |
| Octal | 376 | 161 | 240 | 0 | 70 | 45 | 0 | 524 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10100000 | 0 | 111000 | 100101 | 0 | 101010100 | 1100011 | 1001000 |
Color Harmonies of #FE71A0
Complementary color
Monochromatic Colors of #FE71A0
Black with #FE71A0
Text Example
Text Example
White with #FE71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71A0; }
p { color: rgb(254,113,160); }
H1.HeaderClassName
{
color: #FE71A0;
}
.AnyTagClassName
{
color: #FE71A0;
}
</style>
background-color css
<style>
a { background-color: #FE71A0; }
a { background-color: rgb(254,113,160); }
div.DivClassName
{
background-color: #FE71A0;
}
.BgClassName
{
background-color: #FE71A0;
}
</style>
border-color css
<style>
span { border-color: #FE71A0; }
span { border-color: rgb(254,113,160); }
td.TdClassName
{
border-color: #FE71A0;
}
.TagClassName
{
border-color: #FE71A0;
}
</style>