Shades of Wild Watermelon #F44971
Tints of Wild Watermelon #F44971
RGB
CMYK
RGB Variations
Color information
#F44971 (or 0xF44971) is known color: Wild Watermelon. HEX triplet: F4, 49 and 71. RGB value is (244,73,113). Sum of RGB (Red+Green+Blue) = 244+73+113=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F44971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44971 is #0BB68E. Grayscale: #808080. Windows color (decimal): -767631 or 7424500. OLE color: 7424500.
HSL color Cylindrical-coordinate representation of color #F44971: hue angle of 345.96º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44971 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 113 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.04 |
| HSL | 345.96º | 0.89% | 0.62% | - |
| HSV(B) | 345.96º | 0.7% | 0.96% | - |
| XYZ | 42.67 | 25.19 | 18.24 | - |
| YUV | 128.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 113 | 0 | 0.70 | 0.54 | 0.04 | 345.96 | 0.89 | 0.62 |
| Hex | F4 | 49 | 71 | 0 | 46 | 36 | 4 | 15A | 59 | 3E |
| Octal | 364 | 111 | 161 | 0 | 106 | 66 | 4 | 532 | 131 | 76 |
| Binary | 11110100 | 1001001 | 1110001 | 0 | 1000110 | 110110 | 100 | 101011010 | 1011001 | 111110 |
Color Harmonies of #F44971
Complementary color
Monochromatic Colors of #F44971
Black with #F44971
Text Example
Text Example
White with #F44971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44971; }
p { color: rgb(244,73,113); }
H1.HeaderClassName
{
color: #F44971;
}
.AnyTagClassName
{
color: #F44971;
}
</style>
background-color css
<style>
a { background-color: #F44971; }
a { background-color: rgb(244,73,113); }
div.DivClassName
{
background-color: #F44971;
}
.BgClassName
{
background-color: #F44971;
}
</style>
border-color css
<style>
span { border-color: #F44971; }
span { border-color: rgb(244,73,113); }
td.TdClassName
{
border-color: #F44971;
}
.TagClassName
{
border-color: #F44971;
}
</style>