Shades of Wild Watermelon #F7525E
Tints of Wild Watermelon #F7525E
RGB
CMYK
RGB Variations
Color information
#F7525E (or 0xF7525E) is known color: Wild Watermelon. HEX triplet: F7, 52 and 5E. RGB value is (247,82,94). Sum of RGB (Red+Green+Blue) = 247+82+94=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7525E is #08ADA1. Grayscale: #848484. Windows color (decimal): -568738 or 6181623. OLE color: 6181623.
HSL color Cylindrical-coordinate representation of color #F7525E: hue angle of 355.64º 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 #F7525E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 94 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.03 |
| HSL | 355.64º | 0.91% | 0.65% | - |
| HSV(B) | 355.64º | 0.67% | 0.97% | - |
| XYZ | 43.4 | 26.62 | 13.44 | - |
| YUV | 132.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 94 | 0 | 0.67 | 0.62 | 0.03 | 355.64 | 0.91 | 0.65 |
| Hex | F7 | 52 | 5E | 0 | 43 | 3E | 3 | 164 | 5B | 41 |
| Octal | 367 | 122 | 136 | 0 | 103 | 76 | 3 | 544 | 133 | 101 |
| Binary | 11110111 | 1010010 | 1011110 | 0 | 1000011 | 111110 | 11 | 101100100 | 1011011 | 1000001 |
Color Harmonies of #F7525E
Complementary color
Monochromatic Colors of #F7525E
Black with #F7525E
Text Example
Text Example
White with #F7525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7525E; }
p { color: rgb(247,82,94); }
H1.HeaderClassName
{
color: #F7525E;
}
.AnyTagClassName
{
color: #F7525E;
}
</style>
background-color css
<style>
a { background-color: #F7525E; }
a { background-color: rgb(247,82,94); }
div.DivClassName
{
background-color: #F7525E;
}
.BgClassName
{
background-color: #F7525E;
}
</style>
border-color css
<style>
span { border-color: #F7525E; }
span { border-color: rgb(247,82,94); }
td.TdClassName
{
border-color: #F7525E;
}
.TagClassName
{
border-color: #F7525E;
}
</style>