Shades of Wild Watermelon #F5646C
Tints of Wild Watermelon #F5646C
RGB
CMYK
RGB Variations
Color information
#F5646C (or 0xF5646C) is known color: Wild Watermelon. HEX triplet: F5, 64 and 6C. RGB value is (245,100,108). Sum of RGB (Red+Green+Blue) = 245+100+108=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5646C is #0A9B93. Grayscale: #909090. Windows color (decimal): -695188 or 7103733. OLE color: 7103733.
HSL color Cylindrical-coordinate representation of color #F5646C: hue angle of 356.69º 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 #F5646C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 108 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.04 |
| HSL | 356.69º | 0.88% | 0.68% | - |
| HSV(B) | 356.69º | 0.59% | 0.96% | - |
| XYZ | 44.92 | 29.61 | 17.54 | - |
| YUV | 144.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 108 | 0 | 0.59 | 0.56 | 0.04 | 356.69 | 0.88 | 0.68 |
| Hex | F5 | 64 | 6C | 0 | 3B | 38 | 4 | 165 | 58 | 44 |
| Octal | 365 | 144 | 154 | 0 | 73 | 70 | 4 | 545 | 130 | 104 |
| Binary | 11110101 | 1100100 | 1101100 | 0 | 111011 | 111000 | 100 | 101100101 | 1011000 | 1000100 |
Color Harmonies of #F5646C
Complementary color
Monochromatic Colors of #F5646C
Black with #F5646C
Text Example
Text Example
White with #F5646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5646C; }
p { color: rgb(245,100,108); }
H1.HeaderClassName
{
color: #F5646C;
}
.AnyTagClassName
{
color: #F5646C;
}
</style>
background-color css
<style>
a { background-color: #F5646C; }
a { background-color: rgb(245,100,108); }
div.DivClassName
{
background-color: #F5646C;
}
.BgClassName
{
background-color: #F5646C;
}
</style>
border-color css
<style>
span { border-color: #F5646C; }
span { border-color: rgb(245,100,108); }
td.TdClassName
{
border-color: #F5646C;
}
.TagClassName
{
border-color: #F5646C;
}
</style>