Shades of Wild Watermelon #F14D71
Tints of Wild Watermelon #F14D71
RGB
CMYK
RGB Variations
Color information
#F14D71 (or 0xF14D71) is known color: Wild Watermelon. HEX triplet: F1, 4D and 71. RGB value is (241,77,113). Sum of RGB (Red+Green+Blue) = 241+77+113=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D71 is #0EB28E. Grayscale: #828282. Windows color (decimal): -963215 or 7425521. OLE color: 7425521.
HSL color Cylindrical-coordinate representation of color #F14D71: hue angle of 346.83º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14D71 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 113 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.05 |
| HSL | 346.83º | 0.85% | 0.62% | - |
| HSV(B) | 346.83º | 0.68% | 0.95% | - |
| XYZ | 41.91 | 25.2 | 18.28 | - |
| YUV | 130.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 113 | 0 | 0.68 | 0.53 | 0.05 | 346.83 | 0.85 | 0.62 |
| Hex | F1 | 4D | 71 | 0 | 44 | 35 | 5 | 15B | 55 | 3E |
| Octal | 361 | 115 | 161 | 0 | 104 | 65 | 5 | 533 | 125 | 76 |
| Binary | 11110001 | 1001101 | 1110001 | 0 | 1000100 | 110101 | 101 | 101011011 | 1010101 | 111110 |
Color Harmonies of #F14D71
Complementary color
Monochromatic Colors of #F14D71
Black with #F14D71
Text Example
Text Example
White with #F14D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D71; }
p { color: rgb(241,77,113); }
H1.HeaderClassName
{
color: #F14D71;
}
.AnyTagClassName
{
color: #F14D71;
}
</style>
background-color css
<style>
a { background-color: #F14D71; }
a { background-color: rgb(241,77,113); }
div.DivClassName
{
background-color: #F14D71;
}
.BgClassName
{
background-color: #F14D71;
}
</style>
border-color css
<style>
span { border-color: #F14D71; }
span { border-color: rgb(241,77,113); }
td.TdClassName
{
border-color: #F14D71;
}
.TagClassName
{
border-color: #F14D71;
}
</style>