Shades of Tickle Me Pink #FE7FA1
Tints of Tickle Me Pink #FE7FA1
RGB
CMYK
RGB Variations
Color information
#FE7FA1 (or 0xFE7FA1) is known color: Tickle Me Pink. HEX triplet: FE, 7F and A1. RGB value is (254,127,161). Sum of RGB (Red+Green+Blue) = 254+127+161=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7FA1 is #01805E. Grayscale: #A8A8A8. Windows color (decimal): -98399 or 10584062. OLE color: 10584062.
HSL color Cylindrical-coordinate representation of color #FE7FA1: hue angle of 343.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 161 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.00 |
| HSL | 343.94º | 0.98% | 0.75% | - |
| HSV(B) | 343.94º | 0.5% | 1% | - |
| XYZ | 54.9 | 38.82 | 38.32 | - |
| YUV | 168.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 161 | 0 | 0.50 | 0.37 | 0.00 | 343.94 | 0.98 | 0.75 |
| Hex | FE | 7F | A1 | 0 | 32 | 25 | 0 | 158 | 62 | 4B |
| Octal | 376 | 177 | 241 | 0 | 62 | 45 | 0 | 530 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10100001 | 0 | 110010 | 100101 | 0 | 101011000 | 1100010 | 1001011 |
Color Harmonies of #FE7FA1
Complementary color
Monochromatic Colors of #FE7FA1
Black with #FE7FA1
Text Example
Text Example
White with #FE7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FA1; }
p { color: rgb(254,127,161); }
H1.HeaderClassName
{
color: #FE7FA1;
}
.AnyTagClassName
{
color: #FE7FA1;
}
</style>
background-color css
<style>
a { background-color: #FE7FA1; }
a { background-color: rgb(254,127,161); }
div.DivClassName
{
background-color: #FE7FA1;
}
.BgClassName
{
background-color: #FE7FA1;
}
</style>
border-color css
<style>
span { border-color: #FE7FA1; }
span { border-color: rgb(254,127,161); }
td.TdClassName
{
border-color: #FE7FA1;
}
.TagClassName
{
border-color: #FE7FA1;
}
</style>