Shades of Wild Watermelon #FE5979
Tints of Wild Watermelon #FE5979
RGB
CMYK
RGB Variations
Color information
#FE5979 (or 0xFE5979) is known color: Wild Watermelon. HEX triplet: FE, 59 and 79. RGB value is (254,89,121). Sum of RGB (Red+Green+Blue) = 254+89+121=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5979 is #01A686. Grayscale: #8E8E8E. Windows color (decimal): -108167 or 7952894. OLE color: 7952894.
HSL color Cylindrical-coordinate representation of color #FE5979: hue angle of 348.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5979 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 121 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.00 |
| HSL | 348.36º | 0.99% | 0.67% | - |
| HSV(B) | 348.36º | 0.65% | 1% | - |
| XYZ | 47.9 | 29.6 | 21.28 | - |
| YUV | 141.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 121 | 0 | 0.65 | 0.52 | 0.00 | 348.36 | 0.99 | 0.67 |
| Hex | FE | 59 | 79 | 0 | 41 | 34 | 0 | 15C | 63 | 43 |
| Octal | 376 | 131 | 171 | 0 | 101 | 64 | 0 | 534 | 143 | 103 |
| Binary | 11111110 | 1011001 | 1111001 | 0 | 1000001 | 110100 | 0 | 101011100 | 1100011 | 1000011 |
Color Harmonies of #FE5979
Complementary color
Monochromatic Colors of #FE5979
Black with #FE5979
Text Example
Text Example
White with #FE5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5979; }
p { color: rgb(254,89,121); }
H1.HeaderClassName
{
color: #FE5979;
}
.AnyTagClassName
{
color: #FE5979;
}
</style>
background-color css
<style>
a { background-color: #FE5979; }
a { background-color: rgb(254,89,121); }
div.DivClassName
{
background-color: #FE5979;
}
.BgClassName
{
background-color: #FE5979;
}
</style>
border-color css
<style>
span { border-color: #FE5979; }
span { border-color: rgb(254,89,121); }
td.TdClassName
{
border-color: #FE5979;
}
.TagClassName
{
border-color: #FE5979;
}
</style>