Shades of Wild Watermelon #F55460
Tints of Wild Watermelon #F55460
RGB
CMYK
RGB Variations
Color information
#F55460 (or 0xF55460) is known color: Wild Watermelon. HEX triplet: F5, 54 and 60. RGB value is (245,84,96). Sum of RGB (Red+Green+Blue) = 245+84+96=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F55460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55460 is #0AAB9F. Grayscale: #858585. Windows color (decimal): -699296 or 6313205. OLE color: 6313205.
HSL color Cylindrical-coordinate representation of color #F55460: hue angle of 355.53º 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 #F55460 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 96 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.04 |
| HSL | 355.53º | 0.89% | 0.65% | - |
| HSV(B) | 355.53º | 0.66% | 0.96% | - |
| XYZ | 42.94 | 26.6 | 13.94 | - |
| YUV | 133.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 96 | 0 | 0.66 | 0.61 | 0.04 | 355.53 | 0.89 | 0.65 |
| Hex | F5 | 54 | 60 | 0 | 42 | 3D | 4 | 164 | 59 | 41 |
| Octal | 365 | 124 | 140 | 0 | 102 | 75 | 4 | 544 | 131 | 101 |
| Binary | 11110101 | 1010100 | 1100000 | 0 | 1000010 | 111101 | 100 | 101100100 | 1011001 | 1000001 |
Color Harmonies of #F55460
Complementary color
Monochromatic Colors of #F55460
Black with #F55460
Text Example
Text Example
White with #F55460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55460; }
p { color: rgb(245,84,96); }
H1.HeaderClassName
{
color: #F55460;
}
.AnyTagClassName
{
color: #F55460;
}
</style>
background-color css
<style>
a { background-color: #F55460; }
a { background-color: rgb(245,84,96); }
div.DivClassName
{
background-color: #F55460;
}
.BgClassName
{
background-color: #F55460;
}
</style>
border-color css
<style>
span { border-color: #F55460; }
span { border-color: rgb(245,84,96); }
td.TdClassName
{
border-color: #F55460;
}
.TagClassName
{
border-color: #F55460;
}
</style>