Shades of Wild Watermelon #F5516A
Tints of Wild Watermelon #F5516A
RGB
CMYK
RGB Variations
Color information
#F5516A (or 0xF5516A) is known color: Wild Watermelon. HEX triplet: F5, 51 and 6A. RGB value is (245,81,106). Sum of RGB (Red+Green+Blue) = 245+81+106=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5516A is #0AAE95. Grayscale: #848484. Windows color (decimal): -700054 or 6967797. OLE color: 6967797.
HSL color Cylindrical-coordinate representation of color #F5516A: hue angle of 350.85º 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 #F5516A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 106 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.04 |
| HSL | 350.85º | 0.89% | 0.64% | - |
| HSV(B) | 350.85º | 0.67% | 0.96% | - |
| XYZ | 43.2 | 26.34 | 16.44 | - |
| YUV | 132.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 106 | 0 | 0.67 | 0.57 | 0.04 | 350.85 | 0.89 | 0.64 |
| Hex | F5 | 51 | 6A | 0 | 43 | 39 | 4 | 15F | 59 | 40 |
| Octal | 365 | 121 | 152 | 0 | 103 | 71 | 4 | 537 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1101010 | 0 | 1000011 | 111001 | 100 | 101011111 | 1011001 | 1000000 |
Color Harmonies of #F5516A
Complementary color
Monochromatic Colors of #F5516A
Black with #F5516A
Text Example
Text Example
White with #F5516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5516A; }
p { color: rgb(245,81,106); }
H1.HeaderClassName
{
color: #F5516A;
}
.AnyTagClassName
{
color: #F5516A;
}
</style>
background-color css
<style>
a { background-color: #F5516A; }
a { background-color: rgb(245,81,106); }
div.DivClassName
{
background-color: #F5516A;
}
.BgClassName
{
background-color: #F5516A;
}
</style>
border-color css
<style>
span { border-color: #F5516A; }
span { border-color: rgb(245,81,106); }
td.TdClassName
{
border-color: #F5516A;
}
.TagClassName
{
border-color: #F5516A;
}
</style>