Shades of Wild Watermelon #F45A5E
Tints of Wild Watermelon #F45A5E
RGB
CMYK
RGB Variations
Color information
#F45A5E (or 0xF45A5E) is known color: Wild Watermelon. HEX triplet: F4, 5A and 5E. RGB value is (244,90,94). Sum of RGB (Red+Green+Blue) = 244+90+94=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A5E is #0BA5A1. Grayscale: #888888. Windows color (decimal): -763298 or 6183668. OLE color: 6183668.
HSL color Cylindrical-coordinate representation of color #F45A5E: hue angle of 358.44º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A5E is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 94 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.04 |
| HSL | 358.44º | 0.88% | 0.65% | - |
| HSV(B) | 358.44º | 0.63% | 0.96% | - |
| XYZ | 42.98 | 27.35 | 13.6 | - |
| YUV | 136.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 94 | 0 | 0.63 | 0.61 | 0.04 | 358.44 | 0.88 | 0.65 |
| Hex | F4 | 5A | 5E | 0 | 3F | 3D | 4 | 166 | 58 | 41 |
| Octal | 364 | 132 | 136 | 0 | 77 | 75 | 4 | 546 | 130 | 101 |
| Binary | 11110100 | 1011010 | 1011110 | 0 | 111111 | 111101 | 100 | 101100110 | 1011000 | 1000001 |
Color Harmonies of #F45A5E
Complementary color
Monochromatic Colors of #F45A5E
Black with #F45A5E
Text Example
Text Example
White with #F45A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A5E; }
p { color: rgb(244,90,94); }
H1.HeaderClassName
{
color: #F45A5E;
}
.AnyTagClassName
{
color: #F45A5E;
}
</style>
background-color css
<style>
a { background-color: #F45A5E; }
a { background-color: rgb(244,90,94); }
div.DivClassName
{
background-color: #F45A5E;
}
.BgClassName
{
background-color: #F45A5E;
}
</style>
border-color css
<style>
span { border-color: #F45A5E; }
span { border-color: rgb(244,90,94); }
td.TdClassName
{
border-color: #F45A5E;
}
.TagClassName
{
border-color: #F45A5E;
}
</style>