Shades of Tickle Me Pink #FE7D98
Tints of Tickle Me Pink #FE7D98
RGB
CMYK
RGB Variations
Color information
#FE7D98 (or 0xFE7D98) is known color: Tickle Me Pink. HEX triplet: FE, 7D and 98. RGB value is (254,125,152). Sum of RGB (Red+Green+Blue) = 254+125+152=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D98 is #018267. Grayscale: #A6A6A6. Windows color (decimal): -98920 or 9993726. OLE color: 9993726.
HSL color Cylindrical-coordinate representation of color #FE7D98: hue angle of 347.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D98 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 152 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.00 |
| HSL | 347.44º | 0.98% | 0.74% | - |
| HSV(B) | 347.44º | 0.51% | 1% | - |
| XYZ | 53.87 | 38.01 | 34.2 | - |
| YUV | 166.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 152 | 0 | 0.51 | 0.40 | 0.00 | 347.44 | 0.98 | 0.74 |
| Hex | FE | 7D | 98 | 0 | 33 | 28 | 0 | 15B | 62 | 4A |
| Octal | 376 | 175 | 230 | 0 | 63 | 50 | 0 | 533 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10011000 | 0 | 110011 | 101000 | 0 | 101011011 | 1100010 | 1001010 |
Color Harmonies of #FE7D98
Complementary color
Monochromatic Colors of #FE7D98
Black with #FE7D98
Text Example
Text Example
White with #FE7D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D98; }
p { color: rgb(254,125,152); }
H1.HeaderClassName
{
color: #FE7D98;
}
.AnyTagClassName
{
color: #FE7D98;
}
</style>
background-color css
<style>
a { background-color: #FE7D98; }
a { background-color: rgb(254,125,152); }
div.DivClassName
{
background-color: #FE7D98;
}
.BgClassName
{
background-color: #FE7D98;
}
</style>
border-color css
<style>
span { border-color: #FE7D98; }
span { border-color: rgb(254,125,152); }
td.TdClassName
{
border-color: #FE7D98;
}
.TagClassName
{
border-color: #FE7D98;
}
</style>