Shades of Wild Watermelon #F96669
Tints of Wild Watermelon #F96669
RGB
CMYK
RGB Variations
Color information
#F96669 (or 0xF96669) is known color: Wild Watermelon. HEX triplet: F9, 66 and 69. RGB value is (249,102,105). Sum of RGB (Red+Green+Blue) = 249+102+105=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96669 is #069996. Grayscale: #929292. Windows color (decimal): -432535 or 6907641. OLE color: 6907641.
HSL color Cylindrical-coordinate representation of color #F96669: hue angle of 358.78º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96669 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 105 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.02 |
| HSL | 358.78º | 0.92% | 0.69% | - |
| HSV(B) | 358.78º | 0.59% | 0.98% | - |
| XYZ | 46.37 | 30.66 | 16.84 | - |
| YUV | 146.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 105 | 0 | 0.59 | 0.58 | 0.02 | 358.78 | 0.92 | 0.69 |
| Hex | F9 | 66 | 69 | 0 | 3B | 3A | 2 | 167 | 5C | 45 |
| Octal | 371 | 146 | 151 | 0 | 73 | 72 | 2 | 547 | 134 | 105 |
| Binary | 11111001 | 1100110 | 1101001 | 0 | 111011 | 111010 | 10 | 101100111 | 1011100 | 1000101 |
Color Harmonies of #F96669
Complementary color
Monochromatic Colors of #F96669
Black with #F96669
Text Example
Text Example
White with #F96669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96669; }
p { color: rgb(249,102,105); }
H1.HeaderClassName
{
color: #F96669;
}
.AnyTagClassName
{
color: #F96669;
}
</style>
background-color css
<style>
a { background-color: #F96669; }
a { background-color: rgb(249,102,105); }
div.DivClassName
{
background-color: #F96669;
}
.BgClassName
{
background-color: #F96669;
}
</style>
border-color css
<style>
span { border-color: #F96669; }
span { border-color: rgb(249,102,105); }
td.TdClassName
{
border-color: #F96669;
}
.TagClassName
{
border-color: #F96669;
}
</style>