Shades of Wild Watermelon #FA595F
Tints of Wild Watermelon #FA595F
RGB
CMYK
RGB Variations
Color information
#FA595F (or 0xFA595F) is known color: Wild Watermelon. HEX triplet: FA, 59 and 5F. RGB value is (250,89,95). Sum of RGB (Red+Green+Blue) = 250+89+95=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA595F is #05A6A0. Grayscale: #898989. Windows color (decimal): -370337 or 6248954. OLE color: 6248954.
HSL color Cylindrical-coordinate representation of color #FA595F: hue angle of 357.76º 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 #FA595F is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 95 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.02 |
| HSL | 357.76º | 0.94% | 0.66% | - |
| HSV(B) | 357.76º | 0.64% | 0.98% | - |
| XYZ | 45.06 | 28.29 | 13.91 | - |
| YUV | 137.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 95 | 0 | 0.64 | 0.62 | 0.02 | 357.76 | 0.94 | 0.66 |
| Hex | FA | 59 | 5F | 0 | 40 | 3E | 2 | 166 | 5E | 42 |
| Octal | 372 | 131 | 137 | 0 | 100 | 76 | 2 | 546 | 136 | 102 |
| Binary | 11111010 | 1011001 | 1011111 | 0 | 1000000 | 111110 | 10 | 101100110 | 1011110 | 1000010 |
Color Harmonies of #FA595F
Complementary color
Monochromatic Colors of #FA595F
Black with #FA595F
Text Example
Text Example
White with #FA595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA595F; }
p { color: rgb(250,89,95); }
H1.HeaderClassName
{
color: #FA595F;
}
.AnyTagClassName
{
color: #FA595F;
}
</style>
background-color css
<style>
a { background-color: #FA595F; }
a { background-color: rgb(250,89,95); }
div.DivClassName
{
background-color: #FA595F;
}
.BgClassName
{
background-color: #FA595F;
}
</style>
border-color css
<style>
span { border-color: #FA595F; }
span { border-color: rgb(250,89,95); }
td.TdClassName
{
border-color: #FA595F;
}
.TagClassName
{
border-color: #FA595F;
}
</style>