Shades of Wild Watermelon #F44E74
Tints of Wild Watermelon #F44E74
RGB
CMYK
RGB Variations
Color information
#F44E74 (or 0xF44E74) is known color: Wild Watermelon. HEX triplet: F4, 4E and 74. RGB value is (244,78,116). Sum of RGB (Red+Green+Blue) = 244+78+116=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44E74 is #0BB18B. Grayscale: #838383. Windows color (decimal): -766348 or 7622388. OLE color: 7622388.
HSL color Cylindrical-coordinate representation of color #F44E74: hue angle of 346.27º 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 #F44E74 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 116 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.04 |
| HSL | 346.27º | 0.88% | 0.63% | - |
| HSV(B) | 346.27º | 0.68% | 0.96% | - |
| XYZ | 43.19 | 25.94 | 19.25 | - |
| YUV | 131.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 116 | 0 | 0.68 | 0.52 | 0.04 | 346.27 | 0.88 | 0.63 |
| Hex | F4 | 4E | 74 | 0 | 44 | 34 | 4 | 15A | 58 | 3F |
| Octal | 364 | 116 | 164 | 0 | 104 | 64 | 4 | 532 | 130 | 77 |
| Binary | 11110100 | 1001110 | 1110100 | 0 | 1000100 | 110100 | 100 | 101011010 | 1011000 | 111111 |
Color Harmonies of #F44E74
Complementary color
Monochromatic Colors of #F44E74
Black with #F44E74
Text Example
Text Example
White with #F44E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44E74; }
p { color: rgb(244,78,116); }
H1.HeaderClassName
{
color: #F44E74;
}
.AnyTagClassName
{
color: #F44E74;
}
</style>
background-color css
<style>
a { background-color: #F44E74; }
a { background-color: rgb(244,78,116); }
div.DivClassName
{
background-color: #F44E74;
}
.BgClassName
{
background-color: #F44E74;
}
</style>
border-color css
<style>
span { border-color: #F44E74; }
span { border-color: rgb(244,78,116); }
td.TdClassName
{
border-color: #F44E74;
}
.TagClassName
{
border-color: #F44E74;
}
</style>