Shades of Wild Watermelon #FF5979
Tints of Wild Watermelon #FF5979
RGB
CMYK
RGB Variations
Color information
#FF5979 (or 0xFF5979) is known color: Wild Watermelon. HEX triplet: FF, 59 and 79. RGB value is (255,89,121). Sum of RGB (Red+Green+Blue) = 255+89+121=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5979 is #00A686. Grayscale: #8E8E8E. Windows color (decimal): -42631 or 7952895. OLE color: 7952895.
HSL color Cylindrical-coordinate representation of color #FF5979: hue angle of 348.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5979 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 121 | - |
| CMYK | 0 | 0.65 | 0.53 | 0 |
| HSL | 348.43º | 1% | 0.67% | - |
| HSV(B) | 348.43º | 0.65% | 1% | - |
| XYZ | 48.26 | 29.79 | 21.29 | - |
| YUV | 142.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 121 | 0 | 0.65 | 0.53 | 0 | 348.43 | 1 | 0.67 |
| Hex | FF | 59 | 79 | 0 | 41 | 35 | 0 | 15C | 64 | 43 |
| Octal | 377 | 131 | 171 | 0 | 101 | 65 | 0 | 534 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1111001 | 0 | 1000001 | 110101 | 0 | 101011100 | 1100100 | 1000011 |
Color Harmonies of #FF5979
Complementary color
Monochromatic Colors of #FF5979
Black with #FF5979
Text Example
Text Example
White with #FF5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5979; }
p { color: rgb(255,89,121); }
H1.HeaderClassName
{
color: #FF5979;
}
.AnyTagClassName
{
color: #FF5979;
}
</style>
background-color css
<style>
a { background-color: #FF5979; }
a { background-color: rgb(255,89,121); }
div.DivClassName
{
background-color: #FF5979;
}
.BgClassName
{
background-color: #FF5979;
}
</style>
border-color css
<style>
span { border-color: #FF5979; }
span { border-color: rgb(255,89,121); }
td.TdClassName
{
border-color: #FF5979;
}
.TagClassName
{
border-color: #FF5979;
}
</style>