Shades of Wild Watermelon #F15966
Tints of Wild Watermelon #F15966
RGB
CMYK
RGB Variations
Color information
#F15966 (or 0xF15966) is known color: Wild Watermelon. HEX triplet: F1, 59 and 66. RGB value is (241,89,102). Sum of RGB (Red+Green+Blue) = 241+89+102=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F15966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15966 is #0EA699. Grayscale: #888888. Windows color (decimal): -960154 or 6707697. OLE color: 6707697.
HSL color Cylindrical-coordinate representation of color #F15966: hue angle of 354.87º 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 #F15966 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 102 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.05 |
| HSL | 354.87º | 0.84% | 0.65% | - |
| HSV(B) | 354.87º | 0.63% | 0.95% | - |
| XYZ | 42.25 | 26.8 | 15.52 | - |
| YUV | 135.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 102 | 0 | 0.63 | 0.58 | 0.05 | 354.87 | 0.84 | 0.65 |
| Hex | F1 | 59 | 66 | 0 | 3F | 3A | 5 | 163 | 54 | 41 |
| Octal | 361 | 131 | 146 | 0 | 77 | 72 | 5 | 543 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1100110 | 0 | 111111 | 111010 | 101 | 101100011 | 1010100 | 1000001 |
Color Harmonies of #F15966
Complementary color
Monochromatic Colors of #F15966
Black with #F15966
Text Example
Text Example
White with #F15966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15966; }
p { color: rgb(241,89,102); }
H1.HeaderClassName
{
color: #F15966;
}
.AnyTagClassName
{
color: #F15966;
}
</style>
background-color css
<style>
a { background-color: #F15966; }
a { background-color: rgb(241,89,102); }
div.DivClassName
{
background-color: #F15966;
}
.BgClassName
{
background-color: #F15966;
}
</style>
border-color css
<style>
span { border-color: #F15966; }
span { border-color: rgb(241,89,102); }
td.TdClassName
{
border-color: #F15966;
}
.TagClassName
{
border-color: #F15966;
}
</style>