Shades of Wild Watermelon #F15D76
Tints of Wild Watermelon #F15D76
RGB
CMYK
RGB Variations
Color information
#F15D76 (or 0xF15D76) is known color: Wild Watermelon. HEX triplet: F1, 5D and 76. RGB value is (241,93,118). Sum of RGB (Red+Green+Blue) = 241+93+118=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D76 is #0EA289. Grayscale: #8C8C8C. Windows color (decimal): -959114 or 7757297. OLE color: 7757297.
HSL color Cylindrical-coordinate representation of color #F15D76: hue angle of 349.86º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15D76 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 118 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.05 |
| HSL | 349.86º | 0.84% | 0.65% | - |
| HSV(B) | 349.86º | 0.61% | 0.95% | - |
| XYZ | 43.46 | 27.84 | 20.22 | - |
| YUV | 140.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 118 | 0 | 0.61 | 0.51 | 0.05 | 349.86 | 0.84 | 0.65 |
| Hex | F1 | 5D | 76 | 0 | 3D | 33 | 5 | 15E | 54 | 41 |
| Octal | 361 | 135 | 166 | 0 | 75 | 63 | 5 | 536 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1110110 | 0 | 111101 | 110011 | 101 | 101011110 | 1010100 | 1000001 |
Color Harmonies of #F15D76
Complementary color
Monochromatic Colors of #F15D76
Black with #F15D76
Text Example
Text Example
White with #F15D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D76; }
p { color: rgb(241,93,118); }
H1.HeaderClassName
{
color: #F15D76;
}
.AnyTagClassName
{
color: #F15D76;
}
</style>
background-color css
<style>
a { background-color: #F15D76; }
a { background-color: rgb(241,93,118); }
div.DivClassName
{
background-color: #F15D76;
}
.BgClassName
{
background-color: #F15D76;
}
</style>
border-color css
<style>
span { border-color: #F15D76; }
span { border-color: rgb(241,93,118); }
td.TdClassName
{
border-color: #F15D76;
}
.TagClassName
{
border-color: #F15D76;
}
</style>