Shades of Wild Watermelon #F85564
Tints of Wild Watermelon #F85564
RGB
CMYK
RGB Variations
Color information
#F85564 (or 0xF85564) is known color: Wild Watermelon. HEX triplet: F8, 55 and 64. RGB value is (248,85,100). Sum of RGB (Red+Green+Blue) = 248+85+100=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85564 is #07AA9B. Grayscale: #878787. Windows color (decimal): -502428 or 6575608. OLE color: 6575608.
HSL color Cylindrical-coordinate representation of color #F85564: hue angle of 354.48º 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 #F85564 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 100 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.03 |
| HSL | 354.48º | 0.92% | 0.65% | - |
| HSV(B) | 354.48º | 0.66% | 0.97% | - |
| XYZ | 44.26 | 27.37 | 15.01 | - |
| YUV | 135.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 100 | 0 | 0.66 | 0.60 | 0.03 | 354.48 | 0.92 | 0.65 |
| Hex | F8 | 55 | 64 | 0 | 42 | 3C | 3 | 162 | 5C | 41 |
| Octal | 370 | 125 | 144 | 0 | 102 | 74 | 3 | 542 | 134 | 101 |
| Binary | 11111000 | 1010101 | 1100100 | 0 | 1000010 | 111100 | 11 | 101100010 | 1011100 | 1000001 |
Color Harmonies of #F85564
Complementary color
Monochromatic Colors of #F85564
Black with #F85564
Text Example
Text Example
White with #F85564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85564; }
p { color: rgb(248,85,100); }
H1.HeaderClassName
{
color: #F85564;
}
.AnyTagClassName
{
color: #F85564;
}
</style>
background-color css
<style>
a { background-color: #F85564; }
a { background-color: rgb(248,85,100); }
div.DivClassName
{
background-color: #F85564;
}
.BgClassName
{
background-color: #F85564;
}
</style>
border-color css
<style>
span { border-color: #F85564; }
span { border-color: rgb(248,85,100); }
td.TdClassName
{
border-color: #F85564;
}
.TagClassName
{
border-color: #F85564;
}
</style>