Shades of Wild Watermelon #F94D6B
Tints of Wild Watermelon #F94D6B
RGB
CMYK
RGB Variations
Color information
#F94D6B (or 0xF94D6B) is known color: Wild Watermelon. HEX triplet: F9, 4D and 6B. RGB value is (249,77,107). Sum of RGB (Red+Green+Blue) = 249+77+107=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D6B is #06B294. Grayscale: #838383. Windows color (decimal): -438933 or 7032313. OLE color: 7032313.
HSL color Cylindrical-coordinate representation of color #F94D6B: hue angle of 349.53º 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 #F94D6B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 107 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.02 |
| HSL | 349.53º | 0.93% | 0.64% | - |
| HSV(B) | 349.53º | 0.69% | 0.98% | - |
| XYZ | 44.37 | 26.51 | 16.69 | - |
| YUV | 131.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 107 | 0 | 0.69 | 0.57 | 0.02 | 349.53 | 0.93 | 0.64 |
| Hex | F9 | 4D | 6B | 0 | 45 | 39 | 2 | 15E | 5D | 40 |
| Octal | 371 | 115 | 153 | 0 | 105 | 71 | 2 | 536 | 135 | 100 |
| Binary | 11111001 | 1001101 | 1101011 | 0 | 1000101 | 111001 | 10 | 101011110 | 1011101 | 1000000 |
Color Harmonies of #F94D6B
Complementary color
Monochromatic Colors of #F94D6B
Black with #F94D6B
Text Example
Text Example
White with #F94D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D6B; }
p { color: rgb(249,77,107); }
H1.HeaderClassName
{
color: #F94D6B;
}
.AnyTagClassName
{
color: #F94D6B;
}
</style>
background-color css
<style>
a { background-color: #F94D6B; }
a { background-color: rgb(249,77,107); }
div.DivClassName
{
background-color: #F94D6B;
}
.BgClassName
{
background-color: #F94D6B;
}
</style>
border-color css
<style>
span { border-color: #F94D6B; }
span { border-color: rgb(249,77,107); }
td.TdClassName
{
border-color: #F94D6B;
}
.TagClassName
{
border-color: #F94D6B;
}
</style>