Shades of Wild Watermelon #F94F77
Tints of Wild Watermelon #F94F77
RGB
CMYK
RGB Variations
Color information
#F94F77 (or 0xF94F77) is known color: Wild Watermelon. HEX triplet: F9, 4F and 77. RGB value is (249,79,119). Sum of RGB (Red+Green+Blue) = 249+79+119=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F77 is #06B088. Grayscale: #868686. Windows color (decimal): -438409 or 7819257. OLE color: 7819257.
HSL color Cylindrical-coordinate representation of color #F94F77: hue angle of 345.88º 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 #F94F77 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 119 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.02 |
| HSL | 345.88º | 0.93% | 0.64% | - |
| HSV(B) | 345.88º | 0.68% | 0.98% | - |
| XYZ | 45.19 | 27.06 | 20.29 | - |
| YUV | 134.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 119 | 0 | 0.68 | 0.52 | 0.02 | 345.88 | 0.93 | 0.64 |
| Hex | F9 | 4F | 77 | 0 | 44 | 34 | 2 | 15A | 5D | 40 |
| Octal | 371 | 117 | 167 | 0 | 104 | 64 | 2 | 532 | 135 | 100 |
| Binary | 11111001 | 1001111 | 1110111 | 0 | 1000100 | 110100 | 10 | 101011010 | 1011101 | 1000000 |
Color Harmonies of #F94F77
Complementary color
Monochromatic Colors of #F94F77
Black with #F94F77
Text Example
Text Example
White with #F94F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94F77; }
p { color: rgb(249,79,119); }
H1.HeaderClassName
{
color: #F94F77;
}
.AnyTagClassName
{
color: #F94F77;
}
</style>
background-color css
<style>
a { background-color: #F94F77; }
a { background-color: rgb(249,79,119); }
div.DivClassName
{
background-color: #F94F77;
}
.BgClassName
{
background-color: #F94F77;
}
</style>
border-color css
<style>
span { border-color: #F94F77; }
span { border-color: rgb(249,79,119); }
td.TdClassName
{
border-color: #F94F77;
}
.TagClassName
{
border-color: #F94F77;
}
</style>