Shades of Wild Watermelon #F96573
Tints of Wild Watermelon #F96573
RGB
CMYK
RGB Variations
Color information
#F96573 (or 0xF96573) is known color: Wild Watermelon. HEX triplet: F9, 65 and 73. RGB value is (249,101,115). Sum of RGB (Red+Green+Blue) = 249+101+115=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F96573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96573 is #069A8C. Grayscale: #929292. Windows color (decimal): -432781 or 7562745. OLE color: 7562745.
HSL color Cylindrical-coordinate representation of color #F96573: hue angle of 354.32º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96573 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 115 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.02 |
| HSL | 354.32º | 0.93% | 0.69% | - |
| HSV(B) | 354.32º | 0.59% | 0.98% | - |
| XYZ | 46.82 | 30.68 | 19.68 | - |
| YUV | 146.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 115 | 0 | 0.59 | 0.54 | 0.02 | 354.32 | 0.93 | 0.69 |
| Hex | F9 | 65 | 73 | 0 | 3B | 36 | 2 | 162 | 5C | 45 |
| Octal | 371 | 145 | 163 | 0 | 73 | 66 | 2 | 542 | 134 | 105 |
| Binary | 11111001 | 1100101 | 1110011 | 0 | 111011 | 110110 | 10 | 101100010 | 1011100 | 1000101 |
Color Harmonies of #F96573
Complementary color
Monochromatic Colors of #F96573
Black with #F96573
Text Example
Text Example
White with #F96573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96573; }
p { color: rgb(249,101,115); }
H1.HeaderClassName
{
color: #F96573;
}
.AnyTagClassName
{
color: #F96573;
}
</style>
background-color css
<style>
a { background-color: #F96573; }
a { background-color: rgb(249,101,115); }
div.DivClassName
{
background-color: #F96573;
}
.BgClassName
{
background-color: #F96573;
}
</style>
border-color css
<style>
span { border-color: #F96573; }
span { border-color: rgb(249,101,115); }
td.TdClassName
{
border-color: #F96573;
}
.TagClassName
{
border-color: #F96573;
}
</style>