Shades of Wild Watermelon #F44C65
Tints of Wild Watermelon #F44C65
RGB
CMYK
RGB Variations
Color information
#F44C65 (or 0xF44C65) is known color: Wild Watermelon. HEX triplet: F4, 4C and 65. RGB value is (244,76,101). Sum of RGB (Red+Green+Blue) = 244+76+101=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C65 is #0BB39A. Grayscale: #818181. Windows color (decimal): -766875 or 6638836. OLE color: 6638836.
HSL color Cylindrical-coordinate representation of color #F44C65: hue angle of 351.07º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44C65 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 101 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.04 |
| HSL | 351.07º | 0.88% | 0.63% | - |
| HSV(B) | 351.07º | 0.69% | 0.96% | - |
| XYZ | 42.24 | 25.34 | 14.98 | - |
| YUV | 129.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 101 | 0 | 0.69 | 0.59 | 0.04 | 351.07 | 0.88 | 0.63 |
| Hex | F4 | 4C | 65 | 0 | 45 | 3B | 4 | 15F | 58 | 3F |
| Octal | 364 | 114 | 145 | 0 | 105 | 73 | 4 | 537 | 130 | 77 |
| Binary | 11110100 | 1001100 | 1100101 | 0 | 1000101 | 111011 | 100 | 101011111 | 1011000 | 111111 |
Color Harmonies of #F44C65
Complementary color
Monochromatic Colors of #F44C65
Black with #F44C65
Text Example
Text Example
White with #F44C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C65; }
p { color: rgb(244,76,101); }
H1.HeaderClassName
{
color: #F44C65;
}
.AnyTagClassName
{
color: #F44C65;
}
</style>
background-color css
<style>
a { background-color: #F44C65; }
a { background-color: rgb(244,76,101); }
div.DivClassName
{
background-color: #F44C65;
}
.BgClassName
{
background-color: #F44C65;
}
</style>
border-color css
<style>
span { border-color: #F44C65; }
span { border-color: rgb(244,76,101); }
td.TdClassName
{
border-color: #F44C65;
}
.TagClassName
{
border-color: #F44C65;
}
</style>