Shades of Wild Watermelon #FA656C
Tints of Wild Watermelon #FA656C
RGB
CMYK
RGB Variations
Color information
#FA656C (or 0xFA656C) is known color: Wild Watermelon. HEX triplet: FA, 65 and 6C. RGB value is (250,101,108). Sum of RGB (Red+Green+Blue) = 250+101+108=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA656C is #059A93. Grayscale: #929292. Windows color (decimal): -367252 or 7103994. OLE color: 7103994.
HSL color Cylindrical-coordinate representation of color #FA656C: hue angle of 357.18º 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 #FA656C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.02 |
| HSL | 357.18º | 0.94% | 0.69% | - |
| HSV(B) | 357.18º | 0.6% | 0.98% | - |
| XYZ | 46.78 | 30.71 | 17.65 | - |
| YUV | 146.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 108 | 0 | 0.60 | 0.57 | 0.02 | 357.18 | 0.94 | 0.69 |
| Hex | FA | 65 | 6C | 0 | 3C | 39 | 2 | 165 | 5E | 45 |
| Octal | 372 | 145 | 154 | 0 | 74 | 71 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1101100 | 0 | 111100 | 111001 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA656C
Complementary color
Monochromatic Colors of #FA656C
Black with #FA656C
Text Example
Text Example
White with #FA656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA656C; }
p { color: rgb(250,101,108); }
H1.HeaderClassName
{
color: #FA656C;
}
.AnyTagClassName
{
color: #FA656C;
}
</style>
background-color css
<style>
a { background-color: #FA656C; }
a { background-color: rgb(250,101,108); }
div.DivClassName
{
background-color: #FA656C;
}
.BgClassName
{
background-color: #FA656C;
}
</style>
border-color css
<style>
span { border-color: #FA656C; }
span { border-color: rgb(250,101,108); }
td.TdClassName
{
border-color: #FA656C;
}
.TagClassName
{
border-color: #FA656C;
}
</style>