Shades of Wild Watermelon #FA686F
Tints of Wild Watermelon #FA686F
RGB
CMYK
RGB Variations
Color information
#FA686F (or 0xFA686F) is known color: Wild Watermelon. HEX triplet: FA, 68 and 6F. RGB value is (250,104,111). Sum of RGB (Red+Green+Blue) = 250+104+111=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA686F is #059790. Grayscale: #949494. Windows color (decimal): -366481 or 7301370. OLE color: 7301370.
HSL color Cylindrical-coordinate representation of color #FA686F: hue angle of 357.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA686F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 111 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.02 |
| HSL | 357.12º | 0.94% | 0.69% | - |
| HSV(B) | 357.12º | 0.58% | 0.98% | - |
| XYZ | 47.24 | 31.37 | 18.6 | - |
| YUV | 148.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 111 | 0 | 0.58 | 0.56 | 0.02 | 357.12 | 0.94 | 0.69 |
| Hex | FA | 68 | 6F | 0 | 3A | 38 | 2 | 165 | 5E | 45 |
| Octal | 372 | 150 | 157 | 0 | 72 | 70 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1101111 | 0 | 111010 | 111000 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA686F
Complementary color
Monochromatic Colors of #FA686F
Black with #FA686F
Text Example
Text Example
White with #FA686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA686F; }
p { color: rgb(250,104,111); }
H1.HeaderClassName
{
color: #FA686F;
}
.AnyTagClassName
{
color: #FA686F;
}
</style>
background-color css
<style>
a { background-color: #FA686F; }
a { background-color: rgb(250,104,111); }
div.DivClassName
{
background-color: #FA686F;
}
.BgClassName
{
background-color: #FA686F;
}
</style>
border-color css
<style>
span { border-color: #FA686F; }
span { border-color: rgb(250,104,111); }
td.TdClassName
{
border-color: #FA686F;
}
.TagClassName
{
border-color: #FA686F;
}
</style>