Shades of Wild Watermelon #F85369
Tints of Wild Watermelon #F85369
RGB
CMYK
RGB Variations
Color information
#F85369 (or 0xF85369) is known color: Wild Watermelon. HEX triplet: F8, 53 and 69. RGB value is (248,83,105). Sum of RGB (Red+Green+Blue) = 248+83+105=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F85369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85369 is #07AC96. Grayscale: #868686. Windows color (decimal): -502935 or 6902776. OLE color: 6902776.
HSL color Cylindrical-coordinate representation of color #F85369: hue angle of 352º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85369 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 105 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.03 |
| HSL | 352º | 0.92% | 0.65% | - |
| HSV(B) | 352º | 0.67% | 0.97% | - |
| XYZ | 44.35 | 27.16 | 16.27 | - |
| YUV | 134.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 105 | 0 | 0.67 | 0.58 | 0.03 | 352 | 0.92 | 0.65 |
| Hex | F8 | 53 | 69 | 0 | 43 | 3A | 3 | 160 | 5C | 41 |
| Octal | 370 | 123 | 151 | 0 | 103 | 72 | 3 | 540 | 134 | 101 |
| Binary | 11111000 | 1010011 | 1101001 | 0 | 1000011 | 111010 | 11 | 101100000 | 1011100 | 1000001 |
Color Harmonies of #F85369
Complementary color
Monochromatic Colors of #F85369
Black with #F85369
Text Example
Text Example
White with #F85369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85369; }
p { color: rgb(248,83,105); }
H1.HeaderClassName
{
color: #F85369;
}
.AnyTagClassName
{
color: #F85369;
}
</style>
background-color css
<style>
a { background-color: #F85369; }
a { background-color: rgb(248,83,105); }
div.DivClassName
{
background-color: #F85369;
}
.BgClassName
{
background-color: #F85369;
}
</style>
border-color css
<style>
span { border-color: #F85369; }
span { border-color: rgb(248,83,105); }
td.TdClassName
{
border-color: #F85369;
}
.TagClassName
{
border-color: #F85369;
}
</style>