Shades of Wild Watermelon #F65C73
Tints of Wild Watermelon #F65C73
RGB
CMYK
RGB Variations
Color information
#F65C73 (or 0xF65C73) is known color: Wild Watermelon. HEX triplet: F6, 5C and 73. RGB value is (246,92,115). Sum of RGB (Red+Green+Blue) = 246+92+115=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C73 is #09A38C. Grayscale: #8C8C8C. Windows color (decimal): -631693 or 7560438. OLE color: 7560438.
HSL color Cylindrical-coordinate representation of color #F65C73: hue angle of 351.04º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C73 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 115 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.04 |
| HSL | 351.04º | 0.9% | 0.66% | - |
| HSV(B) | 351.04º | 0.63% | 0.96% | - |
| XYZ | 44.93 | 28.48 | 19.35 | - |
| YUV | 140.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 115 | 0 | 0.63 | 0.53 | 0.04 | 351.04 | 0.9 | 0.66 |
| Hex | F6 | 5C | 73 | 0 | 3F | 35 | 4 | 15F | 5A | 42 |
| Octal | 366 | 134 | 163 | 0 | 77 | 65 | 4 | 537 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1110011 | 0 | 111111 | 110101 | 100 | 101011111 | 1011010 | 1000010 |
Color Harmonies of #F65C73
Complementary color
Monochromatic Colors of #F65C73
Black with #F65C73
Text Example
Text Example
White with #F65C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C73; }
p { color: rgb(246,92,115); }
H1.HeaderClassName
{
color: #F65C73;
}
.AnyTagClassName
{
color: #F65C73;
}
</style>
background-color css
<style>
a { background-color: #F65C73; }
a { background-color: rgb(246,92,115); }
div.DivClassName
{
background-color: #F65C73;
}
.BgClassName
{
background-color: #F65C73;
}
</style>
border-color css
<style>
span { border-color: #F65C73; }
span { border-color: rgb(246,92,115); }
td.TdClassName
{
border-color: #F65C73;
}
.TagClassName
{
border-color: #F65C73;
}
</style>