Shades of Wild Watermelon #F4515D
Tints of Wild Watermelon #F4515D
RGB
CMYK
RGB Variations
Color information
#F4515D (or 0xF4515D) is known color: Wild Watermelon. HEX triplet: F4, 51 and 5D. RGB value is (244,81,93). Sum of RGB (Red+Green+Blue) = 244+81+93=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4515D is #0BAEA2. Grayscale: #838383. Windows color (decimal): -765603 or 6115828. OLE color: 6115828.
HSL color Cylindrical-coordinate representation of color #F4515D: hue angle of 355.58º 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 #F4515D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 93 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.04 |
| HSL | 355.58º | 0.88% | 0.64% | - |
| HSV(B) | 355.58º | 0.67% | 0.96% | - |
| XYZ | 42.23 | 25.91 | 13.13 | - |
| YUV | 131.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 93 | 0 | 0.67 | 0.62 | 0.04 | 355.58 | 0.88 | 0.64 |
| Hex | F4 | 51 | 5D | 0 | 43 | 3E | 4 | 164 | 58 | 40 |
| Octal | 364 | 121 | 135 | 0 | 103 | 76 | 4 | 544 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1011101 | 0 | 1000011 | 111110 | 100 | 101100100 | 1011000 | 1000000 |
Color Harmonies of #F4515D
Complementary color
Monochromatic Colors of #F4515D
Black with #F4515D
Text Example
Text Example
White with #F4515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4515D; }
p { color: rgb(244,81,93); }
H1.HeaderClassName
{
color: #F4515D;
}
.AnyTagClassName
{
color: #F4515D;
}
</style>
background-color css
<style>
a { background-color: #F4515D; }
a { background-color: rgb(244,81,93); }
div.DivClassName
{
background-color: #F4515D;
}
.BgClassName
{
background-color: #F4515D;
}
</style>
border-color css
<style>
span { border-color: #F4515D; }
span { border-color: rgb(244,81,93); }
td.TdClassName
{
border-color: #F4515D;
}
.TagClassName
{
border-color: #F4515D;
}
</style>