Shades of Tickle Me Pink #FE7F9F
Tints of Tickle Me Pink #FE7F9F
RGB
CMYK
RGB Variations
Color information
#FE7F9F (or 0xFE7F9F) is known color: Tickle Me Pink. HEX triplet: FE, 7F and 9F. RGB value is (254,127,159). Sum of RGB (Red+Green+Blue) = 254+127+159=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F9F is #018060. Grayscale: #A8A8A8. Windows color (decimal): -98401 or 10452990. OLE color: 10452990.
HSL color Cylindrical-coordinate representation of color #FE7F9F: hue angle of 344.88º 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 #FE7F9F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 159 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.00 |
| HSL | 344.88º | 0.98% | 0.75% | - |
| HSV(B) | 344.88º | 0.5% | 1% | - |
| XYZ | 54.72 | 38.75 | 37.4 | - |
| YUV | 168.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 159 | 0 | 0.50 | 0.37 | 0.00 | 344.88 | 0.98 | 0.75 |
| Hex | FE | 7F | 9F | 0 | 32 | 25 | 0 | 159 | 62 | 4B |
| Octal | 376 | 177 | 237 | 0 | 62 | 45 | 0 | 531 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10011111 | 0 | 110010 | 100101 | 0 | 101011001 | 1100010 | 1001011 |
Color Harmonies of #FE7F9F
Complementary color
Monochromatic Colors of #FE7F9F
Black with #FE7F9F
Text Example
Text Example
White with #FE7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F9F; }
p { color: rgb(254,127,159); }
H1.HeaderClassName
{
color: #FE7F9F;
}
.AnyTagClassName
{
color: #FE7F9F;
}
</style>
background-color css
<style>
a { background-color: #FE7F9F; }
a { background-color: rgb(254,127,159); }
div.DivClassName
{
background-color: #FE7F9F;
}
.BgClassName
{
background-color: #FE7F9F;
}
</style>
border-color css
<style>
span { border-color: #FE7F9F; }
span { border-color: rgb(254,127,159); }
td.TdClassName
{
border-color: #FE7F9F;
}
.TagClassName
{
border-color: #FE7F9F;
}
</style>