Shades of Wild Watermelon #F8575F
Tints of Wild Watermelon #F8575F
RGB
CMYK
RGB Variations
Color information
#F8575F (or 0xF8575F) is known color: Wild Watermelon. HEX triplet: F8, 57 and 5F. RGB value is (248,87,95). Sum of RGB (Red+Green+Blue) = 248+87+95=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575F is #07A8A0. Grayscale: #888888. Windows color (decimal): -501921 or 6248440. OLE color: 6248440.
HSL color Cylindrical-coordinate representation of color #F8575F: hue angle of 357.02º 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 #F8575F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 95 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 357.02º | 0.92% | 0.66% | - |
| HSV(B) | 357.02º | 0.65% | 0.97% | - |
| XYZ | 44.19 | 27.6 | 13.82 | - |
| YUV | 136.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 95 | 0 | 0.65 | 0.62 | 0.03 | 357.02 | 0.92 | 0.66 |
| Hex | F8 | 57 | 5F | 0 | 41 | 3E | 3 | 165 | 5C | 42 |
| Octal | 370 | 127 | 137 | 0 | 101 | 76 | 3 | 545 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1011111 | 0 | 1000001 | 111110 | 11 | 101100101 | 1011100 | 1000010 |
Color Harmonies of #F8575F
Complementary color
Monochromatic Colors of #F8575F
Black with #F8575F
Text Example
Text Example
White with #F8575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8575F; }
p { color: rgb(248,87,95); }
H1.HeaderClassName
{
color: #F8575F;
}
.AnyTagClassName
{
color: #F8575F;
}
</style>
background-color css
<style>
a { background-color: #F8575F; }
a { background-color: rgb(248,87,95); }
div.DivClassName
{
background-color: #F8575F;
}
.BgClassName
{
background-color: #F8575F;
}
</style>
border-color css
<style>
span { border-color: #F8575F; }
span { border-color: rgb(248,87,95); }
td.TdClassName
{
border-color: #F8575F;
}
.TagClassName
{
border-color: #F8575F;
}
</style>