Shades of Wild Watermelon #F5555E
Tints of Wild Watermelon #F5555E
RGB
CMYK
RGB Variations
Color information
#F5555E (or 0xF5555E) is known color: Wild Watermelon. HEX triplet: F5, 55 and 5E. RGB value is (245,85,94). Sum of RGB (Red+Green+Blue) = 245+85+94=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5555E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5555E is #0AAAA1. Grayscale: #858585. Windows color (decimal): -699042 or 6182389. OLE color: 6182389.
HSL color Cylindrical-coordinate representation of color #F5555E: hue angle of 356.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5555E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 94 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.04 |
| HSL | 356.63º | 0.89% | 0.65% | - |
| HSV(B) | 356.63º | 0.65% | 0.96% | - |
| XYZ | 42.93 | 26.72 | 13.48 | - |
| YUV | 133.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 94 | 0 | 0.65 | 0.62 | 0.04 | 356.63 | 0.89 | 0.65 |
| Hex | F5 | 55 | 5E | 0 | 41 | 3E | 4 | 165 | 59 | 41 |
| Octal | 365 | 125 | 136 | 0 | 101 | 76 | 4 | 545 | 131 | 101 |
| Binary | 11110101 | 1010101 | 1011110 | 0 | 1000001 | 111110 | 100 | 101100101 | 1011001 | 1000001 |
Color Harmonies of #F5555E
Complementary color
Monochromatic Colors of #F5555E
Black with #F5555E
Text Example
Text Example
White with #F5555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5555E; }
p { color: rgb(245,85,94); }
H1.HeaderClassName
{
color: #F5555E;
}
.AnyTagClassName
{
color: #F5555E;
}
</style>
background-color css
<style>
a { background-color: #F5555E; }
a { background-color: rgb(245,85,94); }
div.DivClassName
{
background-color: #F5555E;
}
.BgClassName
{
background-color: #F5555E;
}
</style>
border-color css
<style>
span { border-color: #F5555E; }
span { border-color: rgb(245,85,94); }
td.TdClassName
{
border-color: #F5555E;
}
.TagClassName
{
border-color: #F5555E;
}
</style>