Shades of Wild Watermelon #F96168
Tints of Wild Watermelon #F96168
RGB
CMYK
RGB Variations
Color information
#F96168 (or 0xF96168) is known color: Wild Watermelon. HEX triplet: F9, 61 and 68. RGB value is (249,97,104). Sum of RGB (Red+Green+Blue) = 249+97+104=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96168 is #069E97. Grayscale: #8F8F8F. Windows color (decimal): -433816 or 6840825. OLE color: 6840825.
HSL color Cylindrical-coordinate representation of color #F96168: hue angle of 357.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96168 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 104 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.02 |
| HSL | 357.24º | 0.93% | 0.68% | - |
| HSV(B) | 357.24º | 0.61% | 0.98% | - |
| XYZ | 45.84 | 29.69 | 16.41 | - |
| YUV | 143.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 104 | 0 | 0.61 | 0.58 | 0.02 | 357.24 | 0.93 | 0.68 |
| Hex | F9 | 61 | 68 | 0 | 3D | 3A | 2 | 165 | 5D | 44 |
| Octal | 371 | 141 | 150 | 0 | 75 | 72 | 2 | 545 | 135 | 104 |
| Binary | 11111001 | 1100001 | 1101000 | 0 | 111101 | 111010 | 10 | 101100101 | 1011101 | 1000100 |
Color Harmonies of #F96168
Complementary color
Monochromatic Colors of #F96168
Black with #F96168
Text Example
Text Example
White with #F96168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96168; }
p { color: rgb(249,97,104); }
H1.HeaderClassName
{
color: #F96168;
}
.AnyTagClassName
{
color: #F96168;
}
</style>
background-color css
<style>
a { background-color: #F96168; }
a { background-color: rgb(249,97,104); }
div.DivClassName
{
background-color: #F96168;
}
.BgClassName
{
background-color: #F96168;
}
</style>
border-color css
<style>
span { border-color: #F96168; }
span { border-color: rgb(249,97,104); }
td.TdClassName
{
border-color: #F96168;
}
.TagClassName
{
border-color: #F96168;
}
</style>