Shades of Wild Watermelon #F7555D
Tints of Wild Watermelon #F7555D
RGB
CMYK
RGB Variations
Color information
#F7555D (or 0xF7555D) is known color: Wild Watermelon. HEX triplet: F7, 55 and 5D. RGB value is (247,85,93). Sum of RGB (Red+Green+Blue) = 247+85+93=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7555D is #08AAA2. Grayscale: #868686. Windows color (decimal): -567971 or 6116855. OLE color: 6116855.
HSL color Cylindrical-coordinate representation of color #F7555D: hue angle of 357.04º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7555D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 93 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.03 |
| HSL | 357.04º | 0.91% | 0.65% | - |
| HSV(B) | 357.04º | 0.66% | 0.97% | - |
| XYZ | 43.58 | 27.06 | 13.28 | - |
| YUV | 134.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 93 | 0 | 0.66 | 0.62 | 0.03 | 357.04 | 0.91 | 0.65 |
| Hex | F7 | 55 | 5D | 0 | 42 | 3E | 3 | 165 | 5B | 41 |
| Octal | 367 | 125 | 135 | 0 | 102 | 76 | 3 | 545 | 133 | 101 |
| Binary | 11110111 | 1010101 | 1011101 | 0 | 1000010 | 111110 | 11 | 101100101 | 1011011 | 1000001 |
Color Harmonies of #F7555D
Complementary color
Monochromatic Colors of #F7555D
Black with #F7555D
Text Example
Text Example
White with #F7555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7555D; }
p { color: rgb(247,85,93); }
H1.HeaderClassName
{
color: #F7555D;
}
.AnyTagClassName
{
color: #F7555D;
}
</style>
background-color css
<style>
a { background-color: #F7555D; }
a { background-color: rgb(247,85,93); }
div.DivClassName
{
background-color: #F7555D;
}
.BgClassName
{
background-color: #F7555D;
}
</style>
border-color css
<style>
span { border-color: #F7555D; }
span { border-color: rgb(247,85,93); }
td.TdClassName
{
border-color: #F7555D;
}
.TagClassName
{
border-color: #F7555D;
}
</style>