Shades of Wild Watermelon #F95964
Tints of Wild Watermelon #F95964
RGB
CMYK
RGB Variations
Color information
#F95964 (or 0xF95964) is known color: Wild Watermelon. HEX triplet: F9, 59 and 64. RGB value is (249,89,100). Sum of RGB (Red+Green+Blue) = 249+89+100=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F95964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95964 is #06A69B. Grayscale: #8A8A8A. Windows color (decimal): -435868 or 6576633. OLE color: 6576633.
HSL color Cylindrical-coordinate representation of color #F95964: hue angle of 355.88º 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 #F95964 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 100 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.02 |
| HSL | 355.88º | 0.93% | 0.66% | - |
| HSV(B) | 355.88º | 0.64% | 0.98% | - |
| XYZ | 44.94 | 28.2 | 15.13 | - |
| YUV | 138.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 100 | 0 | 0.64 | 0.60 | 0.02 | 355.88 | 0.93 | 0.66 |
| Hex | F9 | 59 | 64 | 0 | 40 | 3C | 2 | 164 | 5D | 42 |
| Octal | 371 | 131 | 144 | 0 | 100 | 74 | 2 | 544 | 135 | 102 |
| Binary | 11111001 | 1011001 | 1100100 | 0 | 1000000 | 111100 | 10 | 101100100 | 1011101 | 1000010 |
Color Harmonies of #F95964
Complementary color
Monochromatic Colors of #F95964
Black with #F95964
Text Example
Text Example
White with #F95964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95964; }
p { color: rgb(249,89,100); }
H1.HeaderClassName
{
color: #F95964;
}
.AnyTagClassName
{
color: #F95964;
}
</style>
background-color css
<style>
a { background-color: #F95964; }
a { background-color: rgb(249,89,100); }
div.DivClassName
{
background-color: #F95964;
}
.BgClassName
{
background-color: #F95964;
}
</style>
border-color css
<style>
span { border-color: #F95964; }
span { border-color: rgb(249,89,100); }
td.TdClassName
{
border-color: #F95964;
}
.TagClassName
{
border-color: #F95964;
}
</style>