Shades of Wild Watermelon #FF5862
Tints of Wild Watermelon #FF5862
RGB
CMYK
RGB Variations
Color information
#FF5862 (or 0xFF5862) is known color: Wild Watermelon. HEX triplet: FF, 58 and 62. RGB value is (255,88,98). Sum of RGB (Red+Green+Blue) = 255+88+98=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5862 is #00A79D. Grayscale: #8B8B8B. Windows color (decimal): -42910 or 6445311. OLE color: 6445311.
HSL color Cylindrical-coordinate representation of color #FF5862: hue angle of 356.41º 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 #FF5862 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 98 | - |
| CMYK | 0 | 0.65 | 0.62 | 0 |
| HSL | 356.41º | 1% | 0.67% | - |
| HSV(B) | 356.41º | 0.65% | 1% | - |
| XYZ | 46.93 | 29.12 | 14.7 | - |
| YUV | 139.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 98 | 0 | 0.65 | 0.62 | 0 | 356.41 | 1 | 0.67 |
| Hex | FF | 58 | 62 | 0 | 41 | 3E | 0 | 164 | 64 | 43 |
| Octal | 377 | 130 | 142 | 0 | 101 | 76 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1100010 | 0 | 1000001 | 111110 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF5862
Complementary color
Monochromatic Colors of #FF5862
Black with #FF5862
Text Example
Text Example
White with #FF5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5862; }
p { color: rgb(255,88,98); }
H1.HeaderClassName
{
color: #FF5862;
}
.AnyTagClassName
{
color: #FF5862;
}
</style>
background-color css
<style>
a { background-color: #FF5862; }
a { background-color: rgb(255,88,98); }
div.DivClassName
{
background-color: #FF5862;
}
.BgClassName
{
background-color: #FF5862;
}
</style>
border-color css
<style>
span { border-color: #FF5862; }
span { border-color: rgb(255,88,98); }
td.TdClassName
{
border-color: #FF5862;
}
.TagClassName
{
border-color: #FF5862;
}
</style>