Shades of Wild Watermelon #F15765
Tints of Wild Watermelon #F15765
RGB
CMYK
RGB Variations
Color information
#F15765 (or 0xF15765) is known color: Wild Watermelon. HEX triplet: F1, 57 and 65. RGB value is (241,87,101). Sum of RGB (Red+Green+Blue) = 241+87+101=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F15765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15765 is #0EA89A. Grayscale: #868686. Windows color (decimal): -960667 or 6641649. OLE color: 6641649.
HSL color Cylindrical-coordinate representation of color #F15765: hue angle of 354.55º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15765 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 101 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.05 |
| HSL | 354.55º | 0.85% | 0.64% | - |
| HSV(B) | 354.55º | 0.64% | 0.95% | - |
| XYZ | 42.03 | 26.46 | 15.2 | - |
| YUV | 134.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 101 | 0 | 0.64 | 0.58 | 0.05 | 354.55 | 0.85 | 0.64 |
| Hex | F1 | 57 | 65 | 0 | 40 | 3A | 5 | 163 | 55 | 40 |
| Octal | 361 | 127 | 145 | 0 | 100 | 72 | 5 | 543 | 125 | 100 |
| Binary | 11110001 | 1010111 | 1100101 | 0 | 1000000 | 111010 | 101 | 101100011 | 1010101 | 1000000 |
Color Harmonies of #F15765
Complementary color
Monochromatic Colors of #F15765
Black with #F15765
Text Example
Text Example
White with #F15765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15765; }
p { color: rgb(241,87,101); }
H1.HeaderClassName
{
color: #F15765;
}
.AnyTagClassName
{
color: #F15765;
}
</style>
background-color css
<style>
a { background-color: #F15765; }
a { background-color: rgb(241,87,101); }
div.DivClassName
{
background-color: #F15765;
}
.BgClassName
{
background-color: #F15765;
}
</style>
border-color css
<style>
span { border-color: #F15765; }
span { border-color: rgb(241,87,101); }
td.TdClassName
{
border-color: #F15765;
}
.TagClassName
{
border-color: #F15765;
}
</style>