Shades of Wild Watermelon #F15965
Tints of Wild Watermelon #F15965
RGB
CMYK
RGB Variations
Color information
#F15965 (or 0xF15965) is known color: Wild Watermelon. HEX triplet: F1, 59 and 65. RGB value is (241,89,101). Sum of RGB (Red+Green+Blue) = 241+89+101=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F15965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15965 is #0EA69A. Grayscale: #878787. Windows color (decimal): -960155 or 6642161. OLE color: 6642161.
HSL color Cylindrical-coordinate representation of color #F15965: hue angle of 355.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15965 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 101 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.05 |
| HSL | 355.26º | 0.84% | 0.65% | - |
| HSV(B) | 355.26º | 0.63% | 0.95% | - |
| XYZ | 42.2 | 26.79 | 15.26 | - |
| YUV | 135.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 101 | 0 | 0.63 | 0.58 | 0.05 | 355.26 | 0.84 | 0.65 |
| Hex | F1 | 59 | 65 | 0 | 3F | 3A | 5 | 163 | 54 | 41 |
| Octal | 361 | 131 | 145 | 0 | 77 | 72 | 5 | 543 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1100101 | 0 | 111111 | 111010 | 101 | 101100011 | 1010100 | 1000001 |
Color Harmonies of #F15965
Complementary color
Monochromatic Colors of #F15965
Black with #F15965
Text Example
Text Example
White with #F15965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15965; }
p { color: rgb(241,89,101); }
H1.HeaderClassName
{
color: #F15965;
}
.AnyTagClassName
{
color: #F15965;
}
</style>
background-color css
<style>
a { background-color: #F15965; }
a { background-color: rgb(241,89,101); }
div.DivClassName
{
background-color: #F15965;
}
.BgClassName
{
background-color: #F15965;
}
</style>
border-color css
<style>
span { border-color: #F15965; }
span { border-color: rgb(241,89,101); }
td.TdClassName
{
border-color: #F15965;
}
.TagClassName
{
border-color: #F15965;
}
</style>