Shades of Wild Watermelon #FA585B
Tints of Wild Watermelon #FA585B
RGB
CMYK
RGB Variations
Color information
#FA585B (or 0xFA585B) is known color: Wild Watermelon. HEX triplet: FA, 58 and 5B. RGB value is (250,88,91). Sum of RGB (Red+Green+Blue) = 250+88+91=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA585B is #05A7A4. Grayscale: #888888. Windows color (decimal): -370597 or 5986554. OLE color: 5986554.
HSL color Cylindrical-coordinate representation of color #FA585B: hue angle of 358.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA585B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 91 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.02 |
| HSL | 358.89º | 0.94% | 0.66% | - |
| HSV(B) | 358.89º | 0.65% | 0.98% | - |
| XYZ | 44.8 | 28.06 | 12.95 | - |
| YUV | 136.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 91 | 0 | 0.65 | 0.64 | 0.02 | 358.89 | 0.94 | 0.66 |
| Hex | FA | 58 | 5B | 0 | 41 | 40 | 2 | 167 | 5E | 42 |
| Octal | 372 | 130 | 133 | 0 | 101 | 100 | 2 | 547 | 136 | 102 |
| Binary | 11111010 | 1011000 | 1011011 | 0 | 1000001 | 1000000 | 10 | 101100111 | 1011110 | 1000010 |
Color Harmonies of #FA585B
Complementary color
Monochromatic Colors of #FA585B
Black with #FA585B
Text Example
Text Example
White with #FA585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA585B; }
p { color: rgb(250,88,91); }
H1.HeaderClassName
{
color: #FA585B;
}
.AnyTagClassName
{
color: #FA585B;
}
</style>
background-color css
<style>
a { background-color: #FA585B; }
a { background-color: rgb(250,88,91); }
div.DivClassName
{
background-color: #FA585B;
}
.BgClassName
{
background-color: #FA585B;
}
</style>
border-color css
<style>
span { border-color: #FA585B; }
span { border-color: rgb(250,88,91); }
td.TdClassName
{
border-color: #FA585B;
}
.TagClassName
{
border-color: #FA585B;
}
</style>