Shades of Wild Watermelon #F65374
Tints of Wild Watermelon #F65374
RGB
CMYK
RGB Variations
Color information
#F65374 (or 0xF65374) is known color: Wild Watermelon. HEX triplet: F6, 53 and 74. RGB value is (246,83,116). Sum of RGB (Red+Green+Blue) = 246+83+116=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65374 is #09AC8B. Grayscale: #878787. Windows color (decimal): -633996 or 7623670. OLE color: 7623670.
HSL color Cylindrical-coordinate representation of color #F65374: hue angle of 347.85º 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 #F65374 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 116 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.04 |
| HSL | 347.85º | 0.9% | 0.65% | - |
| HSV(B) | 347.85º | 0.66% | 0.96% | - |
| XYZ | 44.25 | 27.04 | 19.41 | - |
| YUV | 135.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 116 | 0 | 0.66 | 0.53 | 0.04 | 347.85 | 0.9 | 0.65 |
| Hex | F6 | 53 | 74 | 0 | 42 | 35 | 4 | 15C | 5A | 41 |
| Octal | 366 | 123 | 164 | 0 | 102 | 65 | 4 | 534 | 132 | 101 |
| Binary | 11110110 | 1010011 | 1110100 | 0 | 1000010 | 110101 | 100 | 101011100 | 1011010 | 1000001 |
Color Harmonies of #F65374
Complementary color
Monochromatic Colors of #F65374
Black with #F65374
Text Example
Text Example
White with #F65374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65374; }
p { color: rgb(246,83,116); }
H1.HeaderClassName
{
color: #F65374;
}
.AnyTagClassName
{
color: #F65374;
}
</style>
background-color css
<style>
a { background-color: #F65374; }
a { background-color: rgb(246,83,116); }
div.DivClassName
{
background-color: #F65374;
}
.BgClassName
{
background-color: #F65374;
}
</style>
border-color css
<style>
span { border-color: #F65374; }
span { border-color: rgb(246,83,116); }
td.TdClassName
{
border-color: #F65374;
}
.TagClassName
{
border-color: #F65374;
}
</style>