Shades of Wild Watermelon #FF5962
Tints of Wild Watermelon #FF5962
RGB
CMYK
RGB Variations
Color information
#FF5962 (or 0xFF5962) is known color: Wild Watermelon. HEX triplet: FF, 59 and 62. RGB value is (255,89,98). Sum of RGB (Red+Green+Blue) = 255+89+98=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5962 is #00A69D. Grayscale: #8B8B8B. Windows color (decimal): -42654 or 6445567. OLE color: 6445567.
HSL color Cylindrical-coordinate representation of color #FF5962: hue angle of 356.75º 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 #FF5962 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 98 | - |
| CMYK | 0 | 0.65 | 0.62 | 0 |
| HSL | 356.75º | 1% | 0.67% | - |
| HSV(B) | 356.75º | 0.65% | 1% | - |
| XYZ | 47.02 | 29.29 | 14.73 | - |
| YUV | 139.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 98 | 0 | 0.65 | 0.62 | 0 | 356.75 | 1 | 0.67 |
| Hex | FF | 59 | 62 | 0 | 41 | 3E | 0 | 165 | 64 | 43 |
| Octal | 377 | 131 | 142 | 0 | 101 | 76 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1100010 | 0 | 1000001 | 111110 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF5962
Complementary color
Monochromatic Colors of #FF5962
Black with #FF5962
Text Example
Text Example
White with #FF5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5962; }
p { color: rgb(255,89,98); }
H1.HeaderClassName
{
color: #FF5962;
}
.AnyTagClassName
{
color: #FF5962;
}
</style>
background-color css
<style>
a { background-color: #FF5962; }
a { background-color: rgb(255,89,98); }
div.DivClassName
{
background-color: #FF5962;
}
.BgClassName
{
background-color: #FF5962;
}
</style>
border-color css
<style>
span { border-color: #FF5962; }
span { border-color: rgb(255,89,98); }
td.TdClassName
{
border-color: #FF5962;
}
.TagClassName
{
border-color: #FF5962;
}
</style>