Shades of Wild Watermelon #FF5860
Tints of Wild Watermelon #FF5860
RGB
CMYK
RGB Variations
Color information
#FF5860 (or 0xFF5860) is known color: Wild Watermelon. HEX triplet: FF, 58 and 60. RGB value is (255,88,96). Sum of RGB (Red+Green+Blue) = 255+88+96=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5860 is #00A79F. Grayscale: #8A8A8A. Windows color (decimal): -42912 or 6314239. OLE color: 6314239.
HSL color Cylindrical-coordinate representation of color #FF5860: hue angle of 357.13º 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 #FF5860 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 96 | - |
| CMYK | 0 | 0.65 | 0.62 | 0 |
| HSL | 357.13º | 1% | 0.67% | - |
| HSV(B) | 357.13º | 0.65% | 1% | - |
| XYZ | 46.84 | 29.08 | 14.21 | - |
| YUV | 138.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 96 | 0 | 0.65 | 0.62 | 0 | 357.13 | 1 | 0.67 |
| Hex | FF | 58 | 60 | 0 | 41 | 3E | 0 | 165 | 64 | 43 |
| Octal | 377 | 130 | 140 | 0 | 101 | 76 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1100000 | 0 | 1000001 | 111110 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF5860
Complementary color
Monochromatic Colors of #FF5860
Black with #FF5860
Text Example
Text Example
White with #FF5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5860; }
p { color: rgb(255,88,96); }
H1.HeaderClassName
{
color: #FF5860;
}
.AnyTagClassName
{
color: #FF5860;
}
</style>
background-color css
<style>
a { background-color: #FF5860; }
a { background-color: rgb(255,88,96); }
div.DivClassName
{
background-color: #FF5860;
}
.BgClassName
{
background-color: #FF5860;
}
</style>
border-color css
<style>
span { border-color: #FF5860; }
span { border-color: rgb(255,88,96); }
td.TdClassName
{
border-color: #FF5860;
}
.TagClassName
{
border-color: #FF5860;
}
</style>