Shades of Wild Watermelon #F65175
Tints of Wild Watermelon #F65175
RGB
CMYK
RGB Variations
Color information
#F65175 (or 0xF65175) is known color: Wild Watermelon. HEX triplet: F6, 51 and 75. RGB value is (246,81,117). Sum of RGB (Red+Green+Blue) = 246+81+117=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F65175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65175 is #09AE8A. Grayscale: #868686. Windows color (decimal): -634507 or 7688694. OLE color: 7688694.
HSL color Cylindrical-coordinate representation of color #F65175: hue angle of 346.91º 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 #F65175 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 117 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.04 |
| HSL | 346.91º | 0.9% | 0.64% | - |
| HSV(B) | 346.91º | 0.67% | 0.96% | - |
| XYZ | 44.16 | 26.76 | 19.67 | - |
| YUV | 134.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 117 | 0 | 0.67 | 0.52 | 0.04 | 346.91 | 0.9 | 0.64 |
| Hex | F6 | 51 | 75 | 0 | 43 | 34 | 4 | 15B | 5A | 40 |
| Octal | 366 | 121 | 165 | 0 | 103 | 64 | 4 | 533 | 132 | 100 |
| Binary | 11110110 | 1010001 | 1110101 | 0 | 1000011 | 110100 | 100 | 101011011 | 1011010 | 1000000 |
Color Harmonies of #F65175
Complementary color
Monochromatic Colors of #F65175
Black with #F65175
Text Example
Text Example
White with #F65175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65175; }
p { color: rgb(246,81,117); }
H1.HeaderClassName
{
color: #F65175;
}
.AnyTagClassName
{
color: #F65175;
}
</style>
background-color css
<style>
a { background-color: #F65175; }
a { background-color: rgb(246,81,117); }
div.DivClassName
{
background-color: #F65175;
}
.BgClassName
{
background-color: #F65175;
}
</style>
border-color css
<style>
span { border-color: #F65175; }
span { border-color: rgb(246,81,117); }
td.TdClassName
{
border-color: #F65175;
}
.TagClassName
{
border-color: #F65175;
}
</style>