Shades of Wild Watermelon #F0585C
Tints of Wild Watermelon #F0585C
RGB
CMYK
RGB Variations
Color information
#F0585C (or 0xF0585C) is known color: Wild Watermelon. HEX triplet: F0, 58 and 5C. RGB value is (240,88,92). Sum of RGB (Red+Green+Blue) = 240+88+92=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0585C is #0FA7A3. Grayscale: #868686. Windows color (decimal): -1025956 or 6052080. OLE color: 6052080.
HSL color Cylindrical-coordinate representation of color #F0585C: hue angle of 358.42º 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 #F0585C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 92 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 358.42º | 0.84% | 0.64% | - |
| HSV(B) | 358.42º | 0.63% | 0.94% | - |
| XYZ | 41.36 | 26.28 | 13.02 | - |
| YUV | 133.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 92 | 0 | 0.63 | 0.62 | 0.06 | 358.42 | 0.84 | 0.64 |
| Hex | F0 | 58 | 5C | 0 | 3F | 3E | 6 | 166 | 54 | 40 |
| Octal | 360 | 130 | 134 | 0 | 77 | 76 | 6 | 546 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1011100 | 0 | 111111 | 111110 | 110 | 101100110 | 1010100 | 1000000 |
Color Harmonies of #F0585C
Complementary color
Monochromatic Colors of #F0585C
Black with #F0585C
Text Example
Text Example
White with #F0585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0585C; }
p { color: rgb(240,88,92); }
H1.HeaderClassName
{
color: #F0585C;
}
.AnyTagClassName
{
color: #F0585C;
}
</style>
background-color css
<style>
a { background-color: #F0585C; }
a { background-color: rgb(240,88,92); }
div.DivClassName
{
background-color: #F0585C;
}
.BgClassName
{
background-color: #F0585C;
}
</style>
border-color css
<style>
span { border-color: #F0585C; }
span { border-color: rgb(240,88,92); }
td.TdClassName
{
border-color: #F0585C;
}
.TagClassName
{
border-color: #F0585C;
}
</style>