Shades of Wild Watermelon #F65473
Tints of Wild Watermelon #F65473
RGB
CMYK
RGB Variations
Color information
#F65473 (or 0xF65473) is known color: Wild Watermelon. HEX triplet: F6, 54 and 73. RGB value is (246,84,115). Sum of RGB (Red+Green+Blue) = 246+84+115=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65473 is #09AB8C. Grayscale: #888888. Windows color (decimal): -633741 or 7558390. OLE color: 7558390.
HSL color Cylindrical-coordinate representation of color #F65473: hue angle of 348.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65473 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 115 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.04 |
| HSL | 348.52º | 0.9% | 0.65% | - |
| HSV(B) | 348.52º | 0.66% | 0.96% | - |
| XYZ | 44.27 | 27.17 | 19.13 | - |
| YUV | 135.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 115 | 0 | 0.66 | 0.53 | 0.04 | 348.52 | 0.9 | 0.65 |
| Hex | F6 | 54 | 73 | 0 | 42 | 35 | 4 | 15D | 5A | 41 |
| Octal | 366 | 124 | 163 | 0 | 102 | 65 | 4 | 535 | 132 | 101 |
| Binary | 11110110 | 1010100 | 1110011 | 0 | 1000010 | 110101 | 100 | 101011101 | 1011010 | 1000001 |
Color Harmonies of #F65473
Complementary color
Monochromatic Colors of #F65473
Black with #F65473
Text Example
Text Example
White with #F65473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65473; }
p { color: rgb(246,84,115); }
H1.HeaderClassName
{
color: #F65473;
}
.AnyTagClassName
{
color: #F65473;
}
</style>
background-color css
<style>
a { background-color: #F65473; }
a { background-color: rgb(246,84,115); }
div.DivClassName
{
background-color: #F65473;
}
.BgClassName
{
background-color: #F65473;
}
</style>
border-color css
<style>
span { border-color: #F65473; }
span { border-color: rgb(246,84,115); }
td.TdClassName
{
border-color: #F65473;
}
.TagClassName
{
border-color: #F65473;
}
</style>