Shades of Tickle Me Pink #FE759F
Tints of Tickle Me Pink #FE759F
RGB
CMYK
RGB Variations
Color information
#FE759F (or 0xFE759F) is known color: Tickle Me Pink. HEX triplet: FE, 75 and 9F. RGB value is (254,117,159). Sum of RGB (Red+Green+Blue) = 254+117+159=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE759F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE759F is #018A60. Grayscale: #A2A2A2. Windows color (decimal): -100961 or 10450430. OLE color: 10450430.
HSL color Cylindrical-coordinate representation of color #FE759F: hue angle of 341.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE759F is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 159 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.00 |
| HSL | 341.61º | 0.99% | 0.73% | - |
| HSV(B) | 341.61º | 0.54% | 1% | - |
| XYZ | 53.49 | 36.3 | 36.99 | - |
| YUV | 162.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 159 | 0 | 0.54 | 0.37 | 0.00 | 341.61 | 0.99 | 0.73 |
| Hex | FE | 75 | 9F | 0 | 36 | 25 | 0 | 156 | 63 | 49 |
| Octal | 376 | 165 | 237 | 0 | 66 | 45 | 0 | 526 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10011111 | 0 | 110110 | 100101 | 0 | 101010110 | 1100011 | 1001001 |
Color Harmonies of #FE759F
Complementary color
Monochromatic Colors of #FE759F
Black with #FE759F
Text Example
Text Example
White with #FE759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE759F; }
p { color: rgb(254,117,159); }
H1.HeaderClassName
{
color: #FE759F;
}
.AnyTagClassName
{
color: #FE759F;
}
</style>
background-color css
<style>
a { background-color: #FE759F; }
a { background-color: rgb(254,117,159); }
div.DivClassName
{
background-color: #FE759F;
}
.BgClassName
{
background-color: #FE759F;
}
</style>
border-color css
<style>
span { border-color: #FE759F; }
span { border-color: rgb(254,117,159); }
td.TdClassName
{
border-color: #FE759F;
}
.TagClassName
{
border-color: #FE759F;
}
</style>