Shades of Wild Watermelon #F4506D
Tints of Wild Watermelon #F4506D
RGB
CMYK
RGB Variations
Color information
#F4506D (or 0xF4506D) is known color: Wild Watermelon. HEX triplet: F4, 50 and 6D. RGB value is (244,80,109). Sum of RGB (Red+Green+Blue) = 244+80+109=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4506D is #0BAF92. Grayscale: #848484. Windows color (decimal): -765843 or 7164148. OLE color: 7164148.
HSL color Cylindrical-coordinate representation of color #F4506D: hue angle of 349.39º 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 #F4506D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 109 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.04 |
| HSL | 349.39º | 0.88% | 0.64% | - |
| HSV(B) | 349.39º | 0.67% | 0.96% | - |
| XYZ | 42.94 | 26.07 | 17.24 | - |
| YUV | 132.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 109 | 0 | 0.67 | 0.55 | 0.04 | 349.39 | 0.88 | 0.64 |
| Hex | F4 | 50 | 6D | 0 | 43 | 37 | 4 | 15D | 58 | 40 |
| Octal | 364 | 120 | 155 | 0 | 103 | 67 | 4 | 535 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1101101 | 0 | 1000011 | 110111 | 100 | 101011101 | 1011000 | 1000000 |
Color Harmonies of #F4506D
Complementary color
Monochromatic Colors of #F4506D
Black with #F4506D
Text Example
Text Example
White with #F4506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4506D; }
p { color: rgb(244,80,109); }
H1.HeaderClassName
{
color: #F4506D;
}
.AnyTagClassName
{
color: #F4506D;
}
</style>
background-color css
<style>
a { background-color: #F4506D; }
a { background-color: rgb(244,80,109); }
div.DivClassName
{
background-color: #F4506D;
}
.BgClassName
{
background-color: #F4506D;
}
</style>
border-color css
<style>
span { border-color: #F4506D; }
span { border-color: rgb(244,80,109); }
td.TdClassName
{
border-color: #F4506D;
}
.TagClassName
{
border-color: #F4506D;
}
</style>