Shades of Wild Watermelon #F5536D
Tints of Wild Watermelon #F5536D
RGB
CMYK
RGB Variations
Color information
#F5536D (or 0xF5536D) is known color: Wild Watermelon. HEX triplet: F5, 53 and 6D. RGB value is (245,83,109). Sum of RGB (Red+Green+Blue) = 245+83+109=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5536D is #0AAC92. Grayscale: #868686. Windows color (decimal): -699539 or 7164917. OLE color: 7164917.
HSL color Cylindrical-coordinate representation of color #F5536D: hue angle of 350.37º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5536D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 109 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.04 |
| HSL | 350.37º | 0.89% | 0.64% | - |
| HSV(B) | 350.37º | 0.66% | 0.96% | - |
| XYZ | 43.51 | 26.7 | 17.33 | - |
| YUV | 134.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 109 | 0 | 0.66 | 0.56 | 0.04 | 350.37 | 0.89 | 0.64 |
| Hex | F5 | 53 | 6D | 0 | 42 | 38 | 4 | 15E | 59 | 40 |
| Octal | 365 | 123 | 155 | 0 | 102 | 70 | 4 | 536 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1101101 | 0 | 1000010 | 111000 | 100 | 101011110 | 1011001 | 1000000 |
Color Harmonies of #F5536D
Complementary color
Monochromatic Colors of #F5536D
Black with #F5536D
Text Example
Text Example
White with #F5536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5536D; }
p { color: rgb(245,83,109); }
H1.HeaderClassName
{
color: #F5536D;
}
.AnyTagClassName
{
color: #F5536D;
}
</style>
background-color css
<style>
a { background-color: #F5536D; }
a { background-color: rgb(245,83,109); }
div.DivClassName
{
background-color: #F5536D;
}
.BgClassName
{
background-color: #F5536D;
}
</style>
border-color css
<style>
span { border-color: #F5536D; }
span { border-color: rgb(245,83,109); }
td.TdClassName
{
border-color: #F5536D;
}
.TagClassName
{
border-color: #F5536D;
}
</style>