Shades of Wild Watermelon #FF5975
Tints of Wild Watermelon #FF5975
RGB
CMYK
RGB Variations
Color information
#FF5975 (or 0xFF5975) is known color: Wild Watermelon. HEX triplet: FF, 59 and 75. RGB value is (255,89,117). Sum of RGB (Red+Green+Blue) = 255+89+117=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5975 is #00A68A. Grayscale: #8D8D8D. Windows color (decimal): -42635 or 7690751. OLE color: 7690751.
HSL color Cylindrical-coordinate representation of color #FF5975: hue angle of 349.88º 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 #FF5975 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 117 | - |
| CMYK | 0 | 0.65 | 0.54 | 0 |
| HSL | 349.88º | 1% | 0.67% | - |
| HSV(B) | 349.88º | 0.65% | 1% | - |
| XYZ | 48.02 | 29.69 | 20.03 | - |
| YUV | 141.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 117 | 0 | 0.65 | 0.54 | 0 | 349.88 | 1 | 0.67 |
| Hex | FF | 59 | 75 | 0 | 41 | 36 | 0 | 15E | 64 | 43 |
| Octal | 377 | 131 | 165 | 0 | 101 | 66 | 0 | 536 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1110101 | 0 | 1000001 | 110110 | 0 | 101011110 | 1100100 | 1000011 |
Color Harmonies of #FF5975
Complementary color
Monochromatic Colors of #FF5975
Black with #FF5975
Text Example
Text Example
White with #FF5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5975; }
p { color: rgb(255,89,117); }
H1.HeaderClassName
{
color: #FF5975;
}
.AnyTagClassName
{
color: #FF5975;
}
</style>
background-color css
<style>
a { background-color: #FF5975; }
a { background-color: rgb(255,89,117); }
div.DivClassName
{
background-color: #FF5975;
}
.BgClassName
{
background-color: #FF5975;
}
</style>
border-color css
<style>
span { border-color: #FF5975; }
span { border-color: rgb(255,89,117); }
td.TdClassName
{
border-color: #FF5975;
}
.TagClassName
{
border-color: #FF5975;
}
</style>