Shades of Wild Watermelon #F96674
Tints of Wild Watermelon #F96674
RGB
CMYK
RGB Variations
Color information
#F96674 (or 0xF96674) is known color: Wild Watermelon. HEX triplet: F9, 66 and 74. RGB value is (249,102,116). Sum of RGB (Red+Green+Blue) = 249+102+116=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F96674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96674 is #06998B. Grayscale: #939393. Windows color (decimal): -432524 or 7628537. OLE color: 7628537.
HSL color Cylindrical-coordinate representation of color #F96674: hue angle of 354.29º 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 #F96674 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 116 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.02 |
| HSL | 354.29º | 0.92% | 0.69% | - |
| HSV(B) | 354.29º | 0.59% | 0.98% | - |
| XYZ | 46.97 | 30.9 | 20.01 | - |
| YUV | 147.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 116 | 0 | 0.59 | 0.53 | 0.02 | 354.29 | 0.92 | 0.69 |
| Hex | F9 | 66 | 74 | 0 | 3B | 35 | 2 | 162 | 5C | 45 |
| Octal | 371 | 146 | 164 | 0 | 73 | 65 | 2 | 542 | 134 | 105 |
| Binary | 11111001 | 1100110 | 1110100 | 0 | 111011 | 110101 | 10 | 101100010 | 1011100 | 1000101 |
Color Harmonies of #F96674
Complementary color
Monochromatic Colors of #F96674
Black with #F96674
Text Example
Text Example
White with #F96674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96674; }
p { color: rgb(249,102,116); }
H1.HeaderClassName
{
color: #F96674;
}
.AnyTagClassName
{
color: #F96674;
}
</style>
background-color css
<style>
a { background-color: #F96674; }
a { background-color: rgb(249,102,116); }
div.DivClassName
{
background-color: #F96674;
}
.BgClassName
{
background-color: #F96674;
}
</style>
border-color css
<style>
span { border-color: #F96674; }
span { border-color: rgb(249,102,116); }
td.TdClassName
{
border-color: #F96674;
}
.TagClassName
{
border-color: #F96674;
}
</style>