Shades of Wild Watermelon #FE4D76
Tints of Wild Watermelon #FE4D76
RGB
CMYK
RGB Variations
Color information
#FE4D76 (or 0xFE4D76) is known color: Wild Watermelon. HEX triplet: FE, 4D and 76. RGB value is (254,77,118). Sum of RGB (Red+Green+Blue) = 254+77+118=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D76 is #01B289. Grayscale: #868686. Windows color (decimal): -111242 or 7753214. OLE color: 7753214.
HSL color Cylindrical-coordinate representation of color #FE4D76: hue angle of 346.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D76 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 118 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.00 |
| HSL | 346.1º | 0.99% | 0.65% | - |
| HSV(B) | 346.1º | 0.7% | 1% | - |
| XYZ | 46.8 | 27.69 | 20.02 | - |
| YUV | 134.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 118 | 0 | 0.70 | 0.54 | 0.00 | 346.1 | 0.99 | 0.65 |
| Hex | FE | 4D | 76 | 0 | 46 | 36 | 0 | 15A | 63 | 41 |
| Octal | 376 | 115 | 166 | 0 | 106 | 66 | 0 | 532 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110110 | 0 | 1000110 | 110110 | 0 | 101011010 | 1100011 | 1000001 |
Color Harmonies of #FE4D76
Complementary color
Monochromatic Colors of #FE4D76
Black with #FE4D76
Text Example
Text Example
White with #FE4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D76; }
p { color: rgb(254,77,118); }
H1.HeaderClassName
{
color: #FE4D76;
}
.AnyTagClassName
{
color: #FE4D76;
}
</style>
background-color css
<style>
a { background-color: #FE4D76; }
a { background-color: rgb(254,77,118); }
div.DivClassName
{
background-color: #FE4D76;
}
.BgClassName
{
background-color: #FE4D76;
}
</style>
border-color css
<style>
span { border-color: #FE4D76; }
span { border-color: rgb(254,77,118); }
td.TdClassName
{
border-color: #FE4D76;
}
.TagClassName
{
border-color: #FE4D76;
}
</style>