Shades of Wild Watermelon #F0585D
Tints of Wild Watermelon #F0585D
RGB
CMYK
RGB Variations
Color information
#F0585D (or 0xF0585D) is known color: Wild Watermelon. HEX triplet: F0, 58 and 5D. RGB value is (240,88,93). Sum of RGB (Red+Green+Blue) = 240+88+93=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0585D is #0FA7A2. Grayscale: #868686. Windows color (decimal): -1025955 or 6117616. OLE color: 6117616.
HSL color Cylindrical-coordinate representation of color #F0585D: hue angle of 358.03º 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 #F0585D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 93 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.06 |
| HSL | 358.03º | 0.84% | 0.64% | - |
| HSV(B) | 358.03º | 0.63% | 0.94% | - |
| XYZ | 41.4 | 26.3 | 13.25 | - |
| YUV | 134.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 93 | 0 | 0.63 | 0.61 | 0.06 | 358.03 | 0.84 | 0.64 |
| Hex | F0 | 58 | 5D | 0 | 3F | 3D | 6 | 166 | 54 | 40 |
| Octal | 360 | 130 | 135 | 0 | 77 | 75 | 6 | 546 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1011101 | 0 | 111111 | 111101 | 110 | 101100110 | 1010100 | 1000000 |
Color Harmonies of #F0585D
Complementary color
Monochromatic Colors of #F0585D
Black with #F0585D
Text Example
Text Example
White with #F0585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0585D; }
p { color: rgb(240,88,93); }
H1.HeaderClassName
{
color: #F0585D;
}
.AnyTagClassName
{
color: #F0585D;
}
</style>
background-color css
<style>
a { background-color: #F0585D; }
a { background-color: rgb(240,88,93); }
div.DivClassName
{
background-color: #F0585D;
}
.BgClassName
{
background-color: #F0585D;
}
</style>
border-color css
<style>
span { border-color: #F0585D; }
span { border-color: rgb(240,88,93); }
td.TdClassName
{
border-color: #F0585D;
}
.TagClassName
{
border-color: #F0585D;
}
</style>