Shades of Wild Watermelon #F9545C
Tints of Wild Watermelon #F9545C
RGB
CMYK
RGB Variations
Color information
#F9545C (or 0xF9545C) is known color: Wild Watermelon. HEX triplet: F9, 54 and 5C. RGB value is (249,84,92). Sum of RGB (Red+Green+Blue) = 249+84+92=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9545C is #06ABA3. Grayscale: #868686. Windows color (decimal): -437156 or 6051065. OLE color: 6051065.
HSL color Cylindrical-coordinate representation of color #F9545C: hue angle of 357.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9545C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 92 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.02 |
| HSL | 357.09º | 0.93% | 0.65% | - |
| HSV(B) | 357.09º | 0.66% | 0.98% | - |
| XYZ | 44.17 | 27.25 | 13.06 | - |
| YUV | 134.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 92 | 0 | 0.66 | 0.63 | 0.02 | 357.09 | 0.93 | 0.65 |
| Hex | F9 | 54 | 5C | 0 | 42 | 3F | 2 | 165 | 5D | 41 |
| Octal | 371 | 124 | 134 | 0 | 102 | 77 | 2 | 545 | 135 | 101 |
| Binary | 11111001 | 1010100 | 1011100 | 0 | 1000010 | 111111 | 10 | 101100101 | 1011101 | 1000001 |
Color Harmonies of #F9545C
Complementary color
Monochromatic Colors of #F9545C
Black with #F9545C
Text Example
Text Example
White with #F9545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9545C; }
p { color: rgb(249,84,92); }
H1.HeaderClassName
{
color: #F9545C;
}
.AnyTagClassName
{
color: #F9545C;
}
</style>
background-color css
<style>
a { background-color: #F9545C; }
a { background-color: rgb(249,84,92); }
div.DivClassName
{
background-color: #F9545C;
}
.BgClassName
{
background-color: #F9545C;
}
</style>
border-color css
<style>
span { border-color: #F9545C; }
span { border-color: rgb(249,84,92); }
td.TdClassName
{
border-color: #F9545C;
}
.TagClassName
{
border-color: #F9545C;
}
</style>