Shades of Wild Watermelon #F15D63
Tints of Wild Watermelon #F15D63
RGB
CMYK
RGB Variations
Color information
#F15D63 (or 0xF15D63) is known color: Wild Watermelon. HEX triplet: F1, 5D and 63. RGB value is (241,93,99). Sum of RGB (Red+Green+Blue) = 241+93+99=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D63 is #0EA29C. Grayscale: #8A8A8A. Windows color (decimal): -959133 or 6512113. OLE color: 6512113.
HSL color Cylindrical-coordinate representation of color #F15D63: hue angle of 357.57º 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 #F15D63 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 99 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.05 |
| HSL | 357.57º | 0.84% | 0.65% | - |
| HSV(B) | 357.57º | 0.61% | 0.95% | - |
| XYZ | 42.44 | 27.43 | 14.86 | - |
| YUV | 137.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 99 | 0 | 0.61 | 0.59 | 0.05 | 357.57 | 0.84 | 0.65 |
| Hex | F1 | 5D | 63 | 0 | 3D | 3B | 5 | 166 | 54 | 41 |
| Octal | 361 | 135 | 143 | 0 | 75 | 73 | 5 | 546 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1100011 | 0 | 111101 | 111011 | 101 | 101100110 | 1010100 | 1000001 |
Color Harmonies of #F15D63
Complementary color
Monochromatic Colors of #F15D63
Black with #F15D63
Text Example
Text Example
White with #F15D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D63; }
p { color: rgb(241,93,99); }
H1.HeaderClassName
{
color: #F15D63;
}
.AnyTagClassName
{
color: #F15D63;
}
</style>
background-color css
<style>
a { background-color: #F15D63; }
a { background-color: rgb(241,93,99); }
div.DivClassName
{
background-color: #F15D63;
}
.BgClassName
{
background-color: #F15D63;
}
</style>
border-color css
<style>
span { border-color: #F15D63; }
span { border-color: rgb(241,93,99); }
td.TdClassName
{
border-color: #F15D63;
}
.TagClassName
{
border-color: #F15D63;
}
</style>