Shades of Wild Watermelon #FA5963
Tints of Wild Watermelon #FA5963
RGB
CMYK
RGB Variations
Color information
#FA5963 (or 0xFA5963) is known color: Wild Watermelon. HEX triplet: FA, 59 and 63. RGB value is (250,89,99). Sum of RGB (Red+Green+Blue) = 250+89+99=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5963 is #05A69C. Grayscale: #8A8A8A. Windows color (decimal): -370333 or 6511098. OLE color: 6511098.
HSL color Cylindrical-coordinate representation of color #FA5963: hue angle of 356.27º degrees, saturation: 0.94, 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 #FA5963 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 99 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.02 |
| HSL | 356.27º | 0.94% | 0.66% | - |
| HSV(B) | 356.27º | 0.64% | 0.98% | - |
| XYZ | 45.25 | 28.37 | 14.9 | - |
| YUV | 138.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 99 | 0 | 0.64 | 0.60 | 0.02 | 356.27 | 0.94 | 0.66 |
| Hex | FA | 59 | 63 | 0 | 40 | 3C | 2 | 164 | 5E | 42 |
| Octal | 372 | 131 | 143 | 0 | 100 | 74 | 2 | 544 | 136 | 102 |
| Binary | 11111010 | 1011001 | 1100011 | 0 | 1000000 | 111100 | 10 | 101100100 | 1011110 | 1000010 |
Color Harmonies of #FA5963
Complementary color
Monochromatic Colors of #FA5963
Black with #FA5963
Text Example
Text Example
White with #FA5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5963; }
p { color: rgb(250,89,99); }
H1.HeaderClassName
{
color: #FA5963;
}
.AnyTagClassName
{
color: #FA5963;
}
</style>
background-color css
<style>
a { background-color: #FA5963; }
a { background-color: rgb(250,89,99); }
div.DivClassName
{
background-color: #FA5963;
}
.BgClassName
{
background-color: #FA5963;
}
</style>
border-color css
<style>
span { border-color: #FA5963; }
span { border-color: rgb(250,89,99); }
td.TdClassName
{
border-color: #FA5963;
}
.TagClassName
{
border-color: #FA5963;
}
</style>