Shades of Wild Watermelon #F94D69
Tints of Wild Watermelon #F94D69
RGB
CMYK
RGB Variations
Color information
#F94D69 (or 0xF94D69) is known color: Wild Watermelon. HEX triplet: F9, 4D and 69. RGB value is (249,77,105). Sum of RGB (Red+Green+Blue) = 249+77+105=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D69 is #06B296. Grayscale: #838383. Windows color (decimal): -438935 or 6901241. OLE color: 6901241.
HSL color Cylindrical-coordinate representation of color #F94D69: hue angle of 350.23º 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 #F94D69 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 105 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.02 |
| HSL | 350.23º | 0.93% | 0.64% | - |
| HSV(B) | 350.23º | 0.69% | 0.98% | - |
| XYZ | 44.27 | 26.47 | 16.14 | - |
| YUV | 131.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 105 | 0 | 0.69 | 0.58 | 0.02 | 350.23 | 0.93 | 0.64 |
| Hex | F9 | 4D | 69 | 0 | 45 | 3A | 2 | 15E | 5D | 40 |
| Octal | 371 | 115 | 151 | 0 | 105 | 72 | 2 | 536 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1101001 | 0 | 1000101 | 111010 | 10 | 101011110 | 1011101 | 1000000 |
Color Harmonies of #F94D69
Complementary color
Monochromatic Colors of #F94D69
Black with #F94D69
Text Example
Text Example
White with #F94D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D69; }
p { color: rgb(249,77,105); }
H1.HeaderClassName
{
color: #F94D69;
}
.AnyTagClassName
{
color: #F94D69;
}
</style>
background-color css
<style>
a { background-color: #F94D69; }
a { background-color: rgb(249,77,105); }
div.DivClassName
{
background-color: #F94D69;
}
.BgClassName
{
background-color: #F94D69;
}
</style>
border-color css
<style>
span { border-color: #F94D69; }
span { border-color: rgb(249,77,105); }
td.TdClassName
{
border-color: #F94D69;
}
.TagClassName
{
border-color: #F94D69;
}
</style>