Shades of Wild Watermelon #F65275
Tints of Wild Watermelon #F65275
RGB
CMYK
RGB Variations
Color information
#F65275 (or 0xF65275) is known color: Wild Watermelon. HEX triplet: F6, 52 and 75. RGB value is (246,82,117). Sum of RGB (Red+Green+Blue) = 246+82+117=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65275 is #09AD8A. Grayscale: #878787. Windows color (decimal): -634251 or 7688950. OLE color: 7688950.
HSL color Cylindrical-coordinate representation of color #F65275: hue angle of 347.2º 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 #F65275 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 347.2º | 0.9% | 0.64% | - |
| HSV(B) | 347.2º | 0.67% | 0.96% | - |
| XYZ | 44.23 | 26.91 | 19.69 | - |
| YUV | 135.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 117 | 0 | 0.67 | 0.52 | 0.04 | 347.2 | 0.9 | 0.64 |
| Hex | F6 | 52 | 75 | 0 | 43 | 34 | 4 | 15B | 5A | 40 |
| Octal | 366 | 122 | 165 | 0 | 103 | 64 | 4 | 533 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1110101 | 0 | 1000011 | 110100 | 100 | 101011011 | 1011010 | 1000000 |
Color Harmonies of #F65275
Complementary color
Monochromatic Colors of #F65275
Black with #F65275
Text Example
Text Example
White with #F65275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65275; }
p { color: rgb(246,82,117); }
H1.HeaderClassName
{
color: #F65275;
}
.AnyTagClassName
{
color: #F65275;
}
</style>
background-color css
<style>
a { background-color: #F65275; }
a { background-color: rgb(246,82,117); }
div.DivClassName
{
background-color: #F65275;
}
.BgClassName
{
background-color: #F65275;
}
</style>
border-color css
<style>
span { border-color: #F65275; }
span { border-color: rgb(246,82,117); }
td.TdClassName
{
border-color: #F65275;
}
.TagClassName
{
border-color: #F65275;
}
</style>