Shades of Wild Watermelon #F96366
Tints of Wild Watermelon #F96366
RGB
CMYK
RGB Variations
Color information
#F96366 (or 0xF96366) is known color: Wild Watermelon. HEX triplet: F9, 63 and 66. RGB value is (249,99,102). Sum of RGB (Red+Green+Blue) = 249+99+102=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96366 is #069C99. Grayscale: #909090. Windows color (decimal): -433306 or 6710265. OLE color: 6710265.
HSL color Cylindrical-coordinate representation of color #F96366: hue angle of 358.8º 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 #F96366 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 102 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.02 |
| HSL | 358.8º | 0.93% | 0.68% | - |
| HSV(B) | 358.8º | 0.6% | 0.98% | - |
| XYZ | 45.93 | 30.02 | 15.94 | - |
| YUV | 144.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 102 | 0 | 0.60 | 0.59 | 0.02 | 358.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | 66 | 0 | 3C | 3B | 2 | 167 | 5D | 44 |
| Octal | 371 | 143 | 146 | 0 | 74 | 73 | 2 | 547 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1100110 | 0 | 111100 | 111011 | 10 | 101100111 | 1011101 | 1000100 |
Color Harmonies of #F96366
Complementary color
Monochromatic Colors of #F96366
Black with #F96366
Text Example
Text Example
White with #F96366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96366; }
p { color: rgb(249,99,102); }
H1.HeaderClassName
{
color: #F96366;
}
.AnyTagClassName
{
color: #F96366;
}
</style>
background-color css
<style>
a { background-color: #F96366; }
a { background-color: rgb(249,99,102); }
div.DivClassName
{
background-color: #F96366;
}
.BgClassName
{
background-color: #F96366;
}
</style>
border-color css
<style>
span { border-color: #F96366; }
span { border-color: rgb(249,99,102); }
td.TdClassName
{
border-color: #F96366;
}
.TagClassName
{
border-color: #F96366;
}
</style>