Shades of Wild Watermelon #FF5861
Tints of Wild Watermelon #FF5861
RGB
CMYK
RGB Variations
Color information
#FF5861 (or 0xFF5861) is known color: Wild Watermelon. HEX triplet: FF, 58 and 61. RGB value is (255,88,97). Sum of RGB (Red+Green+Blue) = 255+88+97=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5861 is #00A79E. Grayscale: #8B8B8B. Windows color (decimal): -42911 or 6379775. OLE color: 6379775.
HSL color Cylindrical-coordinate representation of color #FF5861: hue angle of 356.77º 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 #FF5861 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 97 | - |
| CMYK | 0 | 0.65 | 0.62 | 0 |
| HSL | 356.77º | 1% | 0.67% | - |
| HSV(B) | 356.77º | 0.65% | 1% | - |
| XYZ | 46.89 | 29.1 | 14.46 | - |
| YUV | 138.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 97 | 0 | 0.65 | 0.62 | 0 | 356.77 | 1 | 0.67 |
| Hex | FF | 58 | 61 | 0 | 41 | 3E | 0 | 165 | 64 | 43 |
| Octal | 377 | 130 | 141 | 0 | 101 | 76 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1100001 | 0 | 1000001 | 111110 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF5861
Complementary color
Monochromatic Colors of #FF5861
Black with #FF5861
Text Example
Text Example
White with #FF5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5861; }
p { color: rgb(255,88,97); }
H1.HeaderClassName
{
color: #FF5861;
}
.AnyTagClassName
{
color: #FF5861;
}
</style>
background-color css
<style>
a { background-color: #FF5861; }
a { background-color: rgb(255,88,97); }
div.DivClassName
{
background-color: #FF5861;
}
.BgClassName
{
background-color: #FF5861;
}
</style>
border-color css
<style>
span { border-color: #FF5861; }
span { border-color: rgb(255,88,97); }
td.TdClassName
{
border-color: #FF5861;
}
.TagClassName
{
border-color: #FF5861;
}
</style>