Shades of Wild Watermelon #FA666D
Tints of Wild Watermelon #FA666D
RGB
CMYK
RGB Variations
Color information
#FA666D (or 0xFA666D) is known color: Wild Watermelon. HEX triplet: FA, 66 and 6D. RGB value is (250,102,109). Sum of RGB (Red+Green+Blue) = 250+102+109=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA666D is #059992. Grayscale: #939393. Windows color (decimal): -366995 or 7169786. OLE color: 7169786.
HSL color Cylindrical-coordinate representation of color #FA666D: hue angle of 357.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA666D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 109 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.02 |
| HSL | 357.16º | 0.94% | 0.69% | - |
| HSV(B) | 357.16º | 0.59% | 0.98% | - |
| XYZ | 46.94 | 30.93 | 17.96 | - |
| YUV | 147.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 109 | 0 | 0.59 | 0.56 | 0.02 | 357.16 | 0.94 | 0.69 |
| Hex | FA | 66 | 6D | 0 | 3B | 38 | 2 | 165 | 5E | 45 |
| Octal | 372 | 146 | 155 | 0 | 73 | 70 | 2 | 545 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1101101 | 0 | 111011 | 111000 | 10 | 101100101 | 1011110 | 1000101 |
Color Harmonies of #FA666D
Complementary color
Monochromatic Colors of #FA666D
Black with #FA666D
Text Example
Text Example
White with #FA666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA666D; }
p { color: rgb(250,102,109); }
H1.HeaderClassName
{
color: #FA666D;
}
.AnyTagClassName
{
color: #FA666D;
}
</style>
background-color css
<style>
a { background-color: #FA666D; }
a { background-color: rgb(250,102,109); }
div.DivClassName
{
background-color: #FA666D;
}
.BgClassName
{
background-color: #FA666D;
}
</style>
border-color css
<style>
span { border-color: #FA666D; }
span { border-color: rgb(250,102,109); }
td.TdClassName
{
border-color: #FA666D;
}
.TagClassName
{
border-color: #FA666D;
}
</style>