Shades of Wild Watermelon #F9596A
Tints of Wild Watermelon #F9596A
RGB
CMYK
RGB Variations
Color information
#F9596A (or 0xF9596A) is known color: Wild Watermelon. HEX triplet: F9, 59 and 6A. RGB value is (249,89,106). Sum of RGB (Red+Green+Blue) = 249+89+106=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9596A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9596A is #06A695. Grayscale: #8A8A8A. Windows color (decimal): -435862 or 6969849. OLE color: 6969849.
HSL color Cylindrical-coordinate representation of color #F9596A: hue angle of 353.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9596A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 106 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.02 |
| HSL | 353.63º | 0.93% | 0.66% | - |
| HSV(B) | 353.63º | 0.64% | 0.98% | - |
| XYZ | 45.24 | 28.33 | 16.72 | - |
| YUV | 138.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 106 | 0 | 0.64 | 0.57 | 0.02 | 353.63 | 0.93 | 0.66 |
| Hex | F9 | 59 | 6A | 0 | 40 | 39 | 2 | 162 | 5D | 42 |
| Octal | 371 | 131 | 152 | 0 | 100 | 71 | 2 | 542 | 135 | 102 |
| Binary | 11111001 | 1011001 | 1101010 | 0 | 1000000 | 111001 | 10 | 101100010 | 1011101 | 1000010 |
Color Harmonies of #F9596A
Complementary color
Monochromatic Colors of #F9596A
Black with #F9596A
Text Example
Text Example
White with #F9596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9596A; }
p { color: rgb(249,89,106); }
H1.HeaderClassName
{
color: #F9596A;
}
.AnyTagClassName
{
color: #F9596A;
}
</style>
background-color css
<style>
a { background-color: #F9596A; }
a { background-color: rgb(249,89,106); }
div.DivClassName
{
background-color: #F9596A;
}
.BgClassName
{
background-color: #F9596A;
}
</style>
border-color css
<style>
span { border-color: #F9596A; }
span { border-color: rgb(249,89,106); }
td.TdClassName
{
border-color: #F9596A;
}
.TagClassName
{
border-color: #F9596A;
}
</style>