Shades of Wild Watermelon #F96162
Tints of Wild Watermelon #F96162
RGB
CMYK
RGB Variations
Color information
#F96162 (or 0xF96162) is known color: Wild Watermelon. HEX triplet: F9, 61 and 62. RGB value is (249,97,98). Sum of RGB (Red+Green+Blue) = 249+97+98=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F96162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96162 is #069E9D. Grayscale: #8E8E8E. Windows color (decimal): -433822 or 6447609. OLE color: 6447609.
HSL color Cylindrical-coordinate representation of color #F96162: hue angle of 359.61º 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 #F96162 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 98 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.02 |
| HSL | 359.61º | 0.93% | 0.68% | - |
| HSV(B) | 359.61º | 0.61% | 0.98% | - |
| XYZ | 45.55 | 29.57 | 14.86 | - |
| YUV | 142.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 98 | 0 | 0.61 | 0.61 | 0.02 | 359.61 | 0.93 | 0.68 |
| Hex | F9 | 61 | 62 | 0 | 3D | 3D | 2 | 168 | 5D | 44 |
| Octal | 371 | 141 | 142 | 0 | 75 | 75 | 2 | 550 | 135 | 104 |
| Binary | 11111001 | 1100001 | 1100010 | 0 | 111101 | 111101 | 10 | 101101000 | 1011101 | 1000100 |
Color Harmonies of #F96162
Complementary color
Monochromatic Colors of #F96162
Black with #F96162
Text Example
Text Example
White with #F96162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96162; }
p { color: rgb(249,97,98); }
H1.HeaderClassName
{
color: #F96162;
}
.AnyTagClassName
{
color: #F96162;
}
</style>
background-color css
<style>
a { background-color: #F96162; }
a { background-color: rgb(249,97,98); }
div.DivClassName
{
background-color: #F96162;
}
.BgClassName
{
background-color: #F96162;
}
</style>
border-color css
<style>
span { border-color: #F96162; }
span { border-color: rgb(249,97,98); }
td.TdClassName
{
border-color: #F96162;
}
.TagClassName
{
border-color: #F96162;
}
</style>