Shades of Wild Watermelon #F4516A
Tints of Wild Watermelon #F4516A
RGB
CMYK
RGB Variations
Color information
#F4516A (or 0xF4516A) is known color: Wild Watermelon. HEX triplet: F4, 51 and 6A. RGB value is (244,81,106). Sum of RGB (Red+Green+Blue) = 244+81+106=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4516A is #0BAE95. Grayscale: #848484. Windows color (decimal): -765590 or 6967796. OLE color: 6967796.
HSL color Cylindrical-coordinate representation of color #F4516A: hue angle of 350.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4516A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 106 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.04 |
| HSL | 350.8º | 0.88% | 0.64% | - |
| HSV(B) | 350.8º | 0.67% | 0.96% | - |
| XYZ | 42.85 | 26.16 | 16.43 | - |
| YUV | 132.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 106 | 0 | 0.67 | 0.57 | 0.04 | 350.8 | 0.88 | 0.64 |
| Hex | F4 | 51 | 6A | 0 | 43 | 39 | 4 | 15F | 58 | 40 |
| Octal | 364 | 121 | 152 | 0 | 103 | 71 | 4 | 537 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1101010 | 0 | 1000011 | 111001 | 100 | 101011111 | 1011000 | 1000000 |
Color Harmonies of #F4516A
Complementary color
Monochromatic Colors of #F4516A
Black with #F4516A
Text Example
Text Example
White with #F4516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4516A; }
p { color: rgb(244,81,106); }
H1.HeaderClassName
{
color: #F4516A;
}
.AnyTagClassName
{
color: #F4516A;
}
</style>
background-color css
<style>
a { background-color: #F4516A; }
a { background-color: rgb(244,81,106); }
div.DivClassName
{
background-color: #F4516A;
}
.BgClassName
{
background-color: #F4516A;
}
</style>
border-color css
<style>
span { border-color: #F4516A; }
span { border-color: rgb(244,81,106); }
td.TdClassName
{
border-color: #F4516A;
}
.TagClassName
{
border-color: #F4516A;
}
</style>