Shades of Wild Watermelon #F15875
Tints of Wild Watermelon #F15875
RGB
CMYK
RGB Variations
Color information
#F15875 (or 0xF15875) is known color: Wild Watermelon. HEX triplet: F1, 58 and 75. RGB value is (241,88,117). Sum of RGB (Red+Green+Blue) = 241+88+117=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F15875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15875 is #0EA78A. Grayscale: #898989. Windows color (decimal): -960395 or 7690481. OLE color: 7690481.
HSL color Cylindrical-coordinate representation of color #F15875: hue angle of 348.63º 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 #F15875 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 117 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.05 |
| HSL | 348.63º | 0.85% | 0.65% | - |
| HSV(B) | 348.63º | 0.63% | 0.95% | - |
| XYZ | 42.98 | 26.96 | 19.77 | - |
| YUV | 137.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 117 | 0 | 0.63 | 0.51 | 0.05 | 348.63 | 0.85 | 0.65 |
| Hex | F1 | 58 | 75 | 0 | 3F | 33 | 5 | 15D | 55 | 41 |
| Octal | 361 | 130 | 165 | 0 | 77 | 63 | 5 | 535 | 125 | 101 |
| Binary | 11110001 | 1011000 | 1110101 | 0 | 111111 | 110011 | 101 | 101011101 | 1010101 | 1000001 |
Color Harmonies of #F15875
Complementary color
Monochromatic Colors of #F15875
Black with #F15875
Text Example
Text Example
White with #F15875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15875; }
p { color: rgb(241,88,117); }
H1.HeaderClassName
{
color: #F15875;
}
.AnyTagClassName
{
color: #F15875;
}
</style>
background-color css
<style>
a { background-color: #F15875; }
a { background-color: rgb(241,88,117); }
div.DivClassName
{
background-color: #F15875;
}
.BgClassName
{
background-color: #F15875;
}
</style>
border-color css
<style>
span { border-color: #F15875; }
span { border-color: rgb(241,88,117); }
td.TdClassName
{
border-color: #F15875;
}
.TagClassName
{
border-color: #F15875;
}
</style>