Shades of Wild Watermelon #F5545B
Tints of Wild Watermelon #F5545B
RGB
CMYK
RGB Variations
Color information
#F5545B (or 0xF5545B) is known color: Wild Watermelon. HEX triplet: F5, 54 and 5B. RGB value is (245,84,91). Sum of RGB (Red+Green+Blue) = 245+84+91=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5545B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5545B is #0AABA4. Grayscale: #858585. Windows color (decimal): -699301 or 5985525. OLE color: 5985525.
HSL color Cylindrical-coordinate representation of color #F5545B: hue angle of 357.39º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5545B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 91 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.04 |
| HSL | 357.39º | 0.89% | 0.65% | - |
| HSV(B) | 357.39º | 0.66% | 0.96% | - |
| XYZ | 42.71 | 26.51 | 12.76 | - |
| YUV | 132.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 91 | 0 | 0.66 | 0.63 | 0.04 | 357.39 | 0.89 | 0.65 |
| Hex | F5 | 54 | 5B | 0 | 42 | 3F | 4 | 165 | 59 | 41 |
| Octal | 365 | 124 | 133 | 0 | 102 | 77 | 4 | 545 | 131 | 101 |
| Binary | 11110101 | 1010100 | 1011011 | 0 | 1000010 | 111111 | 100 | 101100101 | 1011001 | 1000001 |
Color Harmonies of #F5545B
Complementary color
Monochromatic Colors of #F5545B
Black with #F5545B
Text Example
Text Example
White with #F5545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5545B; }
p { color: rgb(245,84,91); }
H1.HeaderClassName
{
color: #F5545B;
}
.AnyTagClassName
{
color: #F5545B;
}
</style>
background-color css
<style>
a { background-color: #F5545B; }
a { background-color: rgb(245,84,91); }
div.DivClassName
{
background-color: #F5545B;
}
.BgClassName
{
background-color: #F5545B;
}
</style>
border-color css
<style>
span { border-color: #F5545B; }
span { border-color: rgb(245,84,91); }
td.TdClassName
{
border-color: #F5545B;
}
.TagClassName
{
border-color: #F5545B;
}
</style>