Shades of Wild Watermelon #F0506F
Tints of Wild Watermelon #F0506F
RGB
CMYK
RGB Variations
Color information
#F0506F (or 0xF0506F) is known color: Wild Watermelon. HEX triplet: F0, 50 and 6F. RGB value is (240,80,111). Sum of RGB (Red+Green+Blue) = 240+80+111=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506F is #0FAF90. Grayscale: #838383. Windows color (decimal): -1027985 or 7295216. OLE color: 7295216.
HSL color Cylindrical-coordinate representation of color #F0506F: hue angle of 348.38º 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 #F0506F is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 111 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.06 |
| HSL | 348.38º | 0.84% | 0.63% | - |
| HSV(B) | 348.38º | 0.67% | 0.94% | - |
| XYZ | 41.67 | 25.41 | 17.75 | - |
| YUV | 131.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 111 | 0 | 0.67 | 0.54 | 0.06 | 348.38 | 0.84 | 0.63 |
| Hex | F0 | 50 | 6F | 0 | 43 | 36 | 6 | 15C | 54 | 3F |
| Octal | 360 | 120 | 157 | 0 | 103 | 66 | 6 | 534 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1101111 | 0 | 1000011 | 110110 | 110 | 101011100 | 1010100 | 111111 |
Color Harmonies of #F0506F
Complementary color
Monochromatic Colors of #F0506F
Black with #F0506F
Text Example
Text Example
White with #F0506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0506F; }
p { color: rgb(240,80,111); }
H1.HeaderClassName
{
color: #F0506F;
}
.AnyTagClassName
{
color: #F0506F;
}
</style>
background-color css
<style>
a { background-color: #F0506F; }
a { background-color: rgb(240,80,111); }
div.DivClassName
{
background-color: #F0506F;
}
.BgClassName
{
background-color: #F0506F;
}
</style>
border-color css
<style>
span { border-color: #F0506F; }
span { border-color: rgb(240,80,111); }
td.TdClassName
{
border-color: #F0506F;
}
.TagClassName
{
border-color: #F0506F;
}
</style>