Shades of Wild Watermelon #F15B5E
Tints of Wild Watermelon #F15B5E
RGB
CMYK
RGB Variations
Color information
#F15B5E (or 0xF15B5E) is known color: Wild Watermelon. HEX triplet: F1, 5B and 5E. RGB value is (241,91,94). Sum of RGB (Red+Green+Blue) = 241+91+94=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15B5E is #0EA4A1. Grayscale: #888888. Windows color (decimal): -959650 or 6183921. OLE color: 6183921.
HSL color Cylindrical-coordinate representation of color #F15B5E: hue angle of 358.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15B5E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 94 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.05 |
| HSL | 358.8º | 0.84% | 0.65% | - |
| HSV(B) | 358.8º | 0.62% | 0.95% | - |
| XYZ | 42.04 | 26.99 | 13.58 | - |
| YUV | 136.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 94 | 0 | 0.62 | 0.61 | 0.05 | 358.8 | 0.84 | 0.65 |
| Hex | F1 | 5B | 5E | 0 | 3E | 3D | 5 | 167 | 54 | 41 |
| Octal | 361 | 133 | 136 | 0 | 76 | 75 | 5 | 547 | 124 | 101 |
| Binary | 11110001 | 1011011 | 1011110 | 0 | 111110 | 111101 | 101 | 101100111 | 1010100 | 1000001 |
Color Harmonies of #F15B5E
Complementary color
Monochromatic Colors of #F15B5E
Black with #F15B5E
Text Example
Text Example
White with #F15B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B5E; }
p { color: rgb(241,91,94); }
H1.HeaderClassName
{
color: #F15B5E;
}
.AnyTagClassName
{
color: #F15B5E;
}
</style>
background-color css
<style>
a { background-color: #F15B5E; }
a { background-color: rgb(241,91,94); }
div.DivClassName
{
background-color: #F15B5E;
}
.BgClassName
{
background-color: #F15B5E;
}
</style>
border-color css
<style>
span { border-color: #F15B5E; }
span { border-color: rgb(241,91,94); }
td.TdClassName
{
border-color: #F15B5E;
}
.TagClassName
{
border-color: #F15B5E;
}
</style>