Shades of Wild Watermelon #F15867
Tints of Wild Watermelon #F15867
RGB
CMYK
RGB Variations
Color information
#F15867 (or 0xF15867) is known color: Wild Watermelon. HEX triplet: F1, 58 and 67. RGB value is (241,88,103). Sum of RGB (Red+Green+Blue) = 241+88+103=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F15867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15867 is #0EA798. Grayscale: #878787. Windows color (decimal): -960409 or 6772977. OLE color: 6772977.
HSL color Cylindrical-coordinate representation of color #F15867: hue angle of 354.12º 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 #F15867 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 103 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.05 |
| HSL | 354.12º | 0.85% | 0.65% | - |
| HSV(B) | 354.12º | 0.63% | 0.95% | - |
| XYZ | 42.21 | 26.66 | 15.75 | - |
| YUV | 135.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 103 | 0 | 0.63 | 0.57 | 0.05 | 354.12 | 0.85 | 0.65 |
| Hex | F1 | 58 | 67 | 0 | 3F | 39 | 5 | 162 | 55 | 41 |
| Octal | 361 | 130 | 147 | 0 | 77 | 71 | 5 | 542 | 125 | 101 |
| Binary | 11110001 | 1011000 | 1100111 | 0 | 111111 | 111001 | 101 | 101100010 | 1010101 | 1000001 |
Color Harmonies of #F15867
Complementary color
Monochromatic Colors of #F15867
Black with #F15867
Text Example
Text Example
White with #F15867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15867; }
p { color: rgb(241,88,103); }
H1.HeaderClassName
{
color: #F15867;
}
.AnyTagClassName
{
color: #F15867;
}
</style>
background-color css
<style>
a { background-color: #F15867; }
a { background-color: rgb(241,88,103); }
div.DivClassName
{
background-color: #F15867;
}
.BgClassName
{
background-color: #F15867;
}
</style>
border-color css
<style>
span { border-color: #F15867; }
span { border-color: rgb(241,88,103); }
td.TdClassName
{
border-color: #F15867;
}
.TagClassName
{
border-color: #F15867;
}
</style>