Shades of Wild Watermelon #F8575E
Tints of Wild Watermelon #F8575E
RGB
CMYK
RGB Variations
Color information
#F8575E (or 0xF8575E) is known color: Wild Watermelon. HEX triplet: F8, 57 and 5E. RGB value is (248,87,94). Sum of RGB (Red+Green+Blue) = 248+87+94=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575E is #07A8A1. Grayscale: #888888. Windows color (decimal): -501922 or 6182904. OLE color: 6182904.
HSL color Cylindrical-coordinate representation of color #F8575E: hue angle of 357.39º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8575E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 94 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 357.39º | 0.92% | 0.66% | - |
| HSV(B) | 357.39º | 0.65% | 0.97% | - |
| XYZ | 44.14 | 27.58 | 13.59 | - |
| YUV | 135.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 94 | 0 | 0.65 | 0.62 | 0.03 | 357.39 | 0.92 | 0.66 |
| Hex | F8 | 57 | 5E | 0 | 41 | 3E | 3 | 165 | 5C | 42 |
| Octal | 370 | 127 | 136 | 0 | 101 | 76 | 3 | 545 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1011110 | 0 | 1000001 | 111110 | 11 | 101100101 | 1011100 | 1000010 |
Color Harmonies of #F8575E
Complementary color
Monochromatic Colors of #F8575E
Black with #F8575E
Text Example
Text Example
White with #F8575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8575E; }
p { color: rgb(248,87,94); }
H1.HeaderClassName
{
color: #F8575E;
}
.AnyTagClassName
{
color: #F8575E;
}
</style>
background-color css
<style>
a { background-color: #F8575E; }
a { background-color: rgb(248,87,94); }
div.DivClassName
{
background-color: #F8575E;
}
.BgClassName
{
background-color: #F8575E;
}
</style>
border-color css
<style>
span { border-color: #F8575E; }
span { border-color: rgb(248,87,94); }
td.TdClassName
{
border-color: #F8575E;
}
.TagClassName
{
border-color: #F8575E;
}
</style>