Shades of Wild Watermelon #F94E74
Tints of Wild Watermelon #F94E74
RGB
CMYK
RGB Variations
Color information
#F94E74 (or 0xF94E74) is known color: Wild Watermelon. HEX triplet: F9, 4E and 74. RGB value is (249,78,116). Sum of RGB (Red+Green+Blue) = 249+78+116=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E74 is #06B18B. Grayscale: #858585. Windows color (decimal): -438668 or 7622393. OLE color: 7622393.
HSL color Cylindrical-coordinate representation of color #F94E74: hue angle of 346.67º 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 #F94E74 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 116 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.02 |
| HSL | 346.67º | 0.93% | 0.64% | - |
| HSV(B) | 346.67º | 0.69% | 0.98% | - |
| XYZ | 44.94 | 26.85 | 19.34 | - |
| YUV | 133.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 116 | 0 | 0.69 | 0.53 | 0.02 | 346.67 | 0.93 | 0.64 |
| Hex | F9 | 4E | 74 | 0 | 45 | 35 | 2 | 15B | 5D | 40 |
| Octal | 371 | 116 | 164 | 0 | 105 | 65 | 2 | 533 | 135 | 100 |
| Binary | 11111001 | 1001110 | 1110100 | 0 | 1000101 | 110101 | 10 | 101011011 | 1011101 | 1000000 |
Color Harmonies of #F94E74
Complementary color
Monochromatic Colors of #F94E74
Black with #F94E74
Text Example
Text Example
White with #F94E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94E74; }
p { color: rgb(249,78,116); }
H1.HeaderClassName
{
color: #F94E74;
}
.AnyTagClassName
{
color: #F94E74;
}
</style>
background-color css
<style>
a { background-color: #F94E74; }
a { background-color: rgb(249,78,116); }
div.DivClassName
{
background-color: #F94E74;
}
.BgClassName
{
background-color: #F94E74;
}
</style>
border-color css
<style>
span { border-color: #F94E74; }
span { border-color: rgb(249,78,116); }
td.TdClassName
{
border-color: #F94E74;
}
.TagClassName
{
border-color: #F94E74;
}
</style>