Shades of Wild Watermelon #F15972
Tints of Wild Watermelon #F15972
RGB
CMYK
RGB Variations
Color information
#F15972 (or 0xF15972) is known color: Wild Watermelon. HEX triplet: F1, 59 and 72. RGB value is (241,89,114). Sum of RGB (Red+Green+Blue) = 241+89+114=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F15972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15972 is #0EA68D. Grayscale: #898989. Windows color (decimal): -960142 or 7494129. OLE color: 7494129.
HSL color Cylindrical-coordinate representation of color #F15972: hue angle of 350.13º 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 #F15972 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 114 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.05 |
| HSL | 350.13º | 0.84% | 0.65% | - |
| HSV(B) | 350.13º | 0.63% | 0.95% | - |
| XYZ | 42.89 | 27.06 | 18.88 | - |
| YUV | 137.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 114 | 0 | 0.63 | 0.53 | 0.05 | 350.13 | 0.84 | 0.65 |
| Hex | F1 | 59 | 72 | 0 | 3F | 35 | 5 | 15E | 54 | 41 |
| Octal | 361 | 131 | 162 | 0 | 77 | 65 | 5 | 536 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1110010 | 0 | 111111 | 110101 | 101 | 101011110 | 1010100 | 1000001 |
Color Harmonies of #F15972
Complementary color
Monochromatic Colors of #F15972
Black with #F15972
Text Example
Text Example
White with #F15972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15972; }
p { color: rgb(241,89,114); }
H1.HeaderClassName
{
color: #F15972;
}
.AnyTagClassName
{
color: #F15972;
}
</style>
background-color css
<style>
a { background-color: #F15972; }
a { background-color: rgb(241,89,114); }
div.DivClassName
{
background-color: #F15972;
}
.BgClassName
{
background-color: #F15972;
}
</style>
border-color css
<style>
span { border-color: #F15972; }
span { border-color: rgb(241,89,114); }
td.TdClassName
{
border-color: #F15972;
}
.TagClassName
{
border-color: #F15972;
}
</style>