Shades of Wild Watermelon #F45972
Tints of Wild Watermelon #F45972
RGB
CMYK
RGB Variations
Color information
#F45972 (or 0xF45972) is known color: Wild Watermelon. HEX triplet: F4, 59 and 72. RGB value is (244,89,114). Sum of RGB (Red+Green+Blue) = 244+89+114=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F45972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45972 is #0BA68D. Grayscale: #8A8A8A. Windows color (decimal): -763534 or 7494132. OLE color: 7494132.
HSL color Cylindrical-coordinate representation of color #F45972: hue angle of 350.32º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45972 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 114 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.04 |
| HSL | 350.32º | 0.88% | 0.65% | - |
| HSV(B) | 350.32º | 0.64% | 0.96% | - |
| XYZ | 43.92 | 27.59 | 18.93 | - |
| YUV | 138.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 114 | 0 | 0.64 | 0.53 | 0.04 | 350.32 | 0.88 | 0.65 |
| Hex | F4 | 59 | 72 | 0 | 40 | 35 | 4 | 15E | 58 | 41 |
| Octal | 364 | 131 | 162 | 0 | 100 | 65 | 4 | 536 | 130 | 101 |
| Binary | 11110100 | 1011001 | 1110010 | 0 | 1000000 | 110101 | 100 | 101011110 | 1011000 | 1000001 |
Color Harmonies of #F45972
Complementary color
Monochromatic Colors of #F45972
Black with #F45972
Text Example
Text Example
White with #F45972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45972; }
p { color: rgb(244,89,114); }
H1.HeaderClassName
{
color: #F45972;
}
.AnyTagClassName
{
color: #F45972;
}
</style>
background-color css
<style>
a { background-color: #F45972; }
a { background-color: rgb(244,89,114); }
div.DivClassName
{
background-color: #F45972;
}
.BgClassName
{
background-color: #F45972;
}
</style>
border-color css
<style>
span { border-color: #F45972; }
span { border-color: rgb(244,89,114); }
td.TdClassName
{
border-color: #F45972;
}
.TagClassName
{
border-color: #F45972;
}
</style>