Shades of Wild Watermelon #F45565
Tints of Wild Watermelon #F45565
RGB
CMYK
RGB Variations
Color information
#F45565 (or 0xF45565) is known color: Wild Watermelon. HEX triplet: F4, 55 and 65. RGB value is (244,85,101). Sum of RGB (Red+Green+Blue) = 244+85+101=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F45565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45565 is #0BAA9A. Grayscale: #868686. Windows color (decimal): -764571 or 6641140. OLE color: 6641140.
HSL color Cylindrical-coordinate representation of color #F45565: hue angle of 353.96º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45565 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 101 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.04 |
| HSL | 353.96º | 0.88% | 0.65% | - |
| HSV(B) | 353.96º | 0.65% | 0.96% | - |
| XYZ | 42.91 | 26.67 | 15.2 | - |
| YUV | 134.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 101 | 0 | 0.65 | 0.59 | 0.04 | 353.96 | 0.88 | 0.65 |
| Hex | F4 | 55 | 65 | 0 | 41 | 3B | 4 | 162 | 58 | 41 |
| Octal | 364 | 125 | 145 | 0 | 101 | 73 | 4 | 542 | 130 | 101 |
| Binary | 11110100 | 1010101 | 1100101 | 0 | 1000001 | 111011 | 100 | 101100010 | 1011000 | 1000001 |
Color Harmonies of #F45565
Complementary color
Monochromatic Colors of #F45565
Black with #F45565
Text Example
Text Example
White with #F45565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45565; }
p { color: rgb(244,85,101); }
H1.HeaderClassName
{
color: #F45565;
}
.AnyTagClassName
{
color: #F45565;
}
</style>
background-color css
<style>
a { background-color: #F45565; }
a { background-color: rgb(244,85,101); }
div.DivClassName
{
background-color: #F45565;
}
.BgClassName
{
background-color: #F45565;
}
</style>
border-color css
<style>
span { border-color: #F45565; }
span { border-color: rgb(244,85,101); }
td.TdClassName
{
border-color: #F45565;
}
.TagClassName
{
border-color: #F45565;
}
</style>