Shades of Wild Watermelon #F56376
Tints of Wild Watermelon #F56376
RGB
CMYK
RGB Variations
Color information
#F56376 (or 0xF56376) is known color: Wild Watermelon. HEX triplet: F5, 63 and 76. RGB value is (245,99,118). Sum of RGB (Red+Green+Blue) = 245+99+118=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56376 is #0A9C89. Grayscale: #909090. Windows color (decimal): -695434 or 7758837. OLE color: 7758837.
HSL color Cylindrical-coordinate representation of color #F56376: hue angle of 352.19º 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 #F56376 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 118 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.04 |
| HSL | 352.19º | 0.88% | 0.67% | - |
| HSV(B) | 352.19º | 0.6% | 0.96% | - |
| XYZ | 45.39 | 29.64 | 20.47 | - |
| YUV | 144.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 118 | 0 | 0.60 | 0.52 | 0.04 | 352.19 | 0.88 | 0.67 |
| Hex | F5 | 63 | 76 | 0 | 3C | 34 | 4 | 160 | 58 | 43 |
| Octal | 365 | 143 | 166 | 0 | 74 | 64 | 4 | 540 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1110110 | 0 | 111100 | 110100 | 100 | 101100000 | 1011000 | 1000011 |
Color Harmonies of #F56376
Complementary color
Monochromatic Colors of #F56376
Black with #F56376
Text Example
Text Example
White with #F56376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56376; }
p { color: rgb(245,99,118); }
H1.HeaderClassName
{
color: #F56376;
}
.AnyTagClassName
{
color: #F56376;
}
</style>
background-color css
<style>
a { background-color: #F56376; }
a { background-color: rgb(245,99,118); }
div.DivClassName
{
background-color: #F56376;
}
.BgClassName
{
background-color: #F56376;
}
</style>
border-color css
<style>
span { border-color: #F56376; }
span { border-color: rgb(245,99,118); }
td.TdClassName
{
border-color: #F56376;
}
.TagClassName
{
border-color: #F56376;
}
</style>