Shades of Wild Watermelon #F94C73
Tints of Wild Watermelon #F94C73
RGB
CMYK
RGB Variations
Color information
#F94C73 (or 0xF94C73) is known color: Wild Watermelon. HEX triplet: F9, 4C and 73. RGB value is (249,76,115). Sum of RGB (Red+Green+Blue) = 249+76+115=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C73 is #06B38C. Grayscale: #848484. Windows color (decimal): -439181 or 7556345. OLE color: 7556345.
HSL color Cylindrical-coordinate representation of color #F94C73: hue angle of 346.47º degrees, saturation: 0.94, 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 #F94C73 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 115 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.02 |
| HSL | 346.47º | 0.94% | 0.64% | - |
| HSV(B) | 346.47º | 0.69% | 0.98% | - |
| XYZ | 44.75 | 26.55 | 18.99 | - |
| YUV | 132.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 115 | 0 | 0.69 | 0.54 | 0.02 | 346.47 | 0.94 | 0.64 |
| Hex | F9 | 4C | 73 | 0 | 45 | 36 | 2 | 15A | 5E | 40 |
| Octal | 371 | 114 | 163 | 0 | 105 | 66 | 2 | 532 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1110011 | 0 | 1000101 | 110110 | 10 | 101011010 | 1011110 | 1000000 |
Color Harmonies of #F94C73
Complementary color
Monochromatic Colors of #F94C73
Black with #F94C73
Text Example
Text Example
White with #F94C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C73; }
p { color: rgb(249,76,115); }
H1.HeaderClassName
{
color: #F94C73;
}
.AnyTagClassName
{
color: #F94C73;
}
</style>
background-color css
<style>
a { background-color: #F94C73; }
a { background-color: rgb(249,76,115); }
div.DivClassName
{
background-color: #F94C73;
}
.BgClassName
{
background-color: #F94C73;
}
</style>
border-color css
<style>
span { border-color: #F94C73; }
span { border-color: rgb(249,76,115); }
td.TdClassName
{
border-color: #F94C73;
}
.TagClassName
{
border-color: #F94C73;
}
</style>