Shades of Wild Watermelon #F5646D
Tints of Wild Watermelon #F5646D
RGB
CMYK
RGB Variations
Color information
#F5646D (or 0xF5646D) is known color: Wild Watermelon. HEX triplet: F5, 64 and 6D. RGB value is (245,100,109). Sum of RGB (Red+Green+Blue) = 245+100+109=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5646D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5646D is #0A9B92. Grayscale: #909090. Windows color (decimal): -695187 or 7169269. OLE color: 7169269.
HSL color Cylindrical-coordinate representation of color #F5646D: hue angle of 356.28º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5646D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 109 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.04 |
| HSL | 356.28º | 0.88% | 0.68% | - |
| HSV(B) | 356.28º | 0.59% | 0.96% | - |
| XYZ | 44.97 | 29.63 | 17.82 | - |
| YUV | 144.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 109 | 0 | 0.59 | 0.56 | 0.04 | 356.28 | 0.88 | 0.68 |
| Hex | F5 | 64 | 6D | 0 | 3B | 38 | 4 | 164 | 58 | 44 |
| Octal | 365 | 144 | 155 | 0 | 73 | 70 | 4 | 544 | 130 | 104 |
| Binary | 11110101 | 1100100 | 1101101 | 0 | 111011 | 111000 | 100 | 101100100 | 1011000 | 1000100 |
Color Harmonies of #F5646D
Complementary color
Monochromatic Colors of #F5646D
Black with #F5646D
Text Example
Text Example
White with #F5646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5646D; }
p { color: rgb(245,100,109); }
H1.HeaderClassName
{
color: #F5646D;
}
.AnyTagClassName
{
color: #F5646D;
}
</style>
background-color css
<style>
a { background-color: #F5646D; }
a { background-color: rgb(245,100,109); }
div.DivClassName
{
background-color: #F5646D;
}
.BgClassName
{
background-color: #F5646D;
}
</style>
border-color css
<style>
span { border-color: #F5646D; }
span { border-color: rgb(245,100,109); }
td.TdClassName
{
border-color: #F5646D;
}
.TagClassName
{
border-color: #F5646D;
}
</style>