Shades of Wild Watermelon #F7526B
Tints of Wild Watermelon #F7526B
RGB
CMYK
RGB Variations
Color information
#F7526B (or 0xF7526B) is known color: Wild Watermelon. HEX triplet: F7, 52 and 6B. RGB value is (247,82,107). Sum of RGB (Red+Green+Blue) = 247+82+107=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7526B is #08AD94. Grayscale: #868686. Windows color (decimal): -568725 or 7033591. OLE color: 7033591.
HSL color Cylindrical-coordinate representation of color #F7526B: hue angle of 350.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7526B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 107 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.03 |
| HSL | 350.91º | 0.91% | 0.65% | - |
| HSV(B) | 350.91º | 0.67% | 0.97% | - |
| XYZ | 44.03 | 26.87 | 16.78 | - |
| YUV | 134.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 107 | 0 | 0.67 | 0.57 | 0.03 | 350.91 | 0.91 | 0.65 |
| Hex | F7 | 52 | 6B | 0 | 43 | 39 | 3 | 15F | 5B | 41 |
| Octal | 367 | 122 | 153 | 0 | 103 | 71 | 3 | 537 | 133 | 101 |
| Binary | 11110111 | 1010010 | 1101011 | 0 | 1000011 | 111001 | 11 | 101011111 | 1011011 | 1000001 |
Color Harmonies of #F7526B
Complementary color
Monochromatic Colors of #F7526B
Black with #F7526B
Text Example
Text Example
White with #F7526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7526B; }
p { color: rgb(247,82,107); }
H1.HeaderClassName
{
color: #F7526B;
}
.AnyTagClassName
{
color: #F7526B;
}
</style>
background-color css
<style>
a { background-color: #F7526B; }
a { background-color: rgb(247,82,107); }
div.DivClassName
{
background-color: #F7526B;
}
.BgClassName
{
background-color: #F7526B;
}
</style>
border-color css
<style>
span { border-color: #F7526B; }
span { border-color: rgb(247,82,107); }
td.TdClassName
{
border-color: #F7526B;
}
.TagClassName
{
border-color: #F7526B;
}
</style>