Shades of Wild Watermelon #FA566D
Tints of Wild Watermelon #FA566D
RGB
CMYK
RGB Variations
Color information
#FA566D (or 0xFA566D) is known color: Wild Watermelon. HEX triplet: FA, 56 and 6D. RGB value is (250,86,109). Sum of RGB (Red+Green+Blue) = 250+86+109=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA566D is #05A992. Grayscale: #898989. Windows color (decimal): -371091 or 7165690. OLE color: 7165690.
HSL color Cylindrical-coordinate representation of color #FA566D: hue angle of 351.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA566D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 109 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.02 |
| HSL | 351.59º | 0.94% | 0.66% | - |
| HSV(B) | 351.59º | 0.66% | 0.98% | - |
| XYZ | 45.51 | 28.08 | 17.49 | - |
| YUV | 137.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 109 | 0 | 0.66 | 0.56 | 0.02 | 351.59 | 0.94 | 0.66 |
| Hex | FA | 56 | 6D | 0 | 42 | 38 | 2 | 160 | 5E | 42 |
| Octal | 372 | 126 | 155 | 0 | 102 | 70 | 2 | 540 | 136 | 102 |
| Binary | 11111010 | 1010110 | 1101101 | 0 | 1000010 | 111000 | 10 | 101100000 | 1011110 | 1000010 |
Color Harmonies of #FA566D
Complementary color
Monochromatic Colors of #FA566D
Black with #FA566D
Text Example
Text Example
White with #FA566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA566D; }
p { color: rgb(250,86,109); }
H1.HeaderClassName
{
color: #FA566D;
}
.AnyTagClassName
{
color: #FA566D;
}
</style>
background-color css
<style>
a { background-color: #FA566D; }
a { background-color: rgb(250,86,109); }
div.DivClassName
{
background-color: #FA566D;
}
.BgClassName
{
background-color: #FA566D;
}
</style>
border-color css
<style>
span { border-color: #FA566D; }
span { border-color: rgb(250,86,109); }
td.TdClassName
{
border-color: #FA566D;
}
.TagClassName
{
border-color: #FA566D;
}
</style>