Shades of Wild Watermelon #F94D76
Tints of Wild Watermelon #F94D76
RGB
CMYK
RGB Variations
Color information
#F94D76 (or 0xF94D76) is known color: Wild Watermelon. HEX triplet: F9, 4D and 76. RGB value is (249,77,118). Sum of RGB (Red+Green+Blue) = 249+77+118=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D76 is #06B289. Grayscale: #858585. Windows color (decimal): -438922 or 7753209. OLE color: 7753209.
HSL color Cylindrical-coordinate representation of color #F94D76: hue angle of 345.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94D76 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 118 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.02 |
| HSL | 345.7º | 0.93% | 0.64% | - |
| HSV(B) | 345.7º | 0.69% | 0.98% | - |
| XYZ | 44.99 | 26.76 | 19.93 | - |
| YUV | 133.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 118 | 0 | 0.69 | 0.53 | 0.02 | 345.7 | 0.93 | 0.64 |
| Hex | F9 | 4D | 76 | 0 | 45 | 35 | 2 | 15A | 5D | 40 |
| Octal | 371 | 115 | 166 | 0 | 105 | 65 | 2 | 532 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1110110 | 0 | 1000101 | 110101 | 10 | 101011010 | 1011101 | 1000000 |
Color Harmonies of #F94D76
Complementary color
Monochromatic Colors of #F94D76
Black with #F94D76
Text Example
Text Example
White with #F94D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D76; }
p { color: rgb(249,77,118); }
H1.HeaderClassName
{
color: #F94D76;
}
.AnyTagClassName
{
color: #F94D76;
}
</style>
background-color css
<style>
a { background-color: #F94D76; }
a { background-color: rgb(249,77,118); }
div.DivClassName
{
background-color: #F94D76;
}
.BgClassName
{
background-color: #F94D76;
}
</style>
border-color css
<style>
span { border-color: #F94D76; }
span { border-color: rgb(249,77,118); }
td.TdClassName
{
border-color: #F94D76;
}
.TagClassName
{
border-color: #F94D76;
}
</style>