Shades of Wild Watermelon #F85C60
Tints of Wild Watermelon #F85C60
RGB
CMYK
RGB Variations
Color information
#F85C60 (or 0xF85C60) is known color: Wild Watermelon. HEX triplet: F8, 5C and 60. RGB value is (248,92,96). Sum of RGB (Red+Green+Blue) = 248+92+96=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C60 is #07A39F. Grayscale: #8B8B8B. Windows color (decimal): -500640 or 6315256. OLE color: 6315256.
HSL color Cylindrical-coordinate representation of color #F85C60: hue angle of 358.46º 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 #F85C60 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 96 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.03 |
| HSL | 358.46º | 0.92% | 0.67% | - |
| HSV(B) | 358.46º | 0.63% | 0.97% | - |
| XYZ | 44.65 | 28.46 | 14.21 | - |
| YUV | 139.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 96 | 0 | 0.63 | 0.61 | 0.03 | 358.46 | 0.92 | 0.67 |
| Hex | F8 | 5C | 60 | 0 | 3F | 3D | 3 | 166 | 5C | 43 |
| Octal | 370 | 134 | 140 | 0 | 77 | 75 | 3 | 546 | 134 | 103 |
| Binary | 11111000 | 1011100 | 1100000 | 0 | 111111 | 111101 | 11 | 101100110 | 1011100 | 1000011 |
Color Harmonies of #F85C60
Complementary color
Monochromatic Colors of #F85C60
Black with #F85C60
Text Example
Text Example
White with #F85C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C60; }
p { color: rgb(248,92,96); }
H1.HeaderClassName
{
color: #F85C60;
}
.AnyTagClassName
{
color: #F85C60;
}
</style>
background-color css
<style>
a { background-color: #F85C60; }
a { background-color: rgb(248,92,96); }
div.DivClassName
{
background-color: #F85C60;
}
.BgClassName
{
background-color: #F85C60;
}
</style>
border-color css
<style>
span { border-color: #F85C60; }
span { border-color: rgb(248,92,96); }
td.TdClassName
{
border-color: #F85C60;
}
.TagClassName
{
border-color: #F85C60;
}
</style>