Shades of Wild Watermelon #F7537A
Tints of Wild Watermelon #F7537A
RGB
CMYK
RGB Variations
Color information
#F7537A (or 0xF7537A) is known color: Wild Watermelon. HEX triplet: F7, 53 and 7A. RGB value is (247,83,122). Sum of RGB (Red+Green+Blue) = 247+83+122=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7537A is #08AC85. Grayscale: #888888. Windows color (decimal): -568454 or 8016887. OLE color: 8016887.
HSL color Cylindrical-coordinate representation of color #F7537A: hue angle of 345.73º 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 #F7537A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 122 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.03 |
| HSL | 345.73º | 0.91% | 0.65% | - |
| HSV(B) | 345.73º | 0.66% | 0.97% | - |
| XYZ | 44.96 | 27.37 | 21.32 | - |
| YUV | 136.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 122 | 0 | 0.66 | 0.51 | 0.03 | 345.73 | 0.91 | 0.65 |
| Hex | F7 | 53 | 7A | 0 | 42 | 33 | 3 | 15A | 5B | 41 |
| Octal | 367 | 123 | 172 | 0 | 102 | 63 | 3 | 532 | 133 | 101 |
| Binary | 11110111 | 1010011 | 1111010 | 0 | 1000010 | 110011 | 11 | 101011010 | 1011011 | 1000001 |
Color Harmonies of #F7537A
Complementary color
Monochromatic Colors of #F7537A
Black with #F7537A
Text Example
Text Example
White with #F7537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7537A; }
p { color: rgb(247,83,122); }
H1.HeaderClassName
{
color: #F7537A;
}
.AnyTagClassName
{
color: #F7537A;
}
</style>
background-color css
<style>
a { background-color: #F7537A; }
a { background-color: rgb(247,83,122); }
div.DivClassName
{
background-color: #F7537A;
}
.BgClassName
{
background-color: #F7537A;
}
</style>
border-color css
<style>
span { border-color: #F7537A; }
span { border-color: rgb(247,83,122); }
td.TdClassName
{
border-color: #F7537A;
}
.TagClassName
{
border-color: #F7537A;
}
</style>