Shades of Wild Watermelon #F55362
Tints of Wild Watermelon #F55362
RGB
CMYK
RGB Variations
Color information
#F55362 (or 0xF55362) is known color: Wild Watermelon. HEX triplet: F5, 53 and 62. RGB value is (245,83,98). Sum of RGB (Red+Green+Blue) = 245+83+98=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F55362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55362 is #0AAC9D. Grayscale: #858585. Windows color (decimal): -699550 or 6444021. OLE color: 6444021.
HSL color Cylindrical-coordinate representation of color #F55362: hue angle of 354.44º 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 #F55362 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 98 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.04 |
| HSL | 354.44º | 0.89% | 0.64% | - |
| HSV(B) | 354.44º | 0.66% | 0.96% | - |
| XYZ | 42.95 | 26.48 | 14.4 | - |
| YUV | 133.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 98 | 0 | 0.66 | 0.6 | 0.04 | 354.44 | 0.89 | 0.64 |
| Hex | F5 | 53 | 62 | 0 | 42 | 3C | 4 | 162 | 59 | 40 |
| Octal | 365 | 123 | 142 | 0 | 102 | 74 | 4 | 542 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1100010 | 0 | 1000010 | 111100 | 100 | 101100010 | 1011001 | 1000000 |
Color Harmonies of #F55362
Complementary color
Monochromatic Colors of #F55362
Black with #F55362
Text Example
Text Example
White with #F55362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55362; }
p { color: rgb(245,83,98); }
H1.HeaderClassName
{
color: #F55362;
}
.AnyTagClassName
{
color: #F55362;
}
</style>
background-color css
<style>
a { background-color: #F55362; }
a { background-color: rgb(245,83,98); }
div.DivClassName
{
background-color: #F55362;
}
.BgClassName
{
background-color: #F55362;
}
</style>
border-color css
<style>
span { border-color: #F55362; }
span { border-color: rgb(245,83,98); }
td.TdClassName
{
border-color: #F55362;
}
.TagClassName
{
border-color: #F55362;
}
</style>