Shades of Wild Watermelon #F9506F
Tints of Wild Watermelon #F9506F
RGB
CMYK
RGB Variations
Color information
#F9506F (or 0xF9506F) is known color: Wild Watermelon. HEX triplet: F9, 50 and 6F. RGB value is (249,80,111). Sum of RGB (Red+Green+Blue) = 249+80+111=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9506F is #06AF90. Grayscale: #868686. Windows color (decimal): -438161 or 7295225. OLE color: 7295225.
HSL color Cylindrical-coordinate representation of color #F9506F: hue angle of 348.99º 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 #F9506F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 111 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.02 |
| HSL | 348.99º | 0.93% | 0.65% | - |
| HSV(B) | 348.99º | 0.68% | 0.98% | - |
| XYZ | 44.8 | 27.02 | 17.89 | - |
| YUV | 134.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 111 | 0 | 0.68 | 0.55 | 0.02 | 348.99 | 0.93 | 0.65 |
| Hex | F9 | 50 | 6F | 0 | 44 | 37 | 2 | 15D | 5D | 41 |
| Octal | 371 | 120 | 157 | 0 | 104 | 67 | 2 | 535 | 135 | 101 |
| Binary | 11111001 | 1010000 | 1101111 | 0 | 1000100 | 110111 | 10 | 101011101 | 1011101 | 1000001 |
Color Harmonies of #F9506F
Complementary color
Monochromatic Colors of #F9506F
Black with #F9506F
Text Example
Text Example
White with #F9506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9506F; }
p { color: rgb(249,80,111); }
H1.HeaderClassName
{
color: #F9506F;
}
.AnyTagClassName
{
color: #F9506F;
}
</style>
background-color css
<style>
a { background-color: #F9506F; }
a { background-color: rgb(249,80,111); }
div.DivClassName
{
background-color: #F9506F;
}
.BgClassName
{
background-color: #F9506F;
}
</style>
border-color css
<style>
span { border-color: #F9506F; }
span { border-color: rgb(249,80,111); }
td.TdClassName
{
border-color: #F9506F;
}
.TagClassName
{
border-color: #F9506F;
}
</style>