Shades of Wild Watermelon #FA616D
Tints of Wild Watermelon #FA616D
RGB
CMYK
RGB Variations
Color information
#FA616D (or 0xFA616D) is known color: Wild Watermelon. HEX triplet: FA, 61 and 6D. RGB value is (250,97,109). Sum of RGB (Red+Green+Blue) = 250+97+109=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA616D is #059E92. Grayscale: #909090. Windows color (decimal): -368275 or 7168506. OLE color: 7168506.
HSL color Cylindrical-coordinate representation of color #FA616D: hue angle of 355.29º 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 #FA616D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 109 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.02 |
| HSL | 355.29º | 0.94% | 0.68% | - |
| HSV(B) | 355.29º | 0.61% | 0.98% | - |
| XYZ | 46.46 | 29.98 | 17.81 | - |
| YUV | 144.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 109 | 0 | 0.61 | 0.56 | 0.02 | 355.29 | 0.94 | 0.68 |
| Hex | FA | 61 | 6D | 0 | 3D | 38 | 2 | 163 | 5E | 44 |
| Octal | 372 | 141 | 155 | 0 | 75 | 70 | 2 | 543 | 136 | 104 |
| Binary | 11111010 | 1100001 | 1101101 | 0 | 111101 | 111000 | 10 | 101100011 | 1011110 | 1000100 |
Color Harmonies of #FA616D
Complementary color
Monochromatic Colors of #FA616D
Black with #FA616D
Text Example
Text Example
White with #FA616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA616D; }
p { color: rgb(250,97,109); }
H1.HeaderClassName
{
color: #FA616D;
}
.AnyTagClassName
{
color: #FA616D;
}
</style>
background-color css
<style>
a { background-color: #FA616D; }
a { background-color: rgb(250,97,109); }
div.DivClassName
{
background-color: #FA616D;
}
.BgClassName
{
background-color: #FA616D;
}
</style>
border-color css
<style>
span { border-color: #FA616D; }
span { border-color: rgb(250,97,109); }
td.TdClassName
{
border-color: #FA616D;
}
.TagClassName
{
border-color: #FA616D;
}
</style>