Shades of Wild Watermelon #FA586A
Tints of Wild Watermelon #FA586A
RGB
CMYK
RGB Variations
Color information
#FA586A (or 0xFA586A) is known color: Wild Watermelon. HEX triplet: FA, 58 and 6A. RGB value is (250,88,106). Sum of RGB (Red+Green+Blue) = 250+88+106=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA586A is #05A795. Grayscale: #8A8A8A. Windows color (decimal): -370582 or 6969594. OLE color: 6969594.
HSL color Cylindrical-coordinate representation of color #FA586A: hue angle of 353.33º 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 #FA586A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 106 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.02 |
| HSL | 353.33º | 0.94% | 0.66% | - |
| HSV(B) | 353.33º | 0.65% | 0.98% | - |
| XYZ | 45.52 | 28.34 | 16.71 | - |
| YUV | 138.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 106 | 0 | 0.65 | 0.58 | 0.02 | 353.33 | 0.94 | 0.66 |
| Hex | FA | 58 | 6A | 0 | 41 | 3A | 2 | 161 | 5E | 42 |
| Octal | 372 | 130 | 152 | 0 | 101 | 72 | 2 | 541 | 136 | 102 |
| Binary | 11111010 | 1011000 | 1101010 | 0 | 1000001 | 111010 | 10 | 101100001 | 1011110 | 1000010 |
Color Harmonies of #FA586A
Complementary color
Monochromatic Colors of #FA586A
Black with #FA586A
Text Example
Text Example
White with #FA586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA586A; }
p { color: rgb(250,88,106); }
H1.HeaderClassName
{
color: #FA586A;
}
.AnyTagClassName
{
color: #FA586A;
}
</style>
background-color css
<style>
a { background-color: #FA586A; }
a { background-color: rgb(250,88,106); }
div.DivClassName
{
background-color: #FA586A;
}
.BgClassName
{
background-color: #FA586A;
}
</style>
border-color css
<style>
span { border-color: #FA586A; }
span { border-color: rgb(250,88,106); }
td.TdClassName
{
border-color: #FA586A;
}
.TagClassName
{
border-color: #FA586A;
}
</style>