Shades of Wild Watermelon #F5516D
Tints of Wild Watermelon #F5516D
RGB
CMYK
RGB Variations
Color information
#F5516D (or 0xF5516D) is known color: Wild Watermelon. HEX triplet: F5, 51 and 6D. RGB value is (245,81,109). Sum of RGB (Red+Green+Blue) = 245+81+109=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5516D is #0AAE92. Grayscale: #858585. Windows color (decimal): -700051 or 7164405. OLE color: 7164405.
HSL color Cylindrical-coordinate representation of color #F5516D: hue angle of 349.76º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5516D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 109 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 349.76º | 0.89% | 0.64% | - |
| HSV(B) | 349.76º | 0.67% | 0.96% | - |
| XYZ | 43.36 | 26.4 | 17.28 | - |
| YUV | 133.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 109 | 0 | 0.67 | 0.56 | 0.04 | 349.76 | 0.89 | 0.64 |
| Hex | F5 | 51 | 6D | 0 | 43 | 38 | 4 | 15E | 59 | 40 |
| Octal | 365 | 121 | 155 | 0 | 103 | 70 | 4 | 536 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1101101 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011001 | 1000000 |
Color Harmonies of #F5516D
Complementary color
Monochromatic Colors of #F5516D
Black with #F5516D
Text Example
Text Example
White with #F5516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5516D; }
p { color: rgb(245,81,109); }
H1.HeaderClassName
{
color: #F5516D;
}
.AnyTagClassName
{
color: #F5516D;
}
</style>
background-color css
<style>
a { background-color: #F5516D; }
a { background-color: rgb(245,81,109); }
div.DivClassName
{
background-color: #F5516D;
}
.BgClassName
{
background-color: #F5516D;
}
</style>
border-color css
<style>
span { border-color: #F5516D; }
span { border-color: rgb(245,81,109); }
td.TdClassName
{
border-color: #F5516D;
}
.TagClassName
{
border-color: #F5516D;
}
</style>