Shades of Wild Watermelon #FF5970
Tints of Wild Watermelon #FF5970
RGB
CMYK
RGB Variations
Color information
#FF5970 (or 0xFF5970) is known color: Wild Watermelon. HEX triplet: FF, 59 and 70. RGB value is (255,89,112). Sum of RGB (Red+Green+Blue) = 255+89+112=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5970 is #00A68F. Grayscale: #8D8D8D. Windows color (decimal): -42640 or 7363071. OLE color: 7363071.
HSL color Cylindrical-coordinate representation of color #FF5970: hue angle of 351.69º 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 #FF5970 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 112 | - |
| CMYK | 0 | 0.65 | 0.56 | 0 |
| HSL | 351.69º | 1% | 0.67% | - |
| HSV(B) | 351.69º | 0.65% | 1% | - |
| XYZ | 47.74 | 29.57 | 18.52 | - |
| YUV | 141.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 112 | 0 | 0.65 | 0.56 | 0 | 351.69 | 1 | 0.67 |
| Hex | FF | 59 | 70 | 0 | 41 | 38 | 0 | 160 | 64 | 43 |
| Octal | 377 | 131 | 160 | 0 | 101 | 70 | 0 | 540 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1110000 | 0 | 1000001 | 111000 | 0 | 101100000 | 1100100 | 1000011 |
Color Harmonies of #FF5970
Complementary color
Monochromatic Colors of #FF5970
Black with #FF5970
Text Example
Text Example
White with #FF5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5970; }
p { color: rgb(255,89,112); }
H1.HeaderClassName
{
color: #FF5970;
}
.AnyTagClassName
{
color: #FF5970;
}
</style>
background-color css
<style>
a { background-color: #FF5970; }
a { background-color: rgb(255,89,112); }
div.DivClassName
{
background-color: #FF5970;
}
.BgClassName
{
background-color: #FF5970;
}
</style>
border-color css
<style>
span { border-color: #FF5970; }
span { border-color: rgb(255,89,112); }
td.TdClassName
{
border-color: #FF5970;
}
.TagClassName
{
border-color: #FF5970;
}
</style>