Shades of Wild Watermelon #FF5976
Tints of Wild Watermelon #FF5976
RGB
CMYK
RGB Variations
Color information
#FF5976 (or 0xFF5976) is known color: Wild Watermelon. HEX triplet: FF, 59 and 76. RGB value is (255,89,118). Sum of RGB (Red+Green+Blue) = 255+89+118=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5976 is #00A689. Grayscale: #8D8D8D. Windows color (decimal): -42634 or 7756287. OLE color: 7756287.
HSL color Cylindrical-coordinate representation of color #FF5976: hue angle of 349.52º 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 #FF5976 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 118 | - |
| CMYK | 0 | 0.65 | 0.54 | 0 |
| HSL | 349.52º | 1% | 0.67% | - |
| HSV(B) | 349.52º | 0.65% | 1% | - |
| XYZ | 48.08 | 29.71 | 20.34 | - |
| YUV | 141.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 118 | 0 | 0.65 | 0.54 | 0 | 349.52 | 1 | 0.67 |
| Hex | FF | 59 | 76 | 0 | 41 | 36 | 0 | 15E | 64 | 43 |
| Octal | 377 | 131 | 166 | 0 | 101 | 66 | 0 | 536 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1110110 | 0 | 1000001 | 110110 | 0 | 101011110 | 1100100 | 1000011 |
Color Harmonies of #FF5976
Complementary color
Monochromatic Colors of #FF5976
Black with #FF5976
Text Example
Text Example
White with #FF5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5976; }
p { color: rgb(255,89,118); }
H1.HeaderClassName
{
color: #FF5976;
}
.AnyTagClassName
{
color: #FF5976;
}
</style>
background-color css
<style>
a { background-color: #FF5976; }
a { background-color: rgb(255,89,118); }
div.DivClassName
{
background-color: #FF5976;
}
.BgClassName
{
background-color: #FF5976;
}
</style>
border-color css
<style>
span { border-color: #FF5976; }
span { border-color: rgb(255,89,118); }
td.TdClassName
{
border-color: #FF5976;
}
.TagClassName
{
border-color: #FF5976;
}
</style>