Shades of Wild Watermelon #F15970
Tints of Wild Watermelon #F15970
RGB
CMYK
RGB Variations
Color information
#F15970 (or 0xF15970) is known color: Wild Watermelon. HEX triplet: F1, 59 and 70. RGB value is (241,89,112). Sum of RGB (Red+Green+Blue) = 241+89+112=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15970 is #0EA68F. Grayscale: #898989. Windows color (decimal): -960144 or 7363057. OLE color: 7363057.
HSL color Cylindrical-coordinate representation of color #F15970: hue angle of 350.92º 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 #F15970 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 112 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.05 |
| HSL | 350.92º | 0.84% | 0.65% | - |
| HSV(B) | 350.92º | 0.63% | 0.95% | - |
| XYZ | 42.77 | 27.02 | 18.29 | - |
| YUV | 137.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 112 | 0 | 0.63 | 0.54 | 0.05 | 350.92 | 0.84 | 0.65 |
| Hex | F1 | 59 | 70 | 0 | 3F | 36 | 5 | 15F | 54 | 41 |
| Octal | 361 | 131 | 160 | 0 | 77 | 66 | 5 | 537 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1110000 | 0 | 111111 | 110110 | 101 | 101011111 | 1010100 | 1000001 |
Color Harmonies of #F15970
Complementary color
Monochromatic Colors of #F15970
Black with #F15970
Text Example
Text Example
White with #F15970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15970; }
p { color: rgb(241,89,112); }
H1.HeaderClassName
{
color: #F15970;
}
.AnyTagClassName
{
color: #F15970;
}
</style>
background-color css
<style>
a { background-color: #F15970; }
a { background-color: rgb(241,89,112); }
div.DivClassName
{
background-color: #F15970;
}
.BgClassName
{
background-color: #F15970;
}
</style>
border-color css
<style>
span { border-color: #F15970; }
span { border-color: rgb(241,89,112); }
td.TdClassName
{
border-color: #F15970;
}
.TagClassName
{
border-color: #F15970;
}
</style>