Shades of Wild Watermelon #F65872
Tints of Wild Watermelon #F65872
RGB
CMYK
RGB Variations
Color information
#F65872 (or 0xF65872) is known color: Wild Watermelon. HEX triplet: F6, 58 and 72. RGB value is (246,88,114). Sum of RGB (Red+Green+Blue) = 246+88+114=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F65872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65872 is #09A78D. Grayscale: #8A8A8A. Windows color (decimal): -632718 or 7493878. OLE color: 7493878.
HSL color Cylindrical-coordinate representation of color #F65872: hue angle of 350.13º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65872 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 114 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.04 |
| HSL | 350.13º | 0.9% | 0.65% | - |
| HSV(B) | 350.13º | 0.64% | 0.96% | - |
| XYZ | 44.53 | 27.79 | 18.94 | - |
| YUV | 138.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 114 | 0 | 0.64 | 0.54 | 0.04 | 350.13 | 0.9 | 0.65 |
| Hex | F6 | 58 | 72 | 0 | 40 | 36 | 4 | 15E | 5A | 41 |
| Octal | 366 | 130 | 162 | 0 | 100 | 66 | 4 | 536 | 132 | 101 |
| Binary | 11110110 | 1011000 | 1110010 | 0 | 1000000 | 110110 | 100 | 101011110 | 1011010 | 1000001 |
Color Harmonies of #F65872
Complementary color
Monochromatic Colors of #F65872
Black with #F65872
Text Example
Text Example
White with #F65872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65872; }
p { color: rgb(246,88,114); }
H1.HeaderClassName
{
color: #F65872;
}
.AnyTagClassName
{
color: #F65872;
}
</style>
background-color css
<style>
a { background-color: #F65872; }
a { background-color: rgb(246,88,114); }
div.DivClassName
{
background-color: #F65872;
}
.BgClassName
{
background-color: #F65872;
}
</style>
border-color css
<style>
span { border-color: #F65872; }
span { border-color: rgb(246,88,114); }
td.TdClassName
{
border-color: #F65872;
}
.TagClassName
{
border-color: #F65872;
}
</style>