Shades of Wild Watermelon #F75373
Tints of Wild Watermelon #F75373
RGB
CMYK
RGB Variations
Color information
#F75373 (or 0xF75373) is known color: Wild Watermelon. HEX triplet: F7, 53 and 73. RGB value is (247,83,115). Sum of RGB (Red+Green+Blue) = 247+83+115=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F75373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75373 is #08AC8C. Grayscale: #878787. Windows color (decimal): -568461 or 7558135. OLE color: 7558135.
HSL color Cylindrical-coordinate representation of color #F75373: hue angle of 348.29º 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 #F75373 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 115 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.03 |
| HSL | 348.29º | 0.91% | 0.65% | - |
| HSV(B) | 348.29º | 0.66% | 0.97% | - |
| XYZ | 44.55 | 27.2 | 19.12 | - |
| YUV | 135.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 115 | 0 | 0.66 | 0.53 | 0.03 | 348.29 | 0.91 | 0.65 |
| Hex | F7 | 53 | 73 | 0 | 42 | 35 | 3 | 15C | 5B | 41 |
| Octal | 367 | 123 | 163 | 0 | 102 | 65 | 3 | 534 | 133 | 101 |
| Binary | 11110111 | 1010011 | 1110011 | 0 | 1000010 | 110101 | 11 | 101011100 | 1011011 | 1000001 |
Color Harmonies of #F75373
Complementary color
Monochromatic Colors of #F75373
Black with #F75373
Text Example
Text Example
White with #F75373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75373; }
p { color: rgb(247,83,115); }
H1.HeaderClassName
{
color: #F75373;
}
.AnyTagClassName
{
color: #F75373;
}
</style>
background-color css
<style>
a { background-color: #F75373; }
a { background-color: rgb(247,83,115); }
div.DivClassName
{
background-color: #F75373;
}
.BgClassName
{
background-color: #F75373;
}
</style>
border-color css
<style>
span { border-color: #F75373; }
span { border-color: rgb(247,83,115); }
td.TdClassName
{
border-color: #F75373;
}
.TagClassName
{
border-color: #F75373;
}
</style>