Shades of Wild Watermelon #F96972
Tints of Wild Watermelon #F96972
RGB
CMYK
RGB Variations
Color information
#F96972 (or 0xF96972) is known color: Wild Watermelon. HEX triplet: F9, 69 and 72. RGB value is (249,105,114). Sum of RGB (Red+Green+Blue) = 249+105+114=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F96972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96972 is #06968D. Grayscale: #959595. Windows color (decimal): -431758 or 7498233. OLE color: 7498233.
HSL color Cylindrical-coordinate representation of color #F96972: hue angle of 356.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96972 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 114 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.02 |
| HSL | 356.25º | 0.92% | 0.69% | - |
| HSV(B) | 356.25º | 0.58% | 0.98% | - |
| XYZ | 47.16 | 31.46 | 19.51 | - |
| YUV | 149.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 114 | 0 | 0.58 | 0.54 | 0.02 | 356.25 | 0.92 | 0.69 |
| Hex | F9 | 69 | 72 | 0 | 3A | 36 | 2 | 164 | 5C | 45 |
| Octal | 371 | 151 | 162 | 0 | 72 | 66 | 2 | 544 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1110010 | 0 | 111010 | 110110 | 10 | 101100100 | 1011100 | 1000101 |
Color Harmonies of #F96972
Complementary color
Monochromatic Colors of #F96972
Black with #F96972
Text Example
Text Example
White with #F96972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96972; }
p { color: rgb(249,105,114); }
H1.HeaderClassName
{
color: #F96972;
}
.AnyTagClassName
{
color: #F96972;
}
</style>
background-color css
<style>
a { background-color: #F96972; }
a { background-color: rgb(249,105,114); }
div.DivClassName
{
background-color: #F96972;
}
.BgClassName
{
background-color: #F96972;
}
</style>
border-color css
<style>
span { border-color: #F96972; }
span { border-color: rgb(249,105,114); }
td.TdClassName
{
border-color: #F96972;
}
.TagClassName
{
border-color: #F96972;
}
</style>