Shades of Wild Watermelon #F5536C
Tints of Wild Watermelon #F5536C
RGB
CMYK
RGB Variations
Color information
#F5536C (or 0xF5536C) is known color: Wild Watermelon. HEX triplet: F5, 53 and 6C. RGB value is (245,83,108). Sum of RGB (Red+Green+Blue) = 245+83+108=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5536C is #0AAC93. Grayscale: #868686. Windows color (decimal): -699540 or 7099381. OLE color: 7099381.
HSL color Cylindrical-coordinate representation of color #F5536C: hue angle of 350.74º 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 #F5536C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 108 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.04 |
| HSL | 350.74º | 0.89% | 0.64% | - |
| HSV(B) | 350.74º | 0.66% | 0.96% | - |
| XYZ | 43.46 | 26.68 | 17.05 | - |
| YUV | 134.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 108 | 0 | 0.66 | 0.56 | 0.04 | 350.74 | 0.89 | 0.64 |
| Hex | F5 | 53 | 6C | 0 | 42 | 38 | 4 | 15F | 59 | 40 |
| Octal | 365 | 123 | 154 | 0 | 102 | 70 | 4 | 537 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1101100 | 0 | 1000010 | 111000 | 100 | 101011111 | 1011001 | 1000000 |
Color Harmonies of #F5536C
Complementary color
Monochromatic Colors of #F5536C
Black with #F5536C
Text Example
Text Example
White with #F5536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5536C; }
p { color: rgb(245,83,108); }
H1.HeaderClassName
{
color: #F5536C;
}
.AnyTagClassName
{
color: #F5536C;
}
</style>
background-color css
<style>
a { background-color: #F5536C; }
a { background-color: rgb(245,83,108); }
div.DivClassName
{
background-color: #F5536C;
}
.BgClassName
{
background-color: #F5536C;
}
</style>
border-color css
<style>
span { border-color: #F5536C; }
span { border-color: rgb(245,83,108); }
td.TdClassName
{
border-color: #F5536C;
}
.TagClassName
{
border-color: #F5536C;
}
</style>