Shades of Wild Watermelon #F96A74
Tints of Wild Watermelon #F96A74
RGB
CMYK
RGB Variations
Color information
#F96A74 (or 0xF96A74) is known color: Wild Watermelon. HEX triplet: F9, 6A and 74. RGB value is (249,106,116). Sum of RGB (Red+Green+Blue) = 249+106+116=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A74 is #06958B. Grayscale: #969696. Windows color (decimal): -431500 or 7629561. OLE color: 7629561.
HSL color Cylindrical-coordinate representation of color #F96A74: hue angle of 355.8º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96A74 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 116 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.02 |
| HSL | 355.8º | 0.92% | 0.7% | - |
| HSV(B) | 355.8º | 0.57% | 0.98% | - |
| XYZ | 47.37 | 31.71 | 20.15 | - |
| YUV | 149.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 116 | 0 | 0.57 | 0.53 | 0.02 | 355.8 | 0.92 | 0.7 |
| Hex | F9 | 6A | 74 | 0 | 39 | 35 | 2 | 164 | 5C | 46 |
| Octal | 371 | 152 | 164 | 0 | 71 | 65 | 2 | 544 | 134 | 106 |
| Binary | 11111001 | 1101010 | 1110100 | 0 | 111001 | 110101 | 10 | 101100100 | 1011100 | 1000110 |
Color Harmonies of #F96A74
Complementary color
Monochromatic Colors of #F96A74
Black with #F96A74
Text Example
Text Example
White with #F96A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A74; }
p { color: rgb(249,106,116); }
H1.HeaderClassName
{
color: #F96A74;
}
.AnyTagClassName
{
color: #F96A74;
}
</style>
background-color css
<style>
a { background-color: #F96A74; }
a { background-color: rgb(249,106,116); }
div.DivClassName
{
background-color: #F96A74;
}
.BgClassName
{
background-color: #F96A74;
}
</style>
border-color css
<style>
span { border-color: #F96A74; }
span { border-color: rgb(249,106,116); }
td.TdClassName
{
border-color: #F96A74;
}
.TagClassName
{
border-color: #F96A74;
}
</style>