Shades of Wild Watermelon #F86369
Tints of Wild Watermelon #F86369
RGB
CMYK
RGB Variations
Color information
#F86369 (or 0xF86369) is known color: Wild Watermelon. HEX triplet: F8, 63 and 69. RGB value is (248,99,105). Sum of RGB (Red+Green+Blue) = 248+99+105=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F86369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86369 is #079C96. Grayscale: #909090. Windows color (decimal): -498839 or 6906872. OLE color: 6906872.
HSL color Cylindrical-coordinate representation of color #F86369: hue angle of 357.58º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86369 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 105 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.03 |
| HSL | 357.58º | 0.91% | 0.68% | - |
| HSV(B) | 357.58º | 0.6% | 0.97% | - |
| XYZ | 45.72 | 29.9 | 16.73 | - |
| YUV | 144.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 105 | 0 | 0.60 | 0.58 | 0.03 | 357.58 | 0.91 | 0.68 |
| Hex | F8 | 63 | 69 | 0 | 3C | 3A | 3 | 166 | 5B | 44 |
| Octal | 370 | 143 | 151 | 0 | 74 | 72 | 3 | 546 | 133 | 104 |
| Binary | 11111000 | 1100011 | 1101001 | 0 | 111100 | 111010 | 11 | 101100110 | 1011011 | 1000100 |
Color Harmonies of #F86369
Complementary color
Monochromatic Colors of #F86369
Black with #F86369
Text Example
Text Example
White with #F86369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86369; }
p { color: rgb(248,99,105); }
H1.HeaderClassName
{
color: #F86369;
}
.AnyTagClassName
{
color: #F86369;
}
</style>
background-color css
<style>
a { background-color: #F86369; }
a { background-color: rgb(248,99,105); }
div.DivClassName
{
background-color: #F86369;
}
.BgClassName
{
background-color: #F86369;
}
</style>
border-color css
<style>
span { border-color: #F86369; }
span { border-color: rgb(248,99,105); }
td.TdClassName
{
border-color: #F86369;
}
.TagClassName
{
border-color: #F86369;
}
</style>