Shades of Wild Watermelon #F86366
Tints of Wild Watermelon #F86366
RGB
CMYK
RGB Variations
Color information
#F86366 (or 0xF86366) is known color: Wild Watermelon. HEX triplet: F8, 63 and 66. RGB value is (248,99,102). Sum of RGB (Red+Green+Blue) = 248+99+102=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F86366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86366 is #079C99. Grayscale: #909090. Windows color (decimal): -498842 or 6710264. OLE color: 6710264.
HSL color Cylindrical-coordinate representation of color #F86366: hue angle of 358.79º 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 #F86366 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 102 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.03 |
| HSL | 358.79º | 0.91% | 0.68% | - |
| HSV(B) | 358.79º | 0.6% | 0.97% | - |
| XYZ | 45.57 | 29.84 | 15.93 | - |
| YUV | 143.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 102 | 0 | 0.60 | 0.59 | 0.03 | 358.79 | 0.91 | 0.68 |
| Hex | F8 | 63 | 66 | 0 | 3C | 3B | 3 | 167 | 5B | 44 |
| Octal | 370 | 143 | 146 | 0 | 74 | 73 | 3 | 547 | 133 | 104 |
| Binary | 11111000 | 1100011 | 1100110 | 0 | 111100 | 111011 | 11 | 101100111 | 1011011 | 1000100 |
Color Harmonies of #F86366
Complementary color
Monochromatic Colors of #F86366
Black with #F86366
Text Example
Text Example
White with #F86366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86366; }
p { color: rgb(248,99,102); }
H1.HeaderClassName
{
color: #F86366;
}
.AnyTagClassName
{
color: #F86366;
}
</style>
background-color css
<style>
a { background-color: #F86366; }
a { background-color: rgb(248,99,102); }
div.DivClassName
{
background-color: #F86366;
}
.BgClassName
{
background-color: #F86366;
}
</style>
border-color css
<style>
span { border-color: #F86366; }
span { border-color: rgb(248,99,102); }
td.TdClassName
{
border-color: #F86366;
}
.TagClassName
{
border-color: #F86366;
}
</style>