Shades of Wild Watermelon #FA6364
Tints of Wild Watermelon #FA6364
RGB
CMYK
RGB Variations
Color information
#FA6364 (or 0xFA6364) is known color: Wild Watermelon. HEX triplet: FA, 63 and 64. RGB value is (250,99,100). Sum of RGB (Red+Green+Blue) = 250+99+100=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6364 is #059C9B. Grayscale: #909090. Windows color (decimal): -367772 or 6579194. OLE color: 6579194.
HSL color Cylindrical-coordinate representation of color #FA6364: hue angle of 359.6º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6364 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 100 | - |
| CMYK | 0 | 0.60 | 0.6 | 0.02 |
| HSL | 359.6º | 0.94% | 0.68% | - |
| HSV(B) | 359.6º | 0.6% | 0.98% | - |
| XYZ | 46.19 | 30.17 | 15.45 | - |
| YUV | 144.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 100 | 0 | 0.60 | 0.6 | 0.02 | 359.6 | 0.94 | 0.68 |
| Hex | FA | 63 | 64 | 0 | 3C | 3C | 2 | 168 | 5E | 44 |
| Octal | 372 | 143 | 144 | 0 | 74 | 74 | 2 | 550 | 136 | 104 |
| Binary | 11111010 | 1100011 | 1100100 | 0 | 111100 | 111100 | 10 | 101101000 | 1011110 | 1000100 |
Color Harmonies of #FA6364
Complementary color
Monochromatic Colors of #FA6364
Black with #FA6364
Text Example
Text Example
White with #FA6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6364; }
p { color: rgb(250,99,100); }
H1.HeaderClassName
{
color: #FA6364;
}
.AnyTagClassName
{
color: #FA6364;
}
</style>
background-color css
<style>
a { background-color: #FA6364; }
a { background-color: rgb(250,99,100); }
div.DivClassName
{
background-color: #FA6364;
}
.BgClassName
{
background-color: #FA6364;
}
</style>
border-color css
<style>
span { border-color: #FA6364; }
span { border-color: rgb(250,99,100); }
td.TdClassName
{
border-color: #FA6364;
}
.TagClassName
{
border-color: #FA6364;
}
</style>