Shades of Wild Watermelon #F15C65
Tints of Wild Watermelon #F15C65
RGB
CMYK
RGB Variations
Color information
#F15C65 (or 0xF15C65) is known color: Wild Watermelon. HEX triplet: F1, 5C and 65. RGB value is (241,92,101). Sum of RGB (Red+Green+Blue) = 241+92+101=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C65 is #0EA39A. Grayscale: #898989. Windows color (decimal): -959387 or 6642929. OLE color: 6642929.
HSL color Cylindrical-coordinate representation of color #F15C65: hue angle of 356.38º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C65 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 101 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.05 |
| HSL | 356.38º | 0.84% | 0.65% | - |
| HSV(B) | 356.38º | 0.62% | 0.95% | - |
| XYZ | 42.45 | 27.29 | 15.34 | - |
| YUV | 137.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 101 | 0 | 0.62 | 0.58 | 0.05 | 356.38 | 0.84 | 0.65 |
| Hex | F1 | 5C | 65 | 0 | 3E | 3A | 5 | 164 | 54 | 41 |
| Octal | 361 | 134 | 145 | 0 | 76 | 72 | 5 | 544 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1100101 | 0 | 111110 | 111010 | 101 | 101100100 | 1010100 | 1000001 |
Color Harmonies of #F15C65
Complementary color
Monochromatic Colors of #F15C65
Black with #F15C65
Text Example
Text Example
White with #F15C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C65; }
p { color: rgb(241,92,101); }
H1.HeaderClassName
{
color: #F15C65;
}
.AnyTagClassName
{
color: #F15C65;
}
</style>
background-color css
<style>
a { background-color: #F15C65; }
a { background-color: rgb(241,92,101); }
div.DivClassName
{
background-color: #F15C65;
}
.BgClassName
{
background-color: #F15C65;
}
</style>
border-color css
<style>
span { border-color: #F15C65; }
span { border-color: rgb(241,92,101); }
td.TdClassName
{
border-color: #F15C65;
}
.TagClassName
{
border-color: #F15C65;
}
</style>