Shades of Wild Watermelon #F96376
Tints of Wild Watermelon #F96376
RGB
CMYK
RGB Variations
Color information
#F96376 (or 0xF96376) is known color: Wild Watermelon. HEX triplet: F9, 63 and 76. RGB value is (249,99,118). Sum of RGB (Red+Green+Blue) = 249+99+118=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96376 is #069C89. Grayscale: #929292. Windows color (decimal): -433290 or 7758841. OLE color: 7758841.
HSL color Cylindrical-coordinate representation of color #F96376: hue angle of 352.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96376 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 118 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.02 |
| HSL | 352.4º | 0.93% | 0.68% | - |
| HSV(B) | 352.4º | 0.6% | 0.98% | - |
| XYZ | 46.8 | 30.37 | 20.54 | - |
| YUV | 146.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 118 | 0 | 0.60 | 0.53 | 0.02 | 352.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | 76 | 0 | 3C | 35 | 2 | 160 | 5D | 44 |
| Octal | 371 | 143 | 166 | 0 | 74 | 65 | 2 | 540 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1110110 | 0 | 111100 | 110101 | 10 | 101100000 | 1011101 | 1000100 |
Color Harmonies of #F96376
Complementary color
Monochromatic Colors of #F96376
Black with #F96376
Text Example
Text Example
White with #F96376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96376; }
p { color: rgb(249,99,118); }
H1.HeaderClassName
{
color: #F96376;
}
.AnyTagClassName
{
color: #F96376;
}
</style>
background-color css
<style>
a { background-color: #F96376; }
a { background-color: rgb(249,99,118); }
div.DivClassName
{
background-color: #F96376;
}
.BgClassName
{
background-color: #F96376;
}
</style>
border-color css
<style>
span { border-color: #F96376; }
span { border-color: rgb(249,99,118); }
td.TdClassName
{
border-color: #F96376;
}
.TagClassName
{
border-color: #F96376;
}
</style>