Shades of Wild Watermelon #F44F68
Tints of Wild Watermelon #F44F68
RGB
CMYK
RGB Variations
Color information
#F44F68 (or 0xF44F68) is known color: Wild Watermelon. HEX triplet: F4, 4F and 68. RGB value is (244,79,104). Sum of RGB (Red+Green+Blue) = 244+79+104=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F68 is #0BB097. Grayscale: #838383. Windows color (decimal): -766104 or 6836212. OLE color: 6836212.
HSL color Cylindrical-coordinate representation of color #F44F68: hue angle of 350.91º 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 #F44F68 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 104 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.04 |
| HSL | 350.91º | 0.88% | 0.63% | - |
| HSV(B) | 350.91º | 0.68% | 0.96% | - |
| XYZ | 42.6 | 25.82 | 15.84 | - |
| YUV | 131.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 104 | 0 | 0.68 | 0.57 | 0.04 | 350.91 | 0.88 | 0.63 |
| Hex | F4 | 4F | 68 | 0 | 44 | 39 | 4 | 15F | 58 | 3F |
| Octal | 364 | 117 | 150 | 0 | 104 | 71 | 4 | 537 | 130 | 77 |
| Binary | 11110100 | 1001111 | 1101000 | 0 | 1000100 | 111001 | 100 | 101011111 | 1011000 | 111111 |
Color Harmonies of #F44F68
Complementary color
Monochromatic Colors of #F44F68
Black with #F44F68
Text Example
Text Example
White with #F44F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44F68; }
p { color: rgb(244,79,104); }
H1.HeaderClassName
{
color: #F44F68;
}
.AnyTagClassName
{
color: #F44F68;
}
</style>
background-color css
<style>
a { background-color: #F44F68; }
a { background-color: rgb(244,79,104); }
div.DivClassName
{
background-color: #F44F68;
}
.BgClassName
{
background-color: #F44F68;
}
</style>
border-color css
<style>
span { border-color: #F44F68; }
span { border-color: rgb(244,79,104); }
td.TdClassName
{
border-color: #F44F68;
}
.TagClassName
{
border-color: #F44F68;
}
</style>