Shades of Wild Watermelon #F96367
Tints of Wild Watermelon #F96367
RGB
CMYK
RGB Variations
Color information
#F96367 (or 0xF96367) is known color: Wild Watermelon. HEX triplet: F9, 63 and 67. RGB value is (249,99,103). Sum of RGB (Red+Green+Blue) = 249+99+103=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96367 is #069C98. Grayscale: #909090. Windows color (decimal): -433305 or 6775801. OLE color: 6775801.
HSL color Cylindrical-coordinate representation of color #F96367: hue angle of 358.4º 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 #F96367 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 103 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.02 |
| HSL | 358.4º | 0.93% | 0.68% | - |
| HSV(B) | 358.4º | 0.6% | 0.98% | - |
| XYZ | 45.98 | 30.04 | 16.21 | - |
| YUV | 144.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 103 | 0 | 0.60 | 0.59 | 0.02 | 358.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | 67 | 0 | 3C | 3B | 2 | 166 | 5D | 44 |
| Octal | 371 | 143 | 147 | 0 | 74 | 73 | 2 | 546 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1100111 | 0 | 111100 | 111011 | 10 | 101100110 | 1011101 | 1000100 |
Color Harmonies of #F96367
Complementary color
Monochromatic Colors of #F96367
Black with #F96367
Text Example
Text Example
White with #F96367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96367; }
p { color: rgb(249,99,103); }
H1.HeaderClassName
{
color: #F96367;
}
.AnyTagClassName
{
color: #F96367;
}
</style>
background-color css
<style>
a { background-color: #F96367; }
a { background-color: rgb(249,99,103); }
div.DivClassName
{
background-color: #F96367;
}
.BgClassName
{
background-color: #F96367;
}
</style>
border-color css
<style>
span { border-color: #F96367; }
span { border-color: rgb(249,99,103); }
td.TdClassName
{
border-color: #F96367;
}
.TagClassName
{
border-color: #F96367;
}
</style>