Shades of Tickle Me Pink #FE759C
Tints of Tickle Me Pink #FE759C
RGB
CMYK
RGB Variations
Color information
#FE759C (or 0xFE759C) is known color: Tickle Me Pink. HEX triplet: FE, 75 and 9C. RGB value is (254,117,156). Sum of RGB (Red+Green+Blue) = 254+117+156=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE759C is #018A63. Grayscale: #A2A2A2. Windows color (decimal): -100964 or 10253822. OLE color: 10253822.
HSL color Cylindrical-coordinate representation of color #FE759C: hue angle of 342.92º 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 #FE759C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 156 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.00 |
| HSL | 342.92º | 0.99% | 0.73% | - |
| HSV(B) | 342.92º | 0.54% | 1% | - |
| XYZ | 53.24 | 36.19 | 35.63 | - |
| YUV | 162.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 156 | 0 | 0.54 | 0.39 | 0.00 | 342.92 | 0.99 | 0.73 |
| Hex | FE | 75 | 9C | 0 | 36 | 27 | 0 | 157 | 63 | 49 |
| Octal | 376 | 165 | 234 | 0 | 66 | 47 | 0 | 527 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10011100 | 0 | 110110 | 100111 | 0 | 101010111 | 1100011 | 1001001 |
Color Harmonies of #FE759C
Complementary color
Monochromatic Colors of #FE759C
Black with #FE759C
Text Example
Text Example
White with #FE759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE759C; }
p { color: rgb(254,117,156); }
H1.HeaderClassName
{
color: #FE759C;
}
.AnyTagClassName
{
color: #FE759C;
}
</style>
background-color css
<style>
a { background-color: #FE759C; }
a { background-color: rgb(254,117,156); }
div.DivClassName
{
background-color: #FE759C;
}
.BgClassName
{
background-color: #FE759C;
}
</style>
border-color css
<style>
span { border-color: #FE759C; }
span { border-color: rgb(254,117,156); }
td.TdClassName
{
border-color: #FE759C;
}
.TagClassName
{
border-color: #FE759C;
}
</style>