Shades of Wild Watermelon #F15869
Tints of Wild Watermelon #F15869
RGB
CMYK
RGB Variations
Color information
#F15869 (or 0xF15869) is known color: Wild Watermelon. HEX triplet: F1, 58 and 69. RGB value is (241,88,105). Sum of RGB (Red+Green+Blue) = 241+88+105=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F15869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15869 is #0EA796. Grayscale: #878787. Windows color (decimal): -960407 or 6904049. OLE color: 6904049.
HSL color Cylindrical-coordinate representation of color #F15869: hue angle of 353.33º degrees, saturation: 0.85, 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 #F15869 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 105 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.05 |
| HSL | 353.33º | 0.85% | 0.65% | - |
| HSV(B) | 353.33º | 0.63% | 0.95% | - |
| XYZ | 42.32 | 26.7 | 16.29 | - |
| YUV | 135.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 105 | 0 | 0.63 | 0.56 | 0.05 | 353.33 | 0.85 | 0.65 |
| Hex | F1 | 58 | 69 | 0 | 3F | 38 | 5 | 161 | 55 | 41 |
| Octal | 361 | 130 | 151 | 0 | 77 | 70 | 5 | 541 | 125 | 101 |
| Binary | 11110001 | 1011000 | 1101001 | 0 | 111111 | 111000 | 101 | 101100001 | 1010101 | 1000001 |
Color Harmonies of #F15869
Complementary color
Monochromatic Colors of #F15869
Black with #F15869
Text Example
Text Example
White with #F15869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15869; }
p { color: rgb(241,88,105); }
H1.HeaderClassName
{
color: #F15869;
}
.AnyTagClassName
{
color: #F15869;
}
</style>
background-color css
<style>
a { background-color: #F15869; }
a { background-color: rgb(241,88,105); }
div.DivClassName
{
background-color: #F15869;
}
.BgClassName
{
background-color: #F15869;
}
</style>
border-color css
<style>
span { border-color: #F15869; }
span { border-color: rgb(241,88,105); }
td.TdClassName
{
border-color: #F15869;
}
.TagClassName
{
border-color: #F15869;
}
</style>