Shades of Wild Watermelon #F85869
Tints of Wild Watermelon #F85869
RGB
CMYK
RGB Variations
Color information
#F85869 (or 0xF85869) is known color: Wild Watermelon. HEX triplet: F8, 58 and 69. RGB value is (248,88,105). Sum of RGB (Red+Green+Blue) = 248+88+105=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F85869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85869 is #07A796. Grayscale: #898989. Windows color (decimal): -501655 or 6904056. OLE color: 6904056.
HSL color Cylindrical-coordinate representation of color #F85869: hue angle of 353.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85869 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 105 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.03 |
| HSL | 353.63º | 0.92% | 0.66% | - |
| HSV(B) | 353.63º | 0.65% | 0.97% | - |
| XYZ | 44.75 | 27.96 | 16.4 | - |
| YUV | 137.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 105 | 0 | 0.65 | 0.58 | 0.03 | 353.63 | 0.92 | 0.66 |
| Hex | F8 | 58 | 69 | 0 | 41 | 3A | 3 | 162 | 5C | 42 |
| Octal | 370 | 130 | 151 | 0 | 101 | 72 | 3 | 542 | 134 | 102 |
| Binary | 11111000 | 1011000 | 1101001 | 0 | 1000001 | 111010 | 11 | 101100010 | 1011100 | 1000010 |
Color Harmonies of #F85869
Complementary color
Monochromatic Colors of #F85869
Black with #F85869
Text Example
Text Example
White with #F85869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85869; }
p { color: rgb(248,88,105); }
H1.HeaderClassName
{
color: #F85869;
}
.AnyTagClassName
{
color: #F85869;
}
</style>
background-color css
<style>
a { background-color: #F85869; }
a { background-color: rgb(248,88,105); }
div.DivClassName
{
background-color: #F85869;
}
.BgClassName
{
background-color: #F85869;
}
</style>
border-color css
<style>
span { border-color: #F85869; }
span { border-color: rgb(248,88,105); }
td.TdClassName
{
border-color: #F85869;
}
.TagClassName
{
border-color: #F85869;
}
</style>