Shades of Wild Watermelon #F0516D
Tints of Wild Watermelon #F0516D
RGB
CMYK
RGB Variations
Color information
#F0516D (or 0xF0516D) is known color: Wild Watermelon. HEX triplet: F0, 51 and 6D. RGB value is (240,81,109). Sum of RGB (Red+Green+Blue) = 240+81+109=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0516D is #0FAE92. Grayscale: #838383. Windows color (decimal): -1027731 or 7164400. OLE color: 7164400.
HSL color Cylindrical-coordinate representation of color #F0516D: hue angle of 349.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0516D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 109 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.06 |
| HSL | 349.43º | 0.84% | 0.63% | - |
| HSV(B) | 349.43º | 0.66% | 0.94% | - |
| XYZ | 41.64 | 25.51 | 17.2 | - |
| YUV | 131.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 109 | 0 | 0.66 | 0.55 | 0.06 | 349.43 | 0.84 | 0.63 |
| Hex | F0 | 51 | 6D | 0 | 42 | 37 | 6 | 15D | 54 | 3F |
| Octal | 360 | 121 | 155 | 0 | 102 | 67 | 6 | 535 | 124 | 77 |
| Binary | 11110000 | 1010001 | 1101101 | 0 | 1000010 | 110111 | 110 | 101011101 | 1010100 | 111111 |
Color Harmonies of #F0516D
Complementary color
Monochromatic Colors of #F0516D
Black with #F0516D
Text Example
Text Example
White with #F0516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0516D; }
p { color: rgb(240,81,109); }
H1.HeaderClassName
{
color: #F0516D;
}
.AnyTagClassName
{
color: #F0516D;
}
</style>
background-color css
<style>
a { background-color: #F0516D; }
a { background-color: rgb(240,81,109); }
div.DivClassName
{
background-color: #F0516D;
}
.BgClassName
{
background-color: #F0516D;
}
</style>
border-color css
<style>
span { border-color: #F0516D; }
span { border-color: rgb(240,81,109); }
td.TdClassName
{
border-color: #F0516D;
}
.TagClassName
{
border-color: #F0516D;
}
</style>