Shades of Wild Watermelon #FA597D
Tints of Wild Watermelon #FA597D
RGB
CMYK
RGB Variations
Color information
#FA597D (or 0xFA597D) is known color: Wild Watermelon. HEX triplet: FA, 59 and 7D. RGB value is (250,89,125). Sum of RGB (Red+Green+Blue) = 250+89+125=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA597D is #05A682. Grayscale: #8D8D8D. Windows color (decimal): -370307 or 8215034. OLE color: 8215034.
HSL color Cylindrical-coordinate representation of color #FA597D: hue angle of 346.58º 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 #FA597D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 125 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.02 |
| HSL | 346.58º | 0.94% | 0.66% | - |
| HSV(B) | 346.58º | 0.64% | 0.98% | - |
| XYZ | 46.7 | 28.95 | 22.53 | - |
| YUV | 141.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 125 | 0 | 0.64 | 0.50 | 0.02 | 346.58 | 0.94 | 0.66 |
| Hex | FA | 59 | 7D | 0 | 40 | 32 | 2 | 15B | 5E | 42 |
| Octal | 372 | 131 | 175 | 0 | 100 | 62 | 2 | 533 | 136 | 102 |
| Binary | 11111010 | 1011001 | 1111101 | 0 | 1000000 | 110010 | 10 | 101011011 | 1011110 | 1000010 |
Color Harmonies of #FA597D
Complementary color
Monochromatic Colors of #FA597D
Black with #FA597D
Text Example
Text Example
White with #FA597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA597D; }
p { color: rgb(250,89,125); }
H1.HeaderClassName
{
color: #FA597D;
}
.AnyTagClassName
{
color: #FA597D;
}
</style>
background-color css
<style>
a { background-color: #FA597D; }
a { background-color: rgb(250,89,125); }
div.DivClassName
{
background-color: #FA597D;
}
.BgClassName
{
background-color: #FA597D;
}
</style>
border-color css
<style>
span { border-color: #FA597D; }
span { border-color: rgb(250,89,125); }
td.TdClassName
{
border-color: #FA597D;
}
.TagClassName
{
border-color: #FA597D;
}
</style>