Shades of Wild Watermelon #F44C6D
Tints of Wild Watermelon #F44C6D
RGB
CMYK
RGB Variations
Color information
#F44C6D (or 0xF44C6D) is known color: Wild Watermelon. HEX triplet: F4, 4C and 6D. RGB value is (244,76,109). Sum of RGB (Red+Green+Blue) = 244+76+109=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C6D is #0BB392. Grayscale: #828282. Windows color (decimal): -766867 or 7163124. OLE color: 7163124.
HSL color Cylindrical-coordinate representation of color #F44C6D: hue angle of 348.21º 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 #F44C6D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 109 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.04 |
| HSL | 348.21º | 0.88% | 0.63% | - |
| HSV(B) | 348.21º | 0.69% | 0.96% | - |
| XYZ | 42.65 | 25.51 | 17.14 | - |
| YUV | 129.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 109 | 0 | 0.69 | 0.55 | 0.04 | 348.21 | 0.88 | 0.63 |
| Hex | F4 | 4C | 6D | 0 | 45 | 37 | 4 | 15C | 58 | 3F |
| Octal | 364 | 114 | 155 | 0 | 105 | 67 | 4 | 534 | 130 | 77 |
| Binary | 11110100 | 1001100 | 1101101 | 0 | 1000101 | 110111 | 100 | 101011100 | 1011000 | 111111 |
Color Harmonies of #F44C6D
Complementary color
Monochromatic Colors of #F44C6D
Black with #F44C6D
Text Example
Text Example
White with #F44C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C6D; }
p { color: rgb(244,76,109); }
H1.HeaderClassName
{
color: #F44C6D;
}
.AnyTagClassName
{
color: #F44C6D;
}
</style>
background-color css
<style>
a { background-color: #F44C6D; }
a { background-color: rgb(244,76,109); }
div.DivClassName
{
background-color: #F44C6D;
}
.BgClassName
{
background-color: #F44C6D;
}
</style>
border-color css
<style>
span { border-color: #F44C6D; }
span { border-color: rgb(244,76,109); }
td.TdClassName
{
border-color: #F44C6D;
}
.TagClassName
{
border-color: #F44C6D;
}
</style>