Shades of Wild Watermelon #F85E6B
Tints of Wild Watermelon #F85E6B
RGB
CMYK
RGB Variations
Color information
#F85E6B (or 0xF85E6B) is known color: Wild Watermelon. HEX triplet: F8, 5E and 6B. RGB value is (248,94,107). Sum of RGB (Red+Green+Blue) = 248+94+107=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E6B is #07A194. Grayscale: #8D8D8D. Windows color (decimal): -500117 or 7036664. OLE color: 7036664.
HSL color Cylindrical-coordinate representation of color #F85E6B: hue angle of 354.94º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85E6B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 107 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.03 |
| HSL | 354.94º | 0.92% | 0.67% | - |
| HSV(B) | 354.94º | 0.62% | 0.97% | - |
| XYZ | 45.37 | 29.02 | 17.12 | - |
| YUV | 141.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 107 | 0 | 0.62 | 0.57 | 0.03 | 354.94 | 0.92 | 0.67 |
| Hex | F8 | 5E | 6B | 0 | 3E | 39 | 3 | 163 | 5C | 43 |
| Octal | 370 | 136 | 153 | 0 | 76 | 71 | 3 | 543 | 134 | 103 |
| Binary | 11111000 | 1011110 | 1101011 | 0 | 111110 | 111001 | 11 | 101100011 | 1011100 | 1000011 |
Color Harmonies of #F85E6B
Complementary color
Monochromatic Colors of #F85E6B
Black with #F85E6B
Text Example
Text Example
White with #F85E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E6B; }
p { color: rgb(248,94,107); }
H1.HeaderClassName
{
color: #F85E6B;
}
.AnyTagClassName
{
color: #F85E6B;
}
</style>
background-color css
<style>
a { background-color: #F85E6B; }
a { background-color: rgb(248,94,107); }
div.DivClassName
{
background-color: #F85E6B;
}
.BgClassName
{
background-color: #F85E6B;
}
</style>
border-color css
<style>
span { border-color: #F85E6B; }
span { border-color: rgb(248,94,107); }
td.TdClassName
{
border-color: #F85E6B;
}
.TagClassName
{
border-color: #F85E6B;
}
</style>