Shades of Wild Watermelon #F15973
Tints of Wild Watermelon #F15973
RGB
CMYK
RGB Variations
Color information
#F15973 (or 0xF15973) is known color: Wild Watermelon. HEX triplet: F1, 59 and 73. RGB value is (241,89,115). Sum of RGB (Red+Green+Blue) = 241+89+115=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F15973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15973 is #0EA68C. Grayscale: #898989. Windows color (decimal): -960141 or 7559665. OLE color: 7559665.
HSL color Cylindrical-coordinate representation of color #F15973: hue angle of 349.74º 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 #F15973 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 115 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.05 |
| HSL | 349.74º | 0.84% | 0.65% | - |
| HSV(B) | 349.74º | 0.63% | 0.95% | - |
| XYZ | 42.94 | 27.08 | 19.18 | - |
| YUV | 137.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 115 | 0 | 0.63 | 0.52 | 0.05 | 349.74 | 0.84 | 0.65 |
| Hex | F1 | 59 | 73 | 0 | 3F | 34 | 5 | 15E | 54 | 41 |
| Octal | 361 | 131 | 163 | 0 | 77 | 64 | 5 | 536 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1110011 | 0 | 111111 | 110100 | 101 | 101011110 | 1010100 | 1000001 |
Color Harmonies of #F15973
Complementary color
Monochromatic Colors of #F15973
Black with #F15973
Text Example
Text Example
White with #F15973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15973; }
p { color: rgb(241,89,115); }
H1.HeaderClassName
{
color: #F15973;
}
.AnyTagClassName
{
color: #F15973;
}
</style>
background-color css
<style>
a { background-color: #F15973; }
a { background-color: rgb(241,89,115); }
div.DivClassName
{
background-color: #F15973;
}
.BgClassName
{
background-color: #F15973;
}
</style>
border-color css
<style>
span { border-color: #F15973; }
span { border-color: rgb(241,89,115); }
td.TdClassName
{
border-color: #F15973;
}
.TagClassName
{
border-color: #F15973;
}
</style>