Shades of Wild Watermelon #F7575E
Tints of Wild Watermelon #F7575E
RGB
CMYK
RGB Variations
Color information
#F7575E (or 0xF7575E) is known color: Wild Watermelon. HEX triplet: F7, 57 and 5E. RGB value is (247,87,94). Sum of RGB (Red+Green+Blue) = 247+87+94=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7575E is #08A8A1. Grayscale: #878787. Windows color (decimal): -567458 or 6182903. OLE color: 6182903.
HSL color Cylindrical-coordinate representation of color #F7575E: hue angle of 357.38º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7575E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 87 | 94 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 357.38º | 0.91% | 0.65% | - |
| HSV(B) | 357.38º | 0.65% | 0.97% | - |
| XYZ | 43.79 | 27.4 | 13.57 | - |
| YUV | 135.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 87 | 94 | 0 | 0.65 | 0.62 | 0.03 | 357.38 | 0.91 | 0.65 |
| Hex | F7 | 57 | 5E | 0 | 41 | 3E | 3 | 165 | 5B | 41 |
| Octal | 367 | 127 | 136 | 0 | 101 | 76 | 3 | 545 | 133 | 101 |
| Binary | 11110111 | 1010111 | 1011110 | 0 | 1000001 | 111110 | 11 | 101100101 | 1011011 | 1000001 |
Color Harmonies of #F7575E
Complementary color
Monochromatic Colors of #F7575E
Black with #F7575E
Text Example
Text Example
White with #F7575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7575E; }
p { color: rgb(247,87,94); }
H1.HeaderClassName
{
color: #F7575E;
}
.AnyTagClassName
{
color: #F7575E;
}
</style>
background-color css
<style>
a { background-color: #F7575E; }
a { background-color: rgb(247,87,94); }
div.DivClassName
{
background-color: #F7575E;
}
.BgClassName
{
background-color: #F7575E;
}
</style>
border-color css
<style>
span { border-color: #F7575E; }
span { border-color: rgb(247,87,94); }
td.TdClassName
{
border-color: #F7575E;
}
.TagClassName
{
border-color: #F7575E;
}
</style>