Shades of Wild Watermelon #F4505E
Tints of Wild Watermelon #F4505E
RGB
CMYK
RGB Variations
Color information
#F4505E (or 0xF4505E) is known color: Wild Watermelon. HEX triplet: F4, 50 and 5E. RGB value is (244,80,94). Sum of RGB (Red+Green+Blue) = 244+80+94=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4505E is #0BAFA1. Grayscale: #828282. Windows color (decimal): -765858 or 6181108. OLE color: 6181108.
HSL color Cylindrical-coordinate representation of color #F4505E: hue angle of 354.88º 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 #F4505E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 94 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.04 |
| HSL | 354.88º | 0.88% | 0.64% | - |
| HSV(B) | 354.88º | 0.67% | 0.96% | - |
| XYZ | 42.2 | 25.78 | 13.34 | - |
| YUV | 130.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 94 | 0 | 0.67 | 0.61 | 0.04 | 354.88 | 0.88 | 0.64 |
| Hex | F4 | 50 | 5E | 0 | 43 | 3D | 4 | 163 | 58 | 40 |
| Octal | 364 | 120 | 136 | 0 | 103 | 75 | 4 | 543 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1011110 | 0 | 1000011 | 111101 | 100 | 101100011 | 1011000 | 1000000 |
Color Harmonies of #F4505E
Complementary color
Monochromatic Colors of #F4505E
Black with #F4505E
Text Example
Text Example
White with #F4505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4505E; }
p { color: rgb(244,80,94); }
H1.HeaderClassName
{
color: #F4505E;
}
.AnyTagClassName
{
color: #F4505E;
}
</style>
background-color css
<style>
a { background-color: #F4505E; }
a { background-color: rgb(244,80,94); }
div.DivClassName
{
background-color: #F4505E;
}
.BgClassName
{
background-color: #F4505E;
}
</style>
border-color css
<style>
span { border-color: #F4505E; }
span { border-color: rgb(244,80,94); }
td.TdClassName
{
border-color: #F4505E;
}
.TagClassName
{
border-color: #F4505E;
}
</style>