Shades of Tickle Me Pink #FE77A0
Tints of Tickle Me Pink #FE77A0
RGB
CMYK
RGB Variations
Color information
#FE77A0 (or 0xFE77A0) is known color: Tickle Me Pink. HEX triplet: FE, 77 and A0. RGB value is (254,119,160). Sum of RGB (Red+Green+Blue) = 254+119+160=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE77A0 is #01885F. Grayscale: #A4A4A4. Windows color (decimal): -100448 or 10516478. OLE color: 10516478.
HSL color Cylindrical-coordinate representation of color #FE77A0: hue angle of 341.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77A0 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 160 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.00 |
| HSL | 341.78º | 0.99% | 0.73% | - |
| HSV(B) | 341.78º | 0.53% | 1% | - |
| XYZ | 53.82 | 36.8 | 37.52 | - |
| YUV | 164.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 160 | 0 | 0.53 | 0.37 | 0.00 | 341.78 | 0.99 | 0.73 |
| Hex | FE | 77 | A0 | 0 | 35 | 25 | 0 | 156 | 63 | 49 |
| Octal | 376 | 167 | 240 | 0 | 65 | 45 | 0 | 526 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10100000 | 0 | 110101 | 100101 | 0 | 101010110 | 1100011 | 1001001 |
Color Harmonies of #FE77A0
Complementary color
Monochromatic Colors of #FE77A0
Black with #FE77A0
Text Example
Text Example
White with #FE77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77A0; }
p { color: rgb(254,119,160); }
H1.HeaderClassName
{
color: #FE77A0;
}
.AnyTagClassName
{
color: #FE77A0;
}
</style>
background-color css
<style>
a { background-color: #FE77A0; }
a { background-color: rgb(254,119,160); }
div.DivClassName
{
background-color: #FE77A0;
}
.BgClassName
{
background-color: #FE77A0;
}
</style>
border-color css
<style>
span { border-color: #FE77A0; }
span { border-color: rgb(254,119,160); }
td.TdClassName
{
border-color: #FE77A0;
}
.TagClassName
{
border-color: #FE77A0;
}
</style>