Shades of Wild Watermelon #FA6776
Tints of Wild Watermelon #FA6776
RGB
CMYK
RGB Variations
Color information
#FA6776 (or 0xFA6776) is known color: Wild Watermelon. HEX triplet: FA, 67 and 76. RGB value is (250,103,118). Sum of RGB (Red+Green+Blue) = 250+103+118=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6776 is #059889. Grayscale: #949494. Windows color (decimal): -366730 or 7759866. OLE color: 7759866.
HSL color Cylindrical-coordinate representation of color #FA6776: hue angle of 353.88º 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 #FA6776 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 118 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.02 |
| HSL | 353.88º | 0.94% | 0.69% | - |
| HSV(B) | 353.88º | 0.59% | 0.98% | - |
| XYZ | 47.54 | 31.33 | 20.68 | - |
| YUV | 148.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 118 | 0 | 0.59 | 0.53 | 0.02 | 353.88 | 0.94 | 0.69 |
| Hex | FA | 67 | 76 | 0 | 3B | 35 | 2 | 162 | 5E | 45 |
| Octal | 372 | 147 | 166 | 0 | 73 | 65 | 2 | 542 | 136 | 105 |
| Binary | 11111010 | 1100111 | 1110110 | 0 | 111011 | 110101 | 10 | 101100010 | 1011110 | 1000101 |
Color Harmonies of #FA6776
Complementary color
Monochromatic Colors of #FA6776
Black with #FA6776
Text Example
Text Example
White with #FA6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6776; }
p { color: rgb(250,103,118); }
H1.HeaderClassName
{
color: #FA6776;
}
.AnyTagClassName
{
color: #FA6776;
}
</style>
background-color css
<style>
a { background-color: #FA6776; }
a { background-color: rgb(250,103,118); }
div.DivClassName
{
background-color: #FA6776;
}
.BgClassName
{
background-color: #FA6776;
}
</style>
border-color css
<style>
span { border-color: #FA6776; }
span { border-color: rgb(250,103,118); }
td.TdClassName
{
border-color: #FA6776;
}
.TagClassName
{
border-color: #FA6776;
}
</style>