Shades of Wild Watermelon #F9595D
Tints of Wild Watermelon #F9595D
RGB
CMYK
RGB Variations
Color information
#F9595D (or 0xF9595D) is known color: Wild Watermelon. HEX triplet: F9, 59 and 5D. RGB value is (249,89,93). Sum of RGB (Red+Green+Blue) = 249+89+93=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9595D is #06A6A2. Grayscale: #898989. Windows color (decimal): -435875 or 6117881. OLE color: 6117881.
HSL color Cylindrical-coordinate representation of color #F9595D: hue angle of 358.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9595D is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 93 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.02 |
| HSL | 358.5º | 0.93% | 0.66% | - |
| HSV(B) | 358.5º | 0.64% | 0.98% | - |
| XYZ | 44.62 | 28.07 | 13.42 | - |
| YUV | 137.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 93 | 0 | 0.64 | 0.63 | 0.02 | 358.5 | 0.93 | 0.66 |
| Hex | F9 | 59 | 5D | 0 | 40 | 3F | 2 | 166 | 5D | 42 |
| Octal | 371 | 131 | 135 | 0 | 100 | 77 | 2 | 546 | 135 | 102 |
| Binary | 11111001 | 1011001 | 1011101 | 0 | 1000000 | 111111 | 10 | 101100110 | 1011101 | 1000010 |
Color Harmonies of #F9595D
Complementary color
Monochromatic Colors of #F9595D
Black with #F9595D
Text Example
Text Example
White with #F9595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9595D; }
p { color: rgb(249,89,93); }
H1.HeaderClassName
{
color: #F9595D;
}
.AnyTagClassName
{
color: #F9595D;
}
</style>
background-color css
<style>
a { background-color: #F9595D; }
a { background-color: rgb(249,89,93); }
div.DivClassName
{
background-color: #F9595D;
}
.BgClassName
{
background-color: #F9595D;
}
</style>
border-color css
<style>
span { border-color: #F9595D; }
span { border-color: rgb(249,89,93); }
td.TdClassName
{
border-color: #F9595D;
}
.TagClassName
{
border-color: #F9595D;
}
</style>