Shades of Wild Watermelon #FE4D79
Tints of Wild Watermelon #FE4D79
RGB
CMYK
RGB Variations
Color information
#FE4D79 (or 0xFE4D79) is known color: Wild Watermelon. HEX triplet: FE, 4D and 79. RGB value is (254,77,121). Sum of RGB (Red+Green+Blue) = 254+77+121=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D79 is #01B286. Grayscale: #868686. Windows color (decimal): -111239 or 7949822. OLE color: 7949822.
HSL color Cylindrical-coordinate representation of color #FE4D79: hue angle of 345.08º 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 #FE4D79 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 121 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.00 |
| HSL | 345.08º | 0.99% | 0.65% | - |
| HSV(B) | 345.08º | 0.7% | 1% | - |
| XYZ | 46.98 | 27.76 | 20.97 | - |
| YUV | 134.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 121 | 0 | 0.70 | 0.52 | 0.00 | 345.08 | 0.99 | 0.65 |
| Hex | FE | 4D | 79 | 0 | 46 | 34 | 0 | 159 | 63 | 41 |
| Octal | 376 | 115 | 171 | 0 | 106 | 64 | 0 | 531 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1111001 | 0 | 1000110 | 110100 | 0 | 101011001 | 1100011 | 1000001 |
Color Harmonies of #FE4D79
Complementary color
Monochromatic Colors of #FE4D79
Black with #FE4D79
Text Example
Text Example
White with #FE4D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D79; }
p { color: rgb(254,77,121); }
H1.HeaderClassName
{
color: #FE4D79;
}
.AnyTagClassName
{
color: #FE4D79;
}
</style>
background-color css
<style>
a { background-color: #FE4D79; }
a { background-color: rgb(254,77,121); }
div.DivClassName
{
background-color: #FE4D79;
}
.BgClassName
{
background-color: #FE4D79;
}
</style>
border-color css
<style>
span { border-color: #FE4D79; }
span { border-color: rgb(254,77,121); }
td.TdClassName
{
border-color: #FE4D79;
}
.TagClassName
{
border-color: #FE4D79;
}
</style>