Shades of Wild Watermelon #F86266
Tints of Wild Watermelon #F86266
RGB
CMYK
RGB Variations
Color information
#F86266 (or 0xF86266) is known color: Wild Watermelon. HEX triplet: F8, 62 and 66. RGB value is (248,98,102). Sum of RGB (Red+Green+Blue) = 248+98+102=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F86266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86266 is #079D99. Grayscale: #8F8F8F. Windows color (decimal): -499098 or 6710008. OLE color: 6710008.
HSL color Cylindrical-coordinate representation of color #F86266: hue angle of 358.4º 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 #F86266 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 102 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.03 |
| HSL | 358.4º | 0.91% | 0.68% | - |
| HSV(B) | 358.4º | 0.6% | 0.97% | - |
| XYZ | 45.48 | 29.65 | 15.9 | - |
| YUV | 143.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 102 | 0 | 0.60 | 0.59 | 0.03 | 358.4 | 0.91 | 0.68 |
| Hex | F8 | 62 | 66 | 0 | 3C | 3B | 3 | 166 | 5B | 44 |
| Octal | 370 | 142 | 146 | 0 | 74 | 73 | 3 | 546 | 133 | 104 |
| Binary | 11111000 | 1100010 | 1100110 | 0 | 111100 | 111011 | 11 | 101100110 | 1011011 | 1000100 |
Color Harmonies of #F86266
Complementary color
Monochromatic Colors of #F86266
Black with #F86266
Text Example
Text Example
White with #F86266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86266; }
p { color: rgb(248,98,102); }
H1.HeaderClassName
{
color: #F86266;
}
.AnyTagClassName
{
color: #F86266;
}
</style>
background-color css
<style>
a { background-color: #F86266; }
a { background-color: rgb(248,98,102); }
div.DivClassName
{
background-color: #F86266;
}
.BgClassName
{
background-color: #F86266;
}
</style>
border-color css
<style>
span { border-color: #F86266; }
span { border-color: rgb(248,98,102); }
td.TdClassName
{
border-color: #F86266;
}
.TagClassName
{
border-color: #F86266;
}
</style>