Shades of Wild Watermelon #F9516D
Tints of Wild Watermelon #F9516D
RGB
CMYK
RGB Variations
Color information
#F9516D (or 0xF9516D) is known color: Wild Watermelon. HEX triplet: F9, 51 and 6D. RGB value is (249,81,109). Sum of RGB (Red+Green+Blue) = 249+81+109=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9516D is #06AE92. Grayscale: #868686. Windows color (decimal): -437907 or 7164409. OLE color: 7164409.
HSL color Cylindrical-coordinate representation of color #F9516D: hue angle of 350º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9516D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 109 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.02 |
| HSL | 350º | 0.93% | 0.65% | - |
| HSV(B) | 350º | 0.67% | 0.98% | - |
| XYZ | 44.77 | 27.13 | 17.34 | - |
| YUV | 134.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 109 | 0 | 0.67 | 0.56 | 0.02 | 350 | 0.93 | 0.65 |
| Hex | F9 | 51 | 6D | 0 | 43 | 38 | 2 | 15E | 5D | 41 |
| Octal | 371 | 121 | 155 | 0 | 103 | 70 | 2 | 536 | 135 | 101 |
| Binary | 11111001 | 1010001 | 1101101 | 0 | 1000011 | 111000 | 10 | 101011110 | 1011101 | 1000001 |
Color Harmonies of #F9516D
Complementary color
Monochromatic Colors of #F9516D
Black with #F9516D
Text Example
Text Example
White with #F9516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9516D; }
p { color: rgb(249,81,109); }
H1.HeaderClassName
{
color: #F9516D;
}
.AnyTagClassName
{
color: #F9516D;
}
</style>
background-color css
<style>
a { background-color: #F9516D; }
a { background-color: rgb(249,81,109); }
div.DivClassName
{
background-color: #F9516D;
}
.BgClassName
{
background-color: #F9516D;
}
</style>
border-color css
<style>
span { border-color: #F9516D; }
span { border-color: rgb(249,81,109); }
td.TdClassName
{
border-color: #F9516D;
}
.TagClassName
{
border-color: #F9516D;
}
</style>