Shades of Wild Watermelon #F94F74
Tints of Wild Watermelon #F94F74
RGB
CMYK
RGB Variations
Color information
#F94F74 (or 0xF94F74) is known color: Wild Watermelon. HEX triplet: F9, 4F and 74. RGB value is (249,79,116). Sum of RGB (Red+Green+Blue) = 249+79+116=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F74 is #06B08B. Grayscale: #868686. Windows color (decimal): -438412 or 7622649. OLE color: 7622649.
HSL color Cylindrical-coordinate representation of color #F94F74: hue angle of 346.94º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94F74 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 116 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.02 |
| HSL | 346.94º | 0.93% | 0.64% | - |
| HSV(B) | 346.94º | 0.68% | 0.98% | - |
| XYZ | 45.02 | 26.99 | 19.36 | - |
| YUV | 134.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 116 | 0 | 0.68 | 0.53 | 0.02 | 346.94 | 0.93 | 0.64 |
| Hex | F9 | 4F | 74 | 0 | 44 | 35 | 2 | 15B | 5D | 40 |
| Octal | 371 | 117 | 164 | 0 | 104 | 65 | 2 | 533 | 135 | 100 |
| Binary | 11111001 | 1001111 | 1110100 | 0 | 1000100 | 110101 | 10 | 101011011 | 1011101 | 1000000 |
Color Harmonies of #F94F74
Complementary color
Monochromatic Colors of #F94F74
Black with #F94F74
Text Example
Text Example
White with #F94F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94F74; }
p { color: rgb(249,79,116); }
H1.HeaderClassName
{
color: #F94F74;
}
.AnyTagClassName
{
color: #F94F74;
}
</style>
background-color css
<style>
a { background-color: #F94F74; }
a { background-color: rgb(249,79,116); }
div.DivClassName
{
background-color: #F94F74;
}
.BgClassName
{
background-color: #F94F74;
}
</style>
border-color css
<style>
span { border-color: #F94F74; }
span { border-color: rgb(249,79,116); }
td.TdClassName
{
border-color: #F94F74;
}
.TagClassName
{
border-color: #F94F74;
}
</style>