Shades of Wild Watermelon #F9565C
Tints of Wild Watermelon #F9565C
RGB
CMYK
RGB Variations
Color information
#F9565C (or 0xF9565C) is known color: Wild Watermelon. HEX triplet: F9, 56 and 5C. RGB value is (249,86,92). Sum of RGB (Red+Green+Blue) = 249+86+92=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9565C is #06A9A3. Grayscale: #878787. Windows color (decimal): -436644 or 6051577. OLE color: 6051577.
HSL color Cylindrical-coordinate representation of color #F9565C: hue angle of 357.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9565C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 92 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.02 |
| HSL | 357.79º | 0.93% | 0.66% | - |
| HSV(B) | 357.79º | 0.65% | 0.98% | - |
| XYZ | 44.33 | 27.57 | 13.11 | - |
| YUV | 135.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 92 | 0 | 0.65 | 0.63 | 0.02 | 357.79 | 0.93 | 0.66 |
| Hex | F9 | 56 | 5C | 0 | 41 | 3F | 2 | 166 | 5D | 42 |
| Octal | 371 | 126 | 134 | 0 | 101 | 77 | 2 | 546 | 135 | 102 |
| Binary | 11111001 | 1010110 | 1011100 | 0 | 1000001 | 111111 | 10 | 101100110 | 1011101 | 1000010 |
Color Harmonies of #F9565C
Complementary color
Monochromatic Colors of #F9565C
Black with #F9565C
Text Example
Text Example
White with #F9565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9565C; }
p { color: rgb(249,86,92); }
H1.HeaderClassName
{
color: #F9565C;
}
.AnyTagClassName
{
color: #F9565C;
}
</style>
background-color css
<style>
a { background-color: #F9565C; }
a { background-color: rgb(249,86,92); }
div.DivClassName
{
background-color: #F9565C;
}
.BgClassName
{
background-color: #F9565C;
}
</style>
border-color css
<style>
span { border-color: #F9565C; }
span { border-color: rgb(249,86,92); }
td.TdClassName
{
border-color: #F9565C;
}
.TagClassName
{
border-color: #F9565C;
}
</style>