Shades of Tickle Me Pink #FE79A5
Tints of Tickle Me Pink #FE79A5
RGB
CMYK
RGB Variations
Color information
#FE79A5 (or 0xFE79A5) is known color: Tickle Me Pink. HEX triplet: FE, 79 and A5. RGB value is (254,121,165). Sum of RGB (Red+Green+Blue) = 254+121+165=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE79A5 is #01865A. Grayscale: #A5A5A5. Windows color (decimal): -99931 or 10844670. OLE color: 10844670.
HSL color Cylindrical-coordinate representation of color #FE79A5: hue angle of 340.15º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79A5 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 165 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.00 |
| HSL | 340.15º | 0.99% | 0.74% | - |
| HSV(B) | 340.15º | 0.52% | 1% | - |
| XYZ | 54.5 | 37.46 | 39.96 | - |
| YUV | 165.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 165 | 0 | 0.52 | 0.35 | 0.00 | 340.15 | 0.99 | 0.74 |
| Hex | FE | 79 | A5 | 0 | 34 | 23 | 0 | 154 | 63 | 4A |
| Octal | 376 | 171 | 245 | 0 | 64 | 43 | 0 | 524 | 143 | 112 |
| Binary | 11111110 | 1111001 | 10100101 | 0 | 110100 | 100011 | 0 | 101010100 | 1100011 | 1001010 |
Color Harmonies of #FE79A5
Complementary color
Monochromatic Colors of #FE79A5
Black with #FE79A5
Text Example
Text Example
White with #FE79A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79A5; }
p { color: rgb(254,121,165); }
H1.HeaderClassName
{
color: #FE79A5;
}
.AnyTagClassName
{
color: #FE79A5;
}
</style>
background-color css
<style>
a { background-color: #FE79A5; }
a { background-color: rgb(254,121,165); }
div.DivClassName
{
background-color: #FE79A5;
}
.BgClassName
{
background-color: #FE79A5;
}
</style>
border-color css
<style>
span { border-color: #FE79A5; }
span { border-color: rgb(254,121,165); }
td.TdClassName
{
border-color: #FE79A5;
}
.TagClassName
{
border-color: #FE79A5;
}
</style>