Shades of Wild Watermelon #F45063
Tints of Wild Watermelon #F45063
RGB
CMYK
RGB Variations
Color information
#F45063 (or 0xF45063) is known color: Wild Watermelon. HEX triplet: F4, 50 and 63. RGB value is (244,80,99). Sum of RGB (Red+Green+Blue) = 244+80+99=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F45063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45063 is #0BAF9C. Grayscale: #838383. Windows color (decimal): -765853 or 6508788. OLE color: 6508788.
HSL color Cylindrical-coordinate representation of color #F45063: hue angle of 353.05º 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 #F45063 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 99 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.04 |
| HSL | 353.05º | 0.88% | 0.64% | - |
| HSV(B) | 353.05º | 0.67% | 0.96% | - |
| XYZ | 42.43 | 25.87 | 14.56 | - |
| YUV | 131.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 99 | 0 | 0.67 | 0.59 | 0.04 | 353.05 | 0.88 | 0.64 |
| Hex | F4 | 50 | 63 | 0 | 43 | 3B | 4 | 161 | 58 | 40 |
| Octal | 364 | 120 | 143 | 0 | 103 | 73 | 4 | 541 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1100011 | 0 | 1000011 | 111011 | 100 | 101100001 | 1011000 | 1000000 |
Color Harmonies of #F45063
Complementary color
Monochromatic Colors of #F45063
Black with #F45063
Text Example
Text Example
White with #F45063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45063; }
p { color: rgb(244,80,99); }
H1.HeaderClassName
{
color: #F45063;
}
.AnyTagClassName
{
color: #F45063;
}
</style>
background-color css
<style>
a { background-color: #F45063; }
a { background-color: rgb(244,80,99); }
div.DivClassName
{
background-color: #F45063;
}
.BgClassName
{
background-color: #F45063;
}
</style>
border-color css
<style>
span { border-color: #F45063; }
span { border-color: rgb(244,80,99); }
td.TdClassName
{
border-color: #F45063;
}
.TagClassName
{
border-color: #F45063;
}
</style>