Shades of Wild Watermelon #FA596F
Tints of Wild Watermelon #FA596F
RGB
CMYK
RGB Variations
Color information
#FA596F (or 0xFA596F) is known color: Wild Watermelon. HEX triplet: FA, 59 and 6F. RGB value is (250,89,111). Sum of RGB (Red+Green+Blue) = 250+89+111=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA596F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA596F is #05A690. Grayscale: #8B8B8B. Windows color (decimal): -370321 or 7297530. OLE color: 7297530.
HSL color Cylindrical-coordinate representation of color #FA596F: hue angle of 351.8º 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 #FA596F is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 111 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.02 |
| HSL | 351.8º | 0.94% | 0.66% | - |
| HSV(B) | 351.8º | 0.64% | 0.98% | - |
| XYZ | 45.87 | 28.62 | 18.15 | - |
| YUV | 139.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 111 | 0 | 0.64 | 0.56 | 0.02 | 351.8 | 0.94 | 0.66 |
| Hex | FA | 59 | 6F | 0 | 40 | 38 | 2 | 160 | 5E | 42 |
| Octal | 372 | 131 | 157 | 0 | 100 | 70 | 2 | 540 | 136 | 102 |
| Binary | 11111010 | 1011001 | 1101111 | 0 | 1000000 | 111000 | 10 | 101100000 | 1011110 | 1000010 |
Color Harmonies of #FA596F
Complementary color
Monochromatic Colors of #FA596F
Black with #FA596F
Text Example
Text Example
White with #FA596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA596F; }
p { color: rgb(250,89,111); }
H1.HeaderClassName
{
color: #FA596F;
}
.AnyTagClassName
{
color: #FA596F;
}
</style>
background-color css
<style>
a { background-color: #FA596F; }
a { background-color: rgb(250,89,111); }
div.DivClassName
{
background-color: #FA596F;
}
.BgClassName
{
background-color: #FA596F;
}
</style>
border-color css
<style>
span { border-color: #FA596F; }
span { border-color: rgb(250,89,111); }
td.TdClassName
{
border-color: #FA596F;
}
.TagClassName
{
border-color: #FA596F;
}
</style>