Shades of Wild Watermelon #FF5D61
Tints of Wild Watermelon #FF5D61
RGB
CMYK
RGB Variations
Color information
#FF5D61 (or 0xFF5D61) is known color: Wild Watermelon. HEX triplet: FF, 5D and 61. RGB value is (255,93,97). Sum of RGB (Red+Green+Blue) = 255+93+97=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D61 is #00A29E. Grayscale: #8E8E8E. Windows color (decimal): -41631 or 6381055. OLE color: 6381055.
HSL color Cylindrical-coordinate representation of color #FF5D61: hue angle of 358.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D61 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 97 | - |
| CMYK | 0 | 0.64 | 0.62 | 0 |
| HSL | 358.52º | 1% | 0.68% | - |
| HSV(B) | 358.52º | 0.64% | 1% | - |
| XYZ | 47.31 | 29.95 | 14.6 | - |
| YUV | 141.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 97 | 0 | 0.64 | 0.62 | 0 | 358.52 | 1 | 0.68 |
| Hex | FF | 5D | 61 | 0 | 40 | 3E | 0 | 167 | 64 | 44 |
| Octal | 377 | 135 | 141 | 0 | 100 | 76 | 0 | 547 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1100001 | 0 | 1000000 | 111110 | 0 | 101100111 | 1100100 | 1000100 |
Color Harmonies of #FF5D61
Complementary color
Monochromatic Colors of #FF5D61
Black with #FF5D61
Text Example
Text Example
White with #FF5D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D61; }
p { color: rgb(255,93,97); }
H1.HeaderClassName
{
color: #FF5D61;
}
.AnyTagClassName
{
color: #FF5D61;
}
</style>
background-color css
<style>
a { background-color: #FF5D61; }
a { background-color: rgb(255,93,97); }
div.DivClassName
{
background-color: #FF5D61;
}
.BgClassName
{
background-color: #FF5D61;
}
</style>
border-color css
<style>
span { border-color: #FF5D61; }
span { border-color: rgb(255,93,97); }
td.TdClassName
{
border-color: #FF5D61;
}
.TagClassName
{
border-color: #FF5D61;
}
</style>