Shades of Wild Watermelon #F85C5D
Tints of Wild Watermelon #F85C5D
RGB
CMYK
RGB Variations
Color information
#F85C5D (or 0xF85C5D) is known color: Wild Watermelon. HEX triplet: F8, 5C and 5D. RGB value is (248,92,93). Sum of RGB (Red+Green+Blue) = 248+92+93=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C5D is #07A3A2. Grayscale: #8A8A8A. Windows color (decimal): -500643 or 6118648. OLE color: 6118648.
HSL color Cylindrical-coordinate representation of color #F85C5D: hue angle of 359.62º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85C5D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 93 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.03 |
| HSL | 359.62º | 0.92% | 0.67% | - |
| HSV(B) | 359.62º | 0.63% | 0.97% | - |
| XYZ | 44.51 | 28.4 | 13.49 | - |
| YUV | 138.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 93 | 0 | 0.63 | 0.62 | 0.03 | 359.62 | 0.92 | 0.67 |
| Hex | F8 | 5C | 5D | 0 | 3F | 3E | 3 | 168 | 5C | 43 |
| Octal | 370 | 134 | 135 | 0 | 77 | 76 | 3 | 550 | 134 | 103 |
| Binary | 11111000 | 1011100 | 1011101 | 0 | 111111 | 111110 | 11 | 101101000 | 1011100 | 1000011 |
Color Harmonies of #F85C5D
Complementary color
Monochromatic Colors of #F85C5D
Black with #F85C5D
Text Example
Text Example
White with #F85C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C5D; }
p { color: rgb(248,92,93); }
H1.HeaderClassName
{
color: #F85C5D;
}
.AnyTagClassName
{
color: #F85C5D;
}
</style>
background-color css
<style>
a { background-color: #F85C5D; }
a { background-color: rgb(248,92,93); }
div.DivClassName
{
background-color: #F85C5D;
}
.BgClassName
{
background-color: #F85C5D;
}
</style>
border-color css
<style>
span { border-color: #F85C5D; }
span { border-color: rgb(248,92,93); }
td.TdClassName
{
border-color: #F85C5D;
}
.TagClassName
{
border-color: #F85C5D;
}
</style>