Shades of Wild Watermelon #FA6166
Tints of Wild Watermelon #FA6166
RGB
CMYK
RGB Variations
Color information
#FA6166 (or 0xFA6166) is known color: Wild Watermelon. HEX triplet: FA, 61 and 66. RGB value is (250,97,102). Sum of RGB (Red+Green+Blue) = 250+97+102=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6166 is #059E99. Grayscale: #8F8F8F. Windows color (decimal): -368282 or 6709754. OLE color: 6709754.
HSL color Cylindrical-coordinate representation of color #FA6166: hue angle of 358.04º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6166 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 102 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.02 |
| HSL | 358.04º | 0.94% | 0.68% | - |
| HSV(B) | 358.04º | 0.61% | 0.98% | - |
| XYZ | 46.1 | 29.83 | 15.9 | - |
| YUV | 143.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 102 | 0 | 0.61 | 0.59 | 0.02 | 358.04 | 0.94 | 0.68 |
| Hex | FA | 61 | 66 | 0 | 3D | 3B | 2 | 166 | 5E | 44 |
| Octal | 372 | 141 | 146 | 0 | 75 | 73 | 2 | 546 | 136 | 104 |
| Binary | 11111010 | 1100001 | 1100110 | 0 | 111101 | 111011 | 10 | 101100110 | 1011110 | 1000100 |
Color Harmonies of #FA6166
Complementary color
Monochromatic Colors of #FA6166
Black with #FA6166
Text Example
Text Example
White with #FA6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6166; }
p { color: rgb(250,97,102); }
H1.HeaderClassName
{
color: #FA6166;
}
.AnyTagClassName
{
color: #FA6166;
}
</style>
background-color css
<style>
a { background-color: #FA6166; }
a { background-color: rgb(250,97,102); }
div.DivClassName
{
background-color: #FA6166;
}
.BgClassName
{
background-color: #FA6166;
}
</style>
border-color css
<style>
span { border-color: #FA6166; }
span { border-color: rgb(250,97,102); }
td.TdClassName
{
border-color: #FA6166;
}
.TagClassName
{
border-color: #FA6166;
}
</style>