Shades of Wild Watermelon #F44D6A
Tints of Wild Watermelon #F44D6A
RGB
CMYK
RGB Variations
Color information
#F44D6A (or 0xF44D6A) is known color: Wild Watermelon. HEX triplet: F4, 4D and 6A. RGB value is (244,77,106). Sum of RGB (Red+Green+Blue) = 244+77+106=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D6A is #0BB295. Grayscale: #828282. Windows color (decimal): -766614 or 6966772. OLE color: 6966772.
HSL color Cylindrical-coordinate representation of color #F44D6A: hue angle of 349.58º 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 #F44D6A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 106 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.04 |
| HSL | 349.58º | 0.88% | 0.63% | - |
| HSV(B) | 349.58º | 0.68% | 0.96% | - |
| XYZ | 42.56 | 25.58 | 16.33 | - |
| YUV | 130.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 106 | 0 | 0.68 | 0.57 | 0.04 | 349.58 | 0.88 | 0.63 |
| Hex | F4 | 4D | 6A | 0 | 44 | 39 | 4 | 15E | 58 | 3F |
| Octal | 364 | 115 | 152 | 0 | 104 | 71 | 4 | 536 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1101010 | 0 | 1000100 | 111001 | 100 | 101011110 | 1011000 | 111111 |
Color Harmonies of #F44D6A
Complementary color
Monochromatic Colors of #F44D6A
Black with #F44D6A
Text Example
Text Example
White with #F44D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D6A; }
p { color: rgb(244,77,106); }
H1.HeaderClassName
{
color: #F44D6A;
}
.AnyTagClassName
{
color: #F44D6A;
}
</style>
background-color css
<style>
a { background-color: #F44D6A; }
a { background-color: rgb(244,77,106); }
div.DivClassName
{
background-color: #F44D6A;
}
.BgClassName
{
background-color: #F44D6A;
}
</style>
border-color css
<style>
span { border-color: #F44D6A; }
span { border-color: rgb(244,77,106); }
td.TdClassName
{
border-color: #F44D6A;
}
.TagClassName
{
border-color: #F44D6A;
}
</style>