Shades of Wild Watermelon #F95963
Tints of Wild Watermelon #F95963
RGB
CMYK
RGB Variations
Color information
#F95963 (or 0xF95963) is known color: Wild Watermelon. HEX triplet: F9, 59 and 63. RGB value is (249,89,99). Sum of RGB (Red+Green+Blue) = 249+89+99=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F95963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95963 is #06A69C. Grayscale: #8A8A8A. Windows color (decimal): -435869 or 6511097. OLE color: 6511097.
HSL color Cylindrical-coordinate representation of color #F95963: hue angle of 356.25º 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 #F95963 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 99 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.02 |
| HSL | 356.25º | 0.93% | 0.66% | - |
| HSV(B) | 356.25º | 0.64% | 0.98% | - |
| XYZ | 44.89 | 28.19 | 14.88 | - |
| YUV | 137.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 99 | 0 | 0.64 | 0.60 | 0.02 | 356.25 | 0.93 | 0.66 |
| Hex | F9 | 59 | 63 | 0 | 40 | 3C | 2 | 164 | 5D | 42 |
| Octal | 371 | 131 | 143 | 0 | 100 | 74 | 2 | 544 | 135 | 102 |
| Binary | 11111001 | 1011001 | 1100011 | 0 | 1000000 | 111100 | 10 | 101100100 | 1011101 | 1000010 |
Color Harmonies of #F95963
Complementary color
Monochromatic Colors of #F95963
Black with #F95963
Text Example
Text Example
White with #F95963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95963; }
p { color: rgb(249,89,99); }
H1.HeaderClassName
{
color: #F95963;
}
.AnyTagClassName
{
color: #F95963;
}
</style>
background-color css
<style>
a { background-color: #F95963; }
a { background-color: rgb(249,89,99); }
div.DivClassName
{
background-color: #F95963;
}
.BgClassName
{
background-color: #F95963;
}
</style>
border-color css
<style>
span { border-color: #F95963; }
span { border-color: rgb(249,89,99); }
td.TdClassName
{
border-color: #F95963;
}
.TagClassName
{
border-color: #F95963;
}
</style>