Shades of Wild Watermelon #F85465
Tints of Wild Watermelon #F85465
RGB
CMYK
RGB Variations
Color information
#F85465 (or 0xF85465) is known color: Wild Watermelon. HEX triplet: F8, 54 and 65. RGB value is (248,84,101). Sum of RGB (Red+Green+Blue) = 248+84+101=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85465 is #07AB9A. Grayscale: #878787. Windows color (decimal): -502683 or 6640888. OLE color: 6640888.
HSL color Cylindrical-coordinate representation of color #F85465: hue angle of 353.78º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85465 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 101 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.03 |
| HSL | 353.78º | 0.92% | 0.65% | - |
| HSV(B) | 353.78º | 0.66% | 0.97% | - |
| XYZ | 44.23 | 27.24 | 15.24 | - |
| YUV | 134.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 101 | 0 | 0.66 | 0.59 | 0.03 | 353.78 | 0.92 | 0.65 |
| Hex | F8 | 54 | 65 | 0 | 42 | 3B | 3 | 162 | 5C | 41 |
| Octal | 370 | 124 | 145 | 0 | 102 | 73 | 3 | 542 | 134 | 101 |
| Binary | 11111000 | 1010100 | 1100101 | 0 | 1000010 | 111011 | 11 | 101100010 | 1011100 | 1000001 |
Color Harmonies of #F85465
Complementary color
Monochromatic Colors of #F85465
Black with #F85465
Text Example
Text Example
White with #F85465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85465; }
p { color: rgb(248,84,101); }
H1.HeaderClassName
{
color: #F85465;
}
.AnyTagClassName
{
color: #F85465;
}
</style>
background-color css
<style>
a { background-color: #F85465; }
a { background-color: rgb(248,84,101); }
div.DivClassName
{
background-color: #F85465;
}
.BgClassName
{
background-color: #F85465;
}
</style>
border-color css
<style>
span { border-color: #F85465; }
span { border-color: rgb(248,84,101); }
td.TdClassName
{
border-color: #F85465;
}
.TagClassName
{
border-color: #F85465;
}
</style>