Shades of Wild Watermelon #F9506E
Tints of Wild Watermelon #F9506E
RGB
CMYK
RGB Variations
Color information
#F9506E (or 0xF9506E) is known color: Wild Watermelon. HEX triplet: F9, 50 and 6E. RGB value is (249,80,110). Sum of RGB (Red+Green+Blue) = 249+80+110=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9506E is #06AF91. Grayscale: #868686. Windows color (decimal): -438162 or 7229689. OLE color: 7229689.
HSL color Cylindrical-coordinate representation of color #F9506E: hue angle of 349.35º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9506E is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 110 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.02 |
| HSL | 349.35º | 0.93% | 0.65% | - |
| HSV(B) | 349.35º | 0.68% | 0.98% | - |
| XYZ | 44.75 | 27 | 17.61 | - |
| YUV | 133.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 110 | 0 | 0.68 | 0.56 | 0.02 | 349.35 | 0.93 | 0.65 |
| Hex | F9 | 50 | 6E | 0 | 44 | 38 | 2 | 15D | 5D | 41 |
| Octal | 371 | 120 | 156 | 0 | 104 | 70 | 2 | 535 | 135 | 101 |
| Binary | 11111001 | 1010000 | 1101110 | 0 | 1000100 | 111000 | 10 | 101011101 | 1011101 | 1000001 |
Color Harmonies of #F9506E
Complementary color
Monochromatic Colors of #F9506E
Black with #F9506E
Text Example
Text Example
White with #F9506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9506E; }
p { color: rgb(249,80,110); }
H1.HeaderClassName
{
color: #F9506E;
}
.AnyTagClassName
{
color: #F9506E;
}
</style>
background-color css
<style>
a { background-color: #F9506E; }
a { background-color: rgb(249,80,110); }
div.DivClassName
{
background-color: #F9506E;
}
.BgClassName
{
background-color: #F9506E;
}
</style>
border-color css
<style>
span { border-color: #F9506E; }
span { border-color: rgb(249,80,110); }
td.TdClassName
{
border-color: #F9506E;
}
.TagClassName
{
border-color: #F9506E;
}
</style>