Shades of Wild Watermelon #F0575F
Tints of Wild Watermelon #F0575F
RGB
CMYK
RGB Variations
Color information
#F0575F (or 0xF0575F) is known color: Wild Watermelon. HEX triplet: F0, 57 and 5F. RGB value is (240,87,95). Sum of RGB (Red+Green+Blue) = 240+87+95=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0575F is #0FA8A0. Grayscale: #858585. Windows color (decimal): -1026209 or 6248432. OLE color: 6248432.
HSL color Cylindrical-coordinate representation of color #F0575F: hue angle of 356.86º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0575F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 95 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.06 |
| HSL | 356.86º | 0.84% | 0.64% | - |
| HSV(B) | 356.86º | 0.64% | 0.94% | - |
| XYZ | 41.41 | 26.17 | 13.69 | - |
| YUV | 133.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 95 | 0 | 0.64 | 0.60 | 0.06 | 356.86 | 0.84 | 0.64 |
| Hex | F0 | 57 | 5F | 0 | 40 | 3C | 6 | 165 | 54 | 40 |
| Octal | 360 | 127 | 137 | 0 | 100 | 74 | 6 | 545 | 124 | 100 |
| Binary | 11110000 | 1010111 | 1011111 | 0 | 1000000 | 111100 | 110 | 101100101 | 1010100 | 1000000 |
Color Harmonies of #F0575F
Complementary color
Monochromatic Colors of #F0575F
Black with #F0575F
Text Example
Text Example
White with #F0575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0575F; }
p { color: rgb(240,87,95); }
H1.HeaderClassName
{
color: #F0575F;
}
.AnyTagClassName
{
color: #F0575F;
}
</style>
background-color css
<style>
a { background-color: #F0575F; }
a { background-color: rgb(240,87,95); }
div.DivClassName
{
background-color: #F0575F;
}
.BgClassName
{
background-color: #F0575F;
}
</style>
border-color css
<style>
span { border-color: #F0575F; }
span { border-color: rgb(240,87,95); }
td.TdClassName
{
border-color: #F0575F;
}
.TagClassName
{
border-color: #F0575F;
}
</style>