Shades of Wild Watermelon #F94C65
Tints of Wild Watermelon #F94C65
RGB
CMYK
RGB Variations
Color information
#F94C65 (or 0xF94C65) is known color: Wild Watermelon. HEX triplet: F9, 4C and 65. RGB value is (249,76,101). Sum of RGB (Red+Green+Blue) = 249+76+101=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C65 is #06B39A. Grayscale: #828282. Windows color (decimal): -439195 or 6638841. OLE color: 6638841.
HSL color Cylindrical-coordinate representation of color #F94C65: hue angle of 351.33º 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 #F94C65 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 101 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.02 |
| HSL | 351.33º | 0.94% | 0.64% | - |
| HSV(B) | 351.33º | 0.69% | 0.98% | - |
| XYZ | 44 | 26.25 | 15.06 | - |
| YUV | 130.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 101 | 0 | 0.69 | 0.59 | 0.02 | 351.33 | 0.94 | 0.64 |
| Hex | F9 | 4C | 65 | 0 | 45 | 3B | 2 | 15F | 5E | 40 |
| Octal | 371 | 114 | 145 | 0 | 105 | 73 | 2 | 537 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1100101 | 0 | 1000101 | 111011 | 10 | 101011111 | 1011110 | 1000000 |
Color Harmonies of #F94C65
Complementary color
Monochromatic Colors of #F94C65
Black with #F94C65
Text Example
Text Example
White with #F94C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C65; }
p { color: rgb(249,76,101); }
H1.HeaderClassName
{
color: #F94C65;
}
.AnyTagClassName
{
color: #F94C65;
}
</style>
background-color css
<style>
a { background-color: #F94C65; }
a { background-color: rgb(249,76,101); }
div.DivClassName
{
background-color: #F94C65;
}
.BgClassName
{
background-color: #F94C65;
}
</style>
border-color css
<style>
span { border-color: #F94C65; }
span { border-color: rgb(249,76,101); }
td.TdClassName
{
border-color: #F94C65;
}
.TagClassName
{
border-color: #F94C65;
}
</style>