Shades of Tickle Me Pink #FE74A0
Tints of Tickle Me Pink #FE74A0
RGB
CMYK
RGB Variations
Color information
#FE74A0 (or 0xFE74A0) is known color: Tickle Me Pink. HEX triplet: FE, 74 and A0. RGB value is (254,116,160). Sum of RGB (Red+Green+Blue) = 254+116+160=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE74A0 is #018B5F. Grayscale: #A2A2A2. Windows color (decimal): -101216 or 10515710. OLE color: 10515710.
HSL color Cylindrical-coordinate representation of color #FE74A0: hue angle of 340.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74A0 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 160 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.00 |
| HSL | 340.87º | 0.99% | 0.73% | - |
| HSV(B) | 340.87º | 0.54% | 1% | - |
| XYZ | 53.46 | 36.1 | 37.41 | - |
| YUV | 162.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 160 | 0 | 0.54 | 0.37 | 0.00 | 340.87 | 0.99 | 0.73 |
| Hex | FE | 74 | A0 | 0 | 36 | 25 | 0 | 155 | 63 | 49 |
| Octal | 376 | 164 | 240 | 0 | 66 | 45 | 0 | 525 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10100000 | 0 | 110110 | 100101 | 0 | 101010101 | 1100011 | 1001001 |
Color Harmonies of #FE74A0
Complementary color
Monochromatic Colors of #FE74A0
Black with #FE74A0
Text Example
Text Example
White with #FE74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74A0; }
p { color: rgb(254,116,160); }
H1.HeaderClassName
{
color: #FE74A0;
}
.AnyTagClassName
{
color: #FE74A0;
}
</style>
background-color css
<style>
a { background-color: #FE74A0; }
a { background-color: rgb(254,116,160); }
div.DivClassName
{
background-color: #FE74A0;
}
.BgClassName
{
background-color: #FE74A0;
}
</style>
border-color css
<style>
span { border-color: #FE74A0; }
span { border-color: rgb(254,116,160); }
td.TdClassName
{
border-color: #FE74A0;
}
.TagClassName
{
border-color: #FE74A0;
}
</style>