Shades of Wild Watermelon #F96370
Tints of Wild Watermelon #F96370
RGB
CMYK
RGB Variations
Color information
#F96370 (or 0xF96370) is known color: Wild Watermelon. HEX triplet: F9, 63 and 70. RGB value is (249,99,112). Sum of RGB (Red+Green+Blue) = 249+99+112=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F96370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96370 is #069C8F. Grayscale: #919191. Windows color (decimal): -433296 or 7365625. OLE color: 7365625.
HSL color Cylindrical-coordinate representation of color #F96370: hue angle of 354.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96370 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 112 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.02 |
| HSL | 354.8º | 0.93% | 0.68% | - |
| HSV(B) | 354.8º | 0.6% | 0.98% | - |
| XYZ | 46.45 | 30.23 | 18.72 | - |
| YUV | 145.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 112 | 0 | 0.60 | 0.55 | 0.02 | 354.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | 70 | 0 | 3C | 37 | 2 | 163 | 5D | 44 |
| Octal | 371 | 143 | 160 | 0 | 74 | 67 | 2 | 543 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1110000 | 0 | 111100 | 110111 | 10 | 101100011 | 1011101 | 1000100 |
Color Harmonies of #F96370
Complementary color
Monochromatic Colors of #F96370
Black with #F96370
Text Example
Text Example
White with #F96370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96370; }
p { color: rgb(249,99,112); }
H1.HeaderClassName
{
color: #F96370;
}
.AnyTagClassName
{
color: #F96370;
}
</style>
background-color css
<style>
a { background-color: #F96370; }
a { background-color: rgb(249,99,112); }
div.DivClassName
{
background-color: #F96370;
}
.BgClassName
{
background-color: #F96370;
}
</style>
border-color css
<style>
span { border-color: #F96370; }
span { border-color: rgb(249,99,112); }
td.TdClassName
{
border-color: #F96370;
}
.TagClassName
{
border-color: #F96370;
}
</style>