Shades of Wild Watermelon #FF5964
Tints of Wild Watermelon #FF5964
RGB
CMYK
RGB Variations
Color information
#FF5964 (or 0xFF5964) is known color: Wild Watermelon. HEX triplet: FF, 59 and 64. RGB value is (255,89,100). Sum of RGB (Red+Green+Blue) = 255+89+100=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5964 is #00A69B. Grayscale: #8C8C8C. Windows color (decimal): -42652 or 6576639. OLE color: 6576639.
HSL color Cylindrical-coordinate representation of color #FF5964: hue angle of 356.02º 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 #FF5964 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 100 | - |
| CMYK | 0 | 0.65 | 0.61 | 0 |
| HSL | 356.02º | 1% | 0.67% | - |
| HSV(B) | 356.02º | 0.65% | 1% | - |
| XYZ | 47.11 | 29.32 | 15.23 | - |
| YUV | 139.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 100 | 0 | 0.65 | 0.61 | 0 | 356.02 | 1 | 0.67 |
| Hex | FF | 59 | 64 | 0 | 41 | 3D | 0 | 164 | 64 | 43 |
| Octal | 377 | 131 | 144 | 0 | 101 | 75 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1100100 | 0 | 1000001 | 111101 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF5964
Complementary color
Monochromatic Colors of #FF5964
Black with #FF5964
Text Example
Text Example
White with #FF5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5964; }
p { color: rgb(255,89,100); }
H1.HeaderClassName
{
color: #FF5964;
}
.AnyTagClassName
{
color: #FF5964;
}
</style>
background-color css
<style>
a { background-color: #FF5964; }
a { background-color: rgb(255,89,100); }
div.DivClassName
{
background-color: #FF5964;
}
.BgClassName
{
background-color: #FF5964;
}
</style>
border-color css
<style>
span { border-color: #FF5964; }
span { border-color: rgb(255,89,100); }
td.TdClassName
{
border-color: #FF5964;
}
.TagClassName
{
border-color: #FF5964;
}
</style>