Shades of Wild Watermelon #FB5963
Tints of Wild Watermelon #FB5963
RGB
CMYK
RGB Variations
Color information
#FB5963 (or 0xFB5963) is known color: Wild Watermelon. HEX triplet: FB, 59 and 63. RGB value is (251,89,99). Sum of RGB (Red+Green+Blue) = 251+89+99=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5963 is #04A69C. Grayscale: #8A8A8A. Windows color (decimal): -304797 or 6511099. OLE color: 6511099.
HSL color Cylindrical-coordinate representation of color #FB5963: hue angle of 356.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5963 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 99 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.02 |
| HSL | 356.3º | 0.95% | 0.67% | - |
| HSV(B) | 356.3º | 0.65% | 0.98% | - |
| XYZ | 45.61 | 28.55 | 14.91 | - |
| YUV | 138.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 99 | 0 | 0.65 | 0.61 | 0.02 | 356.3 | 0.95 | 0.67 |
| Hex | FB | 59 | 63 | 0 | 41 | 3D | 2 | 164 | 5F | 43 |
| Octal | 373 | 131 | 143 | 0 | 101 | 75 | 2 | 544 | 137 | 103 |
| Binary | 11111011 | 1011001 | 1100011 | 0 | 1000001 | 111101 | 10 | 101100100 | 1011111 | 1000011 |
Color Harmonies of #FB5963
Complementary color
Monochromatic Colors of #FB5963
Black with #FB5963
Text Example
Text Example
White with #FB5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5963; }
p { color: rgb(251,89,99); }
H1.HeaderClassName
{
color: #FB5963;
}
.AnyTagClassName
{
color: #FB5963;
}
</style>
background-color css
<style>
a { background-color: #FB5963; }
a { background-color: rgb(251,89,99); }
div.DivClassName
{
background-color: #FB5963;
}
.BgClassName
{
background-color: #FB5963;
}
</style>
border-color css
<style>
span { border-color: #FB5963; }
span { border-color: rgb(251,89,99); }
td.TdClassName
{
border-color: #FB5963;
}
.TagClassName
{
border-color: #FB5963;
}
</style>