Shades of Wild Watermelon #FA656D
Tints of Wild Watermelon #FA656D
RGB
CMYK
RGB Variations
Color information
#FA656D (or 0xFA656D) is known color: Wild Watermelon. HEX triplet: FA, 65 and 6D. RGB value is (250,101,109). Sum of RGB (Red+Green+Blue) = 250+101+109=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA656D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA656D is #059A92. Grayscale: #929292. Windows color (decimal): -367251 or 7169530. OLE color: 7169530.
HSL color Cylindrical-coordinate representation of color #FA656D: hue angle of 356.78º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA656D is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 109 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.02 |
| HSL | 356.78º | 0.94% | 0.69% | - |
| HSV(B) | 356.78º | 0.6% | 0.98% | - |
| XYZ | 46.84 | 30.74 | 17.93 | - |
| YUV | 146.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 109 | 0 | 0.60 | 0.56 | 0.02 | 356.78 | 0.94 | 0.69 |
| Hex | FA | 65 | 6D | 0 | 3C | 38 | 2 | 165 | 5E | 45 |
| Octal | 372 | 145 | 155 | 0 | 74 | 70 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1101101 | 0 | 111100 | 111000 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA656D
Complementary color
Monochromatic Colors of #FA656D
Black with #FA656D
Text Example
Text Example
White with #FA656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA656D; }
p { color: rgb(250,101,109); }
H1.HeaderClassName
{
color: #FA656D;
}
.AnyTagClassName
{
color: #FA656D;
}
</style>
background-color css
<style>
a { background-color: #FA656D; }
a { background-color: rgb(250,101,109); }
div.DivClassName
{
background-color: #FA656D;
}
.BgClassName
{
background-color: #FA656D;
}
</style>
border-color css
<style>
span { border-color: #FA656D; }
span { border-color: rgb(250,101,109); }
td.TdClassName
{
border-color: #FA656D;
}
.TagClassName
{
border-color: #FA656D;
}
</style>