Shades of Wild Watermelon #F44A6C
Tints of Wild Watermelon #F44A6C
RGB
CMYK
RGB Variations
Color information
#F44A6C (or 0xF44A6C) is known color: Wild Watermelon. HEX triplet: F4, 4A and 6C. RGB value is (244,74,108). Sum of RGB (Red+Green+Blue) = 244+74+108=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44A6C is #0BB593. Grayscale: #808080. Windows color (decimal): -767380 or 7097076. OLE color: 7097076.
HSL color Cylindrical-coordinate representation of color #F44A6C: hue angle of 348º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44A6C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 108 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.04 |
| HSL | 348º | 0.89% | 0.62% | - |
| HSV(B) | 348º | 0.7% | 0.96% | - |
| XYZ | 42.46 | 25.21 | 16.82 | - |
| YUV | 128.71 | 116.32 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 108 | 0 | 0.70 | 0.56 | 0.04 | 348 | 0.89 | 0.62 |
| Hex | F4 | 4A | 6C | 0 | 46 | 38 | 4 | 15C | 59 | 3E |
| Octal | 364 | 112 | 154 | 0 | 106 | 70 | 4 | 534 | 131 | 76 |
| Binary | 11110100 | 1001010 | 1101100 | 0 | 1000110 | 111000 | 100 | 101011100 | 1011001 | 111110 |
Color Harmonies of #F44A6C
Complementary color
Monochromatic Colors of #F44A6C
Black with #F44A6C
Text Example
Text Example
White with #F44A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A6C; }
p { color: rgb(244,74,108); }
H1.HeaderClassName
{
color: #F44A6C;
}
.AnyTagClassName
{
color: #F44A6C;
}
</style>
background-color css
<style>
a { background-color: #F44A6C; }
a { background-color: rgb(244,74,108); }
div.DivClassName
{
background-color: #F44A6C;
}
.BgClassName
{
background-color: #F44A6C;
}
</style>
border-color css
<style>
span { border-color: #F44A6C; }
span { border-color: rgb(244,74,108); }
td.TdClassName
{
border-color: #F44A6C;
}
.TagClassName
{
border-color: #F44A6C;
}
</style>