Shades of Wild Watermelon #F7515D
Tints of Wild Watermelon #F7515D
RGB
CMYK
RGB Variations
Color information
#F7515D (or 0xF7515D) is known color: Wild Watermelon. HEX triplet: F7, 51 and 5D. RGB value is (247,81,93). Sum of RGB (Red+Green+Blue) = 247+81+93=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7515D is #08AEA2. Grayscale: #848484. Windows color (decimal): -568995 or 6115831. OLE color: 6115831.
HSL color Cylindrical-coordinate representation of color #F7515D: hue angle of 355.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7515D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 93 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.03 |
| HSL | 355.66º | 0.91% | 0.64% | - |
| HSV(B) | 355.66º | 0.67% | 0.97% | - |
| XYZ | 43.28 | 26.45 | 13.18 | - |
| YUV | 132 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 93 | 0 | 0.67 | 0.62 | 0.03 | 355.66 | 0.91 | 0.64 |
| Hex | F7 | 51 | 5D | 0 | 43 | 3E | 3 | 164 | 5B | 40 |
| Octal | 367 | 121 | 135 | 0 | 103 | 76 | 3 | 544 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1011101 | 0 | 1000011 | 111110 | 11 | 101100100 | 1011011 | 1000000 |
Color Harmonies of #F7515D
Complementary color
Monochromatic Colors of #F7515D
Black with #F7515D
Text Example
Text Example
White with #F7515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7515D; }
p { color: rgb(247,81,93); }
H1.HeaderClassName
{
color: #F7515D;
}
.AnyTagClassName
{
color: #F7515D;
}
</style>
background-color css
<style>
a { background-color: #F7515D; }
a { background-color: rgb(247,81,93); }
div.DivClassName
{
background-color: #F7515D;
}
.BgClassName
{
background-color: #F7515D;
}
</style>
border-color css
<style>
span { border-color: #F7515D; }
span { border-color: rgb(247,81,93); }
td.TdClassName
{
border-color: #F7515D;
}
.TagClassName
{
border-color: #F7515D;
}
</style>