Shades of Wild Watermelon #F65260
Tints of Wild Watermelon #F65260
RGB
CMYK
RGB Variations
Color information
#F65260 (or 0xF65260) is known color: Wild Watermelon. HEX triplet: F6, 52 and 60. RGB value is (246,82,96). Sum of RGB (Red+Green+Blue) = 246+82+96=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F65260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65260 is #09AD9F. Grayscale: #848484. Windows color (decimal): -634272 or 6312694. OLE color: 6312694.
HSL color Cylindrical-coordinate representation of color #F65260: hue angle of 354.88º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65260 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 96 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.04 |
| HSL | 354.88º | 0.9% | 0.64% | - |
| HSV(B) | 354.88º | 0.67% | 0.96% | - |
| XYZ | 43.13 | 26.47 | 13.9 | - |
| YUV | 132.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 96 | 0 | 0.67 | 0.61 | 0.04 | 354.88 | 0.9 | 0.64 |
| Hex | F6 | 52 | 60 | 0 | 43 | 3D | 4 | 163 | 5A | 40 |
| Octal | 366 | 122 | 140 | 0 | 103 | 75 | 4 | 543 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1100000 | 0 | 1000011 | 111101 | 100 | 101100011 | 1011010 | 1000000 |
Color Harmonies of #F65260
Complementary color
Monochromatic Colors of #F65260
Black with #F65260
Text Example
Text Example
White with #F65260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65260; }
p { color: rgb(246,82,96); }
H1.HeaderClassName
{
color: #F65260;
}
.AnyTagClassName
{
color: #F65260;
}
</style>
background-color css
<style>
a { background-color: #F65260; }
a { background-color: rgb(246,82,96); }
div.DivClassName
{
background-color: #F65260;
}
.BgClassName
{
background-color: #F65260;
}
</style>
border-color css
<style>
span { border-color: #F65260; }
span { border-color: rgb(246,82,96); }
td.TdClassName
{
border-color: #F65260;
}
.TagClassName
{
border-color: #F65260;
}
</style>