Shades of Wild Watermelon #F7585D
Tints of Wild Watermelon #F7585D
RGB
CMYK
RGB Variations
Color information
#F7585D (or 0xF7585D) is known color: Wild Watermelon. HEX triplet: F7, 58 and 5D. RGB value is (247,88,93). Sum of RGB (Red+Green+Blue) = 247+88+93=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7585D is #08A7A2. Grayscale: #888888. Windows color (decimal): -567203 or 6117623. OLE color: 6117623.
HSL color Cylindrical-coordinate representation of color #F7585D: hue angle of 358.11º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7585D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 93 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.03 |
| HSL | 358.11º | 0.91% | 0.66% | - |
| HSV(B) | 358.11º | 0.64% | 0.97% | - |
| XYZ | 43.82 | 27.54 | 13.36 | - |
| YUV | 136.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 93 | 0 | 0.64 | 0.62 | 0.03 | 358.11 | 0.91 | 0.66 |
| Hex | F7 | 58 | 5D | 0 | 40 | 3E | 3 | 166 | 5B | 42 |
| Octal | 367 | 130 | 135 | 0 | 100 | 76 | 3 | 546 | 133 | 102 |
| Binary | 11110111 | 1011000 | 1011101 | 0 | 1000000 | 111110 | 11 | 101100110 | 1011011 | 1000010 |
Color Harmonies of #F7585D
Complementary color
Monochromatic Colors of #F7585D
Black with #F7585D
Text Example
Text Example
White with #F7585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7585D; }
p { color: rgb(247,88,93); }
H1.HeaderClassName
{
color: #F7585D;
}
.AnyTagClassName
{
color: #F7585D;
}
</style>
background-color css
<style>
a { background-color: #F7585D; }
a { background-color: rgb(247,88,93); }
div.DivClassName
{
background-color: #F7585D;
}
.BgClassName
{
background-color: #F7585D;
}
</style>
border-color css
<style>
span { border-color: #F7585D; }
span { border-color: rgb(247,88,93); }
td.TdClassName
{
border-color: #F7585D;
}
.TagClassName
{
border-color: #F7585D;
}
</style>