Shades of Wild Watermelon #F7526C
Tints of Wild Watermelon #F7526C
RGB
CMYK
RGB Variations
Color information
#F7526C (or 0xF7526C) is known color: Wild Watermelon. HEX triplet: F7, 52 and 6C. RGB value is (247,82,108). Sum of RGB (Red+Green+Blue) = 247+82+108=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7526C is #08AD93. Grayscale: #868686. Windows color (decimal): -568724 or 7099127. OLE color: 7099127.
HSL color Cylindrical-coordinate representation of color #F7526C: hue angle of 350.55º 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 #F7526C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 108 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.03 |
| HSL | 350.55º | 0.91% | 0.65% | - |
| HSV(B) | 350.55º | 0.67% | 0.97% | - |
| XYZ | 44.08 | 26.89 | 17.05 | - |
| YUV | 134.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 108 | 0 | 0.67 | 0.56 | 0.03 | 350.55 | 0.91 | 0.65 |
| Hex | F7 | 52 | 6C | 0 | 43 | 38 | 3 | 15F | 5B | 41 |
| Octal | 367 | 122 | 154 | 0 | 103 | 70 | 3 | 537 | 133 | 101 |
| Binary | 11110111 | 1010010 | 1101100 | 0 | 1000011 | 111000 | 11 | 101011111 | 1011011 | 1000001 |
Color Harmonies of #F7526C
Complementary color
Monochromatic Colors of #F7526C
Black with #F7526C
Text Example
Text Example
White with #F7526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7526C; }
p { color: rgb(247,82,108); }
H1.HeaderClassName
{
color: #F7526C;
}
.AnyTagClassName
{
color: #F7526C;
}
</style>
background-color css
<style>
a { background-color: #F7526C; }
a { background-color: rgb(247,82,108); }
div.DivClassName
{
background-color: #F7526C;
}
.BgClassName
{
background-color: #F7526C;
}
</style>
border-color css
<style>
span { border-color: #F7526C; }
span { border-color: rgb(247,82,108); }
td.TdClassName
{
border-color: #F7526C;
}
.TagClassName
{
border-color: #F7526C;
}
</style>