Shades of Wild Watermelon #F0506D
Tints of Wild Watermelon #F0506D
RGB
CMYK
RGB Variations
Color information
#F0506D (or 0xF0506D) is known color: Wild Watermelon. HEX triplet: F0, 50 and 6D. RGB value is (240,80,109). Sum of RGB (Red+Green+Blue) = 240+80+109=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506D is #0FAF92. Grayscale: #838383. Windows color (decimal): -1027987 or 7164144. OLE color: 7164144.
HSL color Cylindrical-coordinate representation of color #F0506D: hue angle of 349.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0506D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 109 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.06 |
| HSL | 349.13º | 0.84% | 0.63% | - |
| HSV(B) | 349.13º | 0.67% | 0.94% | - |
| XYZ | 41.56 | 25.37 | 17.17 | - |
| YUV | 131.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 109 | 0 | 0.67 | 0.55 | 0.06 | 349.13 | 0.84 | 0.63 |
| Hex | F0 | 50 | 6D | 0 | 43 | 37 | 6 | 15D | 54 | 3F |
| Octal | 360 | 120 | 155 | 0 | 103 | 67 | 6 | 535 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1101101 | 0 | 1000011 | 110111 | 110 | 101011101 | 1010100 | 111111 |
Color Harmonies of #F0506D
Complementary color
Monochromatic Colors of #F0506D
Black with #F0506D
Text Example
Text Example
White with #F0506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0506D; }
p { color: rgb(240,80,109); }
H1.HeaderClassName
{
color: #F0506D;
}
.AnyTagClassName
{
color: #F0506D;
}
</style>
background-color css
<style>
a { background-color: #F0506D; }
a { background-color: rgb(240,80,109); }
div.DivClassName
{
background-color: #F0506D;
}
.BgClassName
{
background-color: #F0506D;
}
</style>
border-color css
<style>
span { border-color: #F0506D; }
span { border-color: rgb(240,80,109); }
td.TdClassName
{
border-color: #F0506D;
}
.TagClassName
{
border-color: #F0506D;
}
</style>