Shades of Wild Watermelon #F44E68
Tints of Wild Watermelon #F44E68
RGB
CMYK
RGB Variations
Color information
#F44E68 (or 0xF44E68) is known color: Wild Watermelon. HEX triplet: F4, 4E and 68. RGB value is (244,78,104). Sum of RGB (Red+Green+Blue) = 244+78+104=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44E68 is #0BB197. Grayscale: #828282. Windows color (decimal): -766360 or 6835956. OLE color: 6835956.
HSL color Cylindrical-coordinate representation of color #F44E68: hue angle of 350.6º 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 #F44E68 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 104 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.04 |
| HSL | 350.6º | 0.88% | 0.63% | - |
| HSV(B) | 350.6º | 0.68% | 0.96% | - |
| XYZ | 42.53 | 25.68 | 15.81 | - |
| YUV | 130.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 104 | 0 | 0.68 | 0.57 | 0.04 | 350.6 | 0.88 | 0.63 |
| Hex | F4 | 4E | 68 | 0 | 44 | 39 | 4 | 15F | 58 | 3F |
| Octal | 364 | 116 | 150 | 0 | 104 | 71 | 4 | 537 | 130 | 77 |
| Binary | 11110100 | 1001110 | 1101000 | 0 | 1000100 | 111001 | 100 | 101011111 | 1011000 | 111111 |
Color Harmonies of #F44E68
Complementary color
Monochromatic Colors of #F44E68
Black with #F44E68
Text Example
Text Example
White with #F44E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44E68; }
p { color: rgb(244,78,104); }
H1.HeaderClassName
{
color: #F44E68;
}
.AnyTagClassName
{
color: #F44E68;
}
</style>
background-color css
<style>
a { background-color: #F44E68; }
a { background-color: rgb(244,78,104); }
div.DivClassName
{
background-color: #F44E68;
}
.BgClassName
{
background-color: #F44E68;
}
</style>
border-color css
<style>
span { border-color: #F44E68; }
span { border-color: rgb(244,78,104); }
td.TdClassName
{
border-color: #F44E68;
}
.TagClassName
{
border-color: #F44E68;
}
</style>