Shades of Wild Watermelon #F8575B
Tints of Wild Watermelon #F8575B
RGB
CMYK
RGB Variations
Color information
#F8575B (or 0xF8575B) is known color: Wild Watermelon. HEX triplet: F8, 57 and 5B. RGB value is (248,87,91). Sum of RGB (Red+Green+Blue) = 248+87+91=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575B is #07A8A4. Grayscale: #878787. Windows color (decimal): -501925 or 5986296. OLE color: 5986296.
HSL color Cylindrical-coordinate representation of color #F8575B: hue angle of 358.51º 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 #F8575B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 91 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.03 |
| HSL | 358.51º | 0.92% | 0.66% | - |
| HSV(B) | 358.51º | 0.65% | 0.97% | - |
| XYZ | 44.01 | 27.53 | 12.89 | - |
| YUV | 135.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 91 | 0 | 0.65 | 0.63 | 0.03 | 358.51 | 0.92 | 0.66 |
| Hex | F8 | 57 | 5B | 0 | 41 | 3F | 3 | 167 | 5C | 42 |
| Octal | 370 | 127 | 133 | 0 | 101 | 77 | 3 | 547 | 134 | 102 |
| Binary | 11111000 | 1010111 | 1011011 | 0 | 1000001 | 111111 | 11 | 101100111 | 1011100 | 1000010 |
Color Harmonies of #F8575B
Complementary color
Monochromatic Colors of #F8575B
Black with #F8575B
Text Example
Text Example
White with #F8575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8575B; }
p { color: rgb(248,87,91); }
H1.HeaderClassName
{
color: #F8575B;
}
.AnyTagClassName
{
color: #F8575B;
}
</style>
background-color css
<style>
a { background-color: #F8575B; }
a { background-color: rgb(248,87,91); }
div.DivClassName
{
background-color: #F8575B;
}
.BgClassName
{
background-color: #F8575B;
}
</style>
border-color css
<style>
span { border-color: #F8575B; }
span { border-color: rgb(248,87,91); }
td.TdClassName
{
border-color: #F8575B;
}
.TagClassName
{
border-color: #F8575B;
}
</style>