Shades of Wild Watermelon #F56276
Tints of Wild Watermelon #F56276
RGB
CMYK
RGB Variations
Color information
#F56276 (or 0xF56276) is known color: Wild Watermelon. HEX triplet: F5, 62 and 76. RGB value is (245,98,118). Sum of RGB (Red+Green+Blue) = 245+98+118=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F56276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56276 is #0A9D89. Grayscale: #909090. Windows color (decimal): -695690 or 7758581. OLE color: 7758581.
HSL color Cylindrical-coordinate representation of color #F56276: hue angle of 351.84º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56276 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 118 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.04 |
| HSL | 351.84º | 0.88% | 0.67% | - |
| HSV(B) | 351.84º | 0.6% | 0.96% | - |
| XYZ | 45.29 | 29.46 | 20.44 | - |
| YUV | 144.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 118 | 0 | 0.6 | 0.52 | 0.04 | 351.84 | 0.88 | 0.67 |
| Hex | F5 | 62 | 76 | 0 | 3C | 34 | 4 | 160 | 58 | 43 |
| Octal | 365 | 142 | 166 | 0 | 74 | 64 | 4 | 540 | 130 | 103 |
| Binary | 11110101 | 1100010 | 1110110 | 0 | 111100 | 110100 | 100 | 101100000 | 1011000 | 1000011 |
Color Harmonies of #F56276
Complementary color
Monochromatic Colors of #F56276
Black with #F56276
Text Example
Text Example
White with #F56276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56276; }
p { color: rgb(245,98,118); }
H1.HeaderClassName
{
color: #F56276;
}
.AnyTagClassName
{
color: #F56276;
}
</style>
background-color css
<style>
a { background-color: #F56276; }
a { background-color: rgb(245,98,118); }
div.DivClassName
{
background-color: #F56276;
}
.BgClassName
{
background-color: #F56276;
}
</style>
border-color css
<style>
span { border-color: #F56276; }
span { border-color: rgb(245,98,118); }
td.TdClassName
{
border-color: #F56276;
}
.TagClassName
{
border-color: #F56276;
}
</style>