Shades of Wild Watermelon #FA595B
Tints of Wild Watermelon #FA595B
RGB
CMYK
RGB Variations
Color information
#FA595B (or 0xFA595B) is known color: Wild Watermelon. HEX triplet: FA, 59 and 5B. RGB value is (250,89,91). Sum of RGB (Red+Green+Blue) = 250+89+91=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA595B is #05A6A4. Grayscale: #898989. Windows color (decimal): -370341 or 5986810. OLE color: 5986810.
HSL color Cylindrical-coordinate representation of color #FA595B: hue angle of 359.25º 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 #FA595B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 91 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.02 |
| HSL | 359.25º | 0.94% | 0.66% | - |
| HSV(B) | 359.25º | 0.64% | 0.98% | - |
| XYZ | 44.89 | 28.22 | 12.98 | - |
| YUV | 137.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 91 | 0 | 0.64 | 0.64 | 0.02 | 359.25 | 0.94 | 0.66 |
| Hex | FA | 59 | 5B | 0 | 40 | 40 | 2 | 167 | 5E | 42 |
| Octal | 372 | 131 | 133 | 0 | 100 | 100 | 2 | 547 | 136 | 102 |
| Binary | 11111010 | 1011001 | 1011011 | 0 | 1000000 | 1000000 | 10 | 101100111 | 1011110 | 1000010 |
Color Harmonies of #FA595B
Complementary color
Monochromatic Colors of #FA595B
Black with #FA595B
Text Example
Text Example
White with #FA595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA595B; }
p { color: rgb(250,89,91); }
H1.HeaderClassName
{
color: #FA595B;
}
.AnyTagClassName
{
color: #FA595B;
}
</style>
background-color css
<style>
a { background-color: #FA595B; }
a { background-color: rgb(250,89,91); }
div.DivClassName
{
background-color: #FA595B;
}
.BgClassName
{
background-color: #FA595B;
}
</style>
border-color css
<style>
span { border-color: #FA595B; }
span { border-color: rgb(250,89,91); }
td.TdClassName
{
border-color: #FA595B;
}
.TagClassName
{
border-color: #FA595B;
}
</style>