Shades of Wild Watermelon #FB595A
Tints of Wild Watermelon #FB595A
RGB
CMYK
RGB Variations
Color information
#FB595A (or 0xFB595A) is known color: Wild Watermelon. HEX triplet: FB, 59 and 5A. RGB value is (251,89,90). Sum of RGB (Red+Green+Blue) = 251+89+90=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB595A is #04A6A5. Grayscale: #898989. Windows color (decimal): -304806 or 5921275. OLE color: 5921275.
HSL color Cylindrical-coordinate representation of color #FB595A: hue angle of 359.63º 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 #FB595A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 90 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.02 |
| HSL | 359.63º | 0.95% | 0.67% | - |
| HSV(B) | 359.63º | 0.65% | 0.98% | - |
| XYZ | 45.2 | 28.39 | 12.77 | - |
| YUV | 137.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 90 | 0 | 0.65 | 0.64 | 0.02 | 359.63 | 0.95 | 0.67 |
| Hex | FB | 59 | 5A | 0 | 41 | 40 | 2 | 168 | 5F | 43 |
| Octal | 373 | 131 | 132 | 0 | 101 | 100 | 2 | 550 | 137 | 103 |
| Binary | 11111011 | 1011001 | 1011010 | 0 | 1000001 | 1000000 | 10 | 101101000 | 1011111 | 1000011 |
Color Harmonies of #FB595A
Complementary color
Monochromatic Colors of #FB595A
Black with #FB595A
Text Example
Text Example
White with #FB595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB595A; }
p { color: rgb(251,89,90); }
H1.HeaderClassName
{
color: #FB595A;
}
.AnyTagClassName
{
color: #FB595A;
}
</style>
background-color css
<style>
a { background-color: #FB595A; }
a { background-color: rgb(251,89,90); }
div.DivClassName
{
background-color: #FB595A;
}
.BgClassName
{
background-color: #FB595A;
}
</style>
border-color css
<style>
span { border-color: #FB595A; }
span { border-color: rgb(251,89,90); }
td.TdClassName
{
border-color: #FB595A;
}
.TagClassName
{
border-color: #FB595A;
}
</style>