Shades of Wild Watermelon #FA646C
Tints of Wild Watermelon #FA646C
RGB
CMYK
RGB Variations
Color information
#FA646C (or 0xFA646C) is known color: Wild Watermelon. HEX triplet: FA, 64 and 6C. RGB value is (250,100,108). Sum of RGB (Red+Green+Blue) = 250+100+108=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA646C is #059B93. Grayscale: #919191. Windows color (decimal): -367508 or 7103738. OLE color: 7103738.
HSL color Cylindrical-coordinate representation of color #FA646C: hue angle of 356.8º 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 #FA646C is Cyan = 0, Magento = 0.6, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 108 | - |
| CMYK | 0 | 0.6 | 0.57 | 0.02 |
| HSL | 356.8º | 0.94% | 0.69% | - |
| HSV(B) | 356.8º | 0.6% | 0.98% | - |
| XYZ | 46.69 | 30.52 | 17.62 | - |
| YUV | 145.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 108 | 0 | 0.6 | 0.57 | 0.02 | 356.8 | 0.94 | 0.69 |
| Hex | FA | 64 | 6C | 0 | 3C | 39 | 2 | 165 | 5E | 45 |
| Octal | 372 | 144 | 154 | 0 | 74 | 71 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1100100 | 1101100 | 0 | 111100 | 111001 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA646C
Complementary color
Monochromatic Colors of #FA646C
Black with #FA646C
Text Example
Text Example
White with #FA646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA646C; }
p { color: rgb(250,100,108); }
H1.HeaderClassName
{
color: #FA646C;
}
.AnyTagClassName
{
color: #FA646C;
}
</style>
background-color css
<style>
a { background-color: #FA646C; }
a { background-color: rgb(250,100,108); }
div.DivClassName
{
background-color: #FA646C;
}
.BgClassName
{
background-color: #FA646C;
}
</style>
border-color css
<style>
span { border-color: #FA646C; }
span { border-color: rgb(250,100,108); }
td.TdClassName
{
border-color: #FA646C;
}
.TagClassName
{
border-color: #FA646C;
}
</style>