Shades of Wild Watermelon #F64870
Tints of Wild Watermelon #F64870
RGB
CMYK
RGB Variations
Color information
#F64870 (or 0xF64870) is known color: Wild Watermelon. HEX triplet: F6, 48 and 70. RGB value is (246,72,112). Sum of RGB (Red+Green+Blue) = 246+72+112=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64870 is #09B78F. Grayscale: #808080. Windows color (decimal): -636816 or 7358710. OLE color: 7358710.
HSL color Cylindrical-coordinate representation of color #F64870: hue angle of 346.21º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64870 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 112 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.04 |
| HSL | 346.21º | 0.91% | 0.62% | - |
| HSV(B) | 346.21º | 0.71% | 0.96% | - |
| XYZ | 43.25 | 25.4 | 17.95 | - |
| YUV | 128.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 112 | 0 | 0.71 | 0.54 | 0.04 | 346.21 | 0.91 | 0.62 |
| Hex | F6 | 48 | 70 | 0 | 47 | 36 | 4 | 15A | 5B | 3E |
| Octal | 366 | 110 | 160 | 0 | 107 | 66 | 4 | 532 | 133 | 76 |
| Binary | 11110110 | 1001000 | 1110000 | 0 | 1000111 | 110110 | 100 | 101011010 | 1011011 | 111110 |
Color Harmonies of #F64870
Complementary color
Monochromatic Colors of #F64870
Black with #F64870
Text Example
Text Example
White with #F64870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64870; }
p { color: rgb(246,72,112); }
H1.HeaderClassName
{
color: #F64870;
}
.AnyTagClassName
{
color: #F64870;
}
</style>
background-color css
<style>
a { background-color: #F64870; }
a { background-color: rgb(246,72,112); }
div.DivClassName
{
background-color: #F64870;
}
.BgClassName
{
background-color: #F64870;
}
</style>
border-color css
<style>
span { border-color: #F64870; }
span { border-color: rgb(246,72,112); }
td.TdClassName
{
border-color: #F64870;
}
.TagClassName
{
border-color: #F64870;
}
</style>