Shades of Wild Watermelon #F86376
Tints of Wild Watermelon #F86376
RGB
CMYK
RGB Variations
Color information
#F86376 (or 0xF86376) is known color: Wild Watermelon. HEX triplet: F8, 63 and 76. RGB value is (248,99,118). Sum of RGB (Red+Green+Blue) = 248+99+118=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86376 is #079C89. Grayscale: #919191. Windows color (decimal): -498826 or 7758840. OLE color: 7758840.
HSL color Cylindrical-coordinate representation of color #F86376: hue angle of 352.35º 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 #F86376 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 118 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.03 |
| HSL | 352.35º | 0.91% | 0.68% | - |
| HSV(B) | 352.35º | 0.6% | 0.97% | - |
| XYZ | 46.44 | 30.19 | 20.52 | - |
| YUV | 145.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 118 | 0 | 0.60 | 0.52 | 0.03 | 352.35 | 0.91 | 0.68 |
| Hex | F8 | 63 | 76 | 0 | 3C | 34 | 3 | 160 | 5B | 44 |
| Octal | 370 | 143 | 166 | 0 | 74 | 64 | 3 | 540 | 133 | 104 |
| Binary | 11111000 | 1100011 | 1110110 | 0 | 111100 | 110100 | 11 | 101100000 | 1011011 | 1000100 |
Color Harmonies of #F86376
Complementary color
Monochromatic Colors of #F86376
Black with #F86376
Text Example
Text Example
White with #F86376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86376; }
p { color: rgb(248,99,118); }
H1.HeaderClassName
{
color: #F86376;
}
.AnyTagClassName
{
color: #F86376;
}
</style>
background-color css
<style>
a { background-color: #F86376; }
a { background-color: rgb(248,99,118); }
div.DivClassName
{
background-color: #F86376;
}
.BgClassName
{
background-color: #F86376;
}
</style>
border-color css
<style>
span { border-color: #F86376; }
span { border-color: rgb(248,99,118); }
td.TdClassName
{
border-color: #F86376;
}
.TagClassName
{
border-color: #F86376;
}
</style>