Shades of Tickle Me Pink #FE72A8
Tints of Tickle Me Pink #FE72A8
RGB
CMYK
RGB Variations
Color information
#FE72A8 (or 0xFE72A8) is known color: Tickle Me Pink. HEX triplet: FE, 72 and A8. RGB value is (254,114,168). Sum of RGB (Red+Green+Blue) = 254+114+168=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72A8 is #018D57. Grayscale: #A1A1A1. Windows color (decimal): -101720 or 11039486. OLE color: 11039486.
HSL color Cylindrical-coordinate representation of color #FE72A8: hue angle of 336.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72A8 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 168 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.00 |
| HSL | 336.86º | 0.99% | 0.72% | - |
| HSV(B) | 336.86º | 0.55% | 1% | - |
| XYZ | 53.96 | 35.93 | 41.14 | - |
| YUV | 162.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 168 | 0 | 0.55 | 0.34 | 0.00 | 336.86 | 0.99 | 0.72 |
| Hex | FE | 72 | A8 | 0 | 37 | 22 | 0 | 151 | 63 | 48 |
| Octal | 376 | 162 | 250 | 0 | 67 | 42 | 0 | 521 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10101000 | 0 | 110111 | 100010 | 0 | 101010001 | 1100011 | 1001000 |
Color Harmonies of #FE72A8
Complementary color
Monochromatic Colors of #FE72A8
Black with #FE72A8
Text Example
Text Example
White with #FE72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72A8; }
p { color: rgb(254,114,168); }
H1.HeaderClassName
{
color: #FE72A8;
}
.AnyTagClassName
{
color: #FE72A8;
}
</style>
background-color css
<style>
a { background-color: #FE72A8; }
a { background-color: rgb(254,114,168); }
div.DivClassName
{
background-color: #FE72A8;
}
.BgClassName
{
background-color: #FE72A8;
}
</style>
border-color css
<style>
span { border-color: #FE72A8; }
span { border-color: rgb(254,114,168); }
td.TdClassName
{
border-color: #FE72A8;
}
.TagClassName
{
border-color: #FE72A8;
}
</style>