Shades of Wild Watermelon #F94D64
Tints of Wild Watermelon #F94D64
RGB
CMYK
RGB Variations
Color information
#F94D64 (or 0xF94D64) is known color: Wild Watermelon. HEX triplet: F9, 4D and 64. RGB value is (249,77,100). Sum of RGB (Red+Green+Blue) = 249+77+100=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D64 is #06B29B. Grayscale: #838383. Windows color (decimal): -438940 or 6573561. OLE color: 6573561.
HSL color Cylindrical-coordinate representation of color #F94D64: hue angle of 351.98º 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 #F94D64 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 100 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.02 |
| HSL | 351.98º | 0.93% | 0.64% | - |
| HSV(B) | 351.98º | 0.69% | 0.98% | - |
| XYZ | 44.02 | 26.37 | 14.83 | - |
| YUV | 131.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 100 | 0 | 0.69 | 0.60 | 0.02 | 351.98 | 0.93 | 0.64 |
| Hex | F9 | 4D | 64 | 0 | 45 | 3C | 2 | 160 | 5D | 40 |
| Octal | 371 | 115 | 144 | 0 | 105 | 74 | 2 | 540 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1100100 | 0 | 1000101 | 111100 | 10 | 101100000 | 1011101 | 1000000 |
Color Harmonies of #F94D64
Complementary color
Monochromatic Colors of #F94D64
Black with #F94D64
Text Example
Text Example
White with #F94D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D64; }
p { color: rgb(249,77,100); }
H1.HeaderClassName
{
color: #F94D64;
}
.AnyTagClassName
{
color: #F94D64;
}
</style>
background-color css
<style>
a { background-color: #F94D64; }
a { background-color: rgb(249,77,100); }
div.DivClassName
{
background-color: #F94D64;
}
.BgClassName
{
background-color: #F94D64;
}
</style>
border-color css
<style>
span { border-color: #F94D64; }
span { border-color: rgb(249,77,100); }
td.TdClassName
{
border-color: #F94D64;
}
.TagClassName
{
border-color: #F94D64;
}
</style>