Shades of Wild Watermelon #F96373
Tints of Wild Watermelon #F96373
RGB
CMYK
RGB Variations
Color information
#F96373 (or 0xF96373) is known color: Wild Watermelon. HEX triplet: F9, 63 and 73. RGB value is (249,99,115). Sum of RGB (Red+Green+Blue) = 249+99+115=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F96373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96373 is #069C8C. Grayscale: #919191. Windows color (decimal): -433293 or 7562233. OLE color: 7562233.
HSL color Cylindrical-coordinate representation of color #F96373: hue angle of 353.6º 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 #F96373 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 115 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 353.6º | 0.93% | 0.68% | - |
| HSV(B) | 353.6º | 0.6% | 0.98% | - |
| XYZ | 46.62 | 30.3 | 19.61 | - |
| YUV | 145.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 115 | 0 | 0.60 | 0.54 | 0.02 | 353.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | 73 | 0 | 3C | 36 | 2 | 162 | 5D | 44 |
| Octal | 371 | 143 | 163 | 0 | 74 | 66 | 2 | 542 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1110011 | 0 | 111100 | 110110 | 10 | 101100010 | 1011101 | 1000100 |
Color Harmonies of #F96373
Complementary color
Monochromatic Colors of #F96373
Black with #F96373
Text Example
Text Example
White with #F96373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96373; }
p { color: rgb(249,99,115); }
H1.HeaderClassName
{
color: #F96373;
}
.AnyTagClassName
{
color: #F96373;
}
</style>
background-color css
<style>
a { background-color: #F96373; }
a { background-color: rgb(249,99,115); }
div.DivClassName
{
background-color: #F96373;
}
.BgClassName
{
background-color: #F96373;
}
</style>
border-color css
<style>
span { border-color: #F96373; }
span { border-color: rgb(249,99,115); }
td.TdClassName
{
border-color: #F96373;
}
.TagClassName
{
border-color: #F96373;
}
</style>