Shades of Wild Watermelon #F0585B
Tints of Wild Watermelon #F0585B
RGB
CMYK
RGB Variations
Color information
#F0585B (or 0xF0585B) is known color: Wild Watermelon. HEX triplet: F0, 58 and 5B. RGB value is (240,88,91). Sum of RGB (Red+Green+Blue) = 240+88+91=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0585B is #0FA7A4. Grayscale: #858585. Windows color (decimal): -1025957 or 5986544. OLE color: 5986544.
HSL color Cylindrical-coordinate representation of color #F0585B: hue angle of 358.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0585B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 91 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 358.82º | 0.84% | 0.64% | - |
| HSV(B) | 358.82º | 0.63% | 0.94% | - |
| XYZ | 41.31 | 26.26 | 12.79 | - |
| YUV | 133.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 91 | 0 | 0.63 | 0.62 | 0.06 | 358.82 | 0.84 | 0.64 |
| Hex | F0 | 58 | 5B | 0 | 3F | 3E | 6 | 167 | 54 | 40 |
| Octal | 360 | 130 | 133 | 0 | 77 | 76 | 6 | 547 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1011011 | 0 | 111111 | 111110 | 110 | 101100111 | 1010100 | 1000000 |
Color Harmonies of #F0585B
Complementary color
Monochromatic Colors of #F0585B
Black with #F0585B
Text Example
Text Example
White with #F0585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0585B; }
p { color: rgb(240,88,91); }
H1.HeaderClassName
{
color: #F0585B;
}
.AnyTagClassName
{
color: #F0585B;
}
</style>
background-color css
<style>
a { background-color: #F0585B; }
a { background-color: rgb(240,88,91); }
div.DivClassName
{
background-color: #F0585B;
}
.BgClassName
{
background-color: #F0585B;
}
</style>
border-color css
<style>
span { border-color: #F0585B; }
span { border-color: rgb(240,88,91); }
td.TdClassName
{
border-color: #F0585B;
}
.TagClassName
{
border-color: #F0585B;
}
</style>