Shades of Wild Watermelon #F8565C
Tints of Wild Watermelon #F8565C
RGB
CMYK
RGB Variations
Color information
#F8565C (or 0xF8565C) is known color: Wild Watermelon. HEX triplet: F8, 56 and 5C. RGB value is (248,86,92). Sum of RGB (Red+Green+Blue) = 248+86+92=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8565C is #07A9A3. Grayscale: #878787. Windows color (decimal): -502180 or 6051576. OLE color: 6051576.
HSL color Cylindrical-coordinate representation of color #F8565C: hue angle of 357.78º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8565C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 92 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.03 |
| HSL | 357.78º | 0.92% | 0.65% | - |
| HSV(B) | 357.78º | 0.65% | 0.97% | - |
| XYZ | 43.97 | 27.38 | 13.09 | - |
| YUV | 135.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 92 | 0 | 0.65 | 0.63 | 0.03 | 357.78 | 0.92 | 0.65 |
| Hex | F8 | 56 | 5C | 0 | 41 | 3F | 3 | 166 | 5C | 41 |
| Octal | 370 | 126 | 134 | 0 | 101 | 77 | 3 | 546 | 134 | 101 |
| Binary | 11111000 | 1010110 | 1011100 | 0 | 1000001 | 111111 | 11 | 101100110 | 1011100 | 1000001 |
Color Harmonies of #F8565C
Complementary color
Monochromatic Colors of #F8565C
Black with #F8565C
Text Example
Text Example
White with #F8565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8565C; }
p { color: rgb(248,86,92); }
H1.HeaderClassName
{
color: #F8565C;
}
.AnyTagClassName
{
color: #F8565C;
}
</style>
background-color css
<style>
a { background-color: #F8565C; }
a { background-color: rgb(248,86,92); }
div.DivClassName
{
background-color: #F8565C;
}
.BgClassName
{
background-color: #F8565C;
}
</style>
border-color css
<style>
span { border-color: #F8565C; }
span { border-color: rgb(248,86,92); }
td.TdClassName
{
border-color: #F8565C;
}
.TagClassName
{
border-color: #F8565C;
}
</style>