Shades of Wild Watermelon #F5535B
Tints of Wild Watermelon #F5535B
RGB
CMYK
RGB Variations
Color information
#F5535B (or 0xF5535B) is known color: Wild Watermelon. HEX triplet: F5, 53 and 5B. RGB value is (245,83,91). Sum of RGB (Red+Green+Blue) = 245+83+91=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5535B is #0AACA4. Grayscale: #848484. Windows color (decimal): -699557 or 5985269. OLE color: 5985269.
HSL color Cylindrical-coordinate representation of color #F5535B: hue angle of 357.04º 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 #F5535B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 91 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.04 |
| HSL | 357.04º | 0.89% | 0.64% | - |
| HSV(B) | 357.04º | 0.66% | 0.96% | - |
| XYZ | 42.64 | 26.35 | 12.74 | - |
| YUV | 132.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 91 | 0 | 0.66 | 0.63 | 0.04 | 357.04 | 0.89 | 0.64 |
| Hex | F5 | 53 | 5B | 0 | 42 | 3F | 4 | 165 | 59 | 40 |
| Octal | 365 | 123 | 133 | 0 | 102 | 77 | 4 | 545 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1011011 | 0 | 1000010 | 111111 | 100 | 101100101 | 1011001 | 1000000 |
Color Harmonies of #F5535B
Complementary color
Monochromatic Colors of #F5535B
Black with #F5535B
Text Example
Text Example
White with #F5535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5535B; }
p { color: rgb(245,83,91); }
H1.HeaderClassName
{
color: #F5535B;
}
.AnyTagClassName
{
color: #F5535B;
}
</style>
background-color css
<style>
a { background-color: #F5535B; }
a { background-color: rgb(245,83,91); }
div.DivClassName
{
background-color: #F5535B;
}
.BgClassName
{
background-color: #F5535B;
}
</style>
border-color css
<style>
span { border-color: #F5535B; }
span { border-color: rgb(245,83,91); }
td.TdClassName
{
border-color: #F5535B;
}
.TagClassName
{
border-color: #F5535B;
}
</style>