Shades of Wild Watermelon #F7535E
Tints of Wild Watermelon #F7535E
RGB
CMYK
RGB Variations
Color information
#F7535E (or 0xF7535E) is known color: Wild Watermelon. HEX triplet: F7, 53 and 5E. RGB value is (247,83,94). Sum of RGB (Red+Green+Blue) = 247+83+94=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7535E is #08ACA1. Grayscale: #858585. Windows color (decimal): -568482 or 6181879. OLE color: 6181879.
HSL color Cylindrical-coordinate representation of color #F7535E: hue angle of 355.98º 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 #F7535E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 94 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.03 |
| HSL | 355.98º | 0.91% | 0.65% | - |
| HSV(B) | 355.98º | 0.66% | 0.97% | - |
| XYZ | 43.47 | 26.77 | 13.47 | - |
| YUV | 133.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 94 | 0 | 0.66 | 0.62 | 0.03 | 355.98 | 0.91 | 0.65 |
| Hex | F7 | 53 | 5E | 0 | 42 | 3E | 3 | 164 | 5B | 41 |
| Octal | 367 | 123 | 136 | 0 | 102 | 76 | 3 | 544 | 133 | 101 |
| Binary | 11110111 | 1010011 | 1011110 | 0 | 1000010 | 111110 | 11 | 101100100 | 1011011 | 1000001 |
Color Harmonies of #F7535E
Complementary color
Monochromatic Colors of #F7535E
Black with #F7535E
Text Example
Text Example
White with #F7535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7535E; }
p { color: rgb(247,83,94); }
H1.HeaderClassName
{
color: #F7535E;
}
.AnyTagClassName
{
color: #F7535E;
}
</style>
background-color css
<style>
a { background-color: #F7535E; }
a { background-color: rgb(247,83,94); }
div.DivClassName
{
background-color: #F7535E;
}
.BgClassName
{
background-color: #F7535E;
}
</style>
border-color css
<style>
span { border-color: #F7535E; }
span { border-color: rgb(247,83,94); }
td.TdClassName
{
border-color: #F7535E;
}
.TagClassName
{
border-color: #F7535E;
}
</style>