Shades of Wild Watermelon #F0595C
Tints of Wild Watermelon #F0595C
RGB
CMYK
RGB Variations
Color information
#F0595C (or 0xF0595C) is known color: Wild Watermelon. HEX triplet: F0, 59 and 5C. RGB value is (240,89,92). Sum of RGB (Red+Green+Blue) = 240+89+92=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0595C is #0FA6A3. Grayscale: #868686. Windows color (decimal): -1025700 or 6052336. OLE color: 6052336.
HSL color Cylindrical-coordinate representation of color #F0595C: hue angle of 358.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0595C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 92 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 358.81º | 0.83% | 0.65% | - |
| HSV(B) | 358.81º | 0.63% | 0.94% | - |
| XYZ | 41.44 | 26.44 | 13.05 | - |
| YUV | 134.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 92 | 0 | 0.63 | 0.62 | 0.06 | 358.81 | 0.83 | 0.65 |
| Hex | F0 | 59 | 5C | 0 | 3F | 3E | 6 | 167 | 53 | 41 |
| Octal | 360 | 131 | 134 | 0 | 77 | 76 | 6 | 547 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1011100 | 0 | 111111 | 111110 | 110 | 101100111 | 1010011 | 1000001 |
Color Harmonies of #F0595C
Complementary color
Monochromatic Colors of #F0595C
Black with #F0595C
Text Example
Text Example
White with #F0595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0595C; }
p { color: rgb(240,89,92); }
H1.HeaderClassName
{
color: #F0595C;
}
.AnyTagClassName
{
color: #F0595C;
}
</style>
background-color css
<style>
a { background-color: #F0595C; }
a { background-color: rgb(240,89,92); }
div.DivClassName
{
background-color: #F0595C;
}
.BgClassName
{
background-color: #F0595C;
}
</style>
border-color css
<style>
span { border-color: #F0595C; }
span { border-color: rgb(240,89,92); }
td.TdClassName
{
border-color: #F0595C;
}
.TagClassName
{
border-color: #F0595C;
}
</style>