Shades of Wild Watermelon #F44D63
Tints of Wild Watermelon #F44D63
RGB
CMYK
RGB Variations
Color information
#F44D63 (or 0xF44D63) is known color: Wild Watermelon. HEX triplet: F4, 4D and 63. RGB value is (244,77,99). Sum of RGB (Red+Green+Blue) = 244+77+99=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D63 is #0BB29C. Grayscale: #818181. Windows color (decimal): -766621 or 6508020. OLE color: 6508020.
HSL color Cylindrical-coordinate representation of color #F44D63: hue angle of 352.1º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44D63 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 99 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.04 |
| HSL | 352.1º | 0.88% | 0.63% | - |
| HSV(B) | 352.1º | 0.68% | 0.96% | - |
| XYZ | 42.21 | 25.44 | 14.49 | - |
| YUV | 129.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 99 | 0 | 0.68 | 0.59 | 0.04 | 352.1 | 0.88 | 0.63 |
| Hex | F4 | 4D | 63 | 0 | 44 | 3B | 4 | 160 | 58 | 3F |
| Octal | 364 | 115 | 143 | 0 | 104 | 73 | 4 | 540 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1100011 | 0 | 1000100 | 111011 | 100 | 101100000 | 1011000 | 111111 |
Color Harmonies of #F44D63
Complementary color
Monochromatic Colors of #F44D63
Black with #F44D63
Text Example
Text Example
White with #F44D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D63; }
p { color: rgb(244,77,99); }
H1.HeaderClassName
{
color: #F44D63;
}
.AnyTagClassName
{
color: #F44D63;
}
</style>
background-color css
<style>
a { background-color: #F44D63; }
a { background-color: rgb(244,77,99); }
div.DivClassName
{
background-color: #F44D63;
}
.BgClassName
{
background-color: #F44D63;
}
</style>
border-color css
<style>
span { border-color: #F44D63; }
span { border-color: rgb(244,77,99); }
td.TdClassName
{
border-color: #F44D63;
}
.TagClassName
{
border-color: #F44D63;
}
</style>