Shades of Wild Watermelon #F45363
Tints of Wild Watermelon #F45363
RGB
CMYK
RGB Variations
Color information
#F45363 (or 0xF45363) is known color: Wild Watermelon. HEX triplet: F4, 53 and 63. RGB value is (244,83,99). Sum of RGB (Red+Green+Blue) = 244+83+99=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F45363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45363 is #0BAC9C. Grayscale: #858585. Windows color (decimal): -765085 or 6509556. OLE color: 6509556.
HSL color Cylindrical-coordinate representation of color #F45363: hue angle of 354.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45363 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 99 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.04 |
| HSL | 354.04º | 0.88% | 0.64% | - |
| HSV(B) | 354.04º | 0.66% | 0.96% | - |
| XYZ | 42.65 | 26.32 | 14.64 | - |
| YUV | 132.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 99 | 0 | 0.66 | 0.59 | 0.04 | 354.04 | 0.88 | 0.64 |
| Hex | F4 | 53 | 63 | 0 | 42 | 3B | 4 | 162 | 58 | 40 |
| Octal | 364 | 123 | 143 | 0 | 102 | 73 | 4 | 542 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1100011 | 0 | 1000010 | 111011 | 100 | 101100010 | 1011000 | 1000000 |
Color Harmonies of #F45363
Complementary color
Monochromatic Colors of #F45363
Black with #F45363
Text Example
Text Example
White with #F45363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45363; }
p { color: rgb(244,83,99); }
H1.HeaderClassName
{
color: #F45363;
}
.AnyTagClassName
{
color: #F45363;
}
</style>
background-color css
<style>
a { background-color: #F45363; }
a { background-color: rgb(244,83,99); }
div.DivClassName
{
background-color: #F45363;
}
.BgClassName
{
background-color: #F45363;
}
</style>
border-color css
<style>
span { border-color: #F45363; }
span { border-color: rgb(244,83,99); }
td.TdClassName
{
border-color: #F45363;
}
.TagClassName
{
border-color: #F45363;
}
</style>