Shades of Wild Watermelon #F7517A
Tints of Wild Watermelon #F7517A
RGB
CMYK
RGB Variations
Color information
#F7517A (or 0xF7517A) is known color: Wild Watermelon. HEX triplet: F7, 51 and 7A. RGB value is (247,81,122). Sum of RGB (Red+Green+Blue) = 247+81+122=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F7517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7517A is #08AE85. Grayscale: #878787. Windows color (decimal): -568966 or 8016375. OLE color: 8016375.
HSL color Cylindrical-coordinate representation of color #F7517A: hue angle of 345.18º 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 #F7517A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 122 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.03 |
| HSL | 345.18º | 0.91% | 0.64% | - |
| HSV(B) | 345.18º | 0.67% | 0.97% | - |
| XYZ | 44.81 | 27.06 | 21.27 | - |
| YUV | 135.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 122 | 0 | 0.67 | 0.51 | 0.03 | 345.18 | 0.91 | 0.64 |
| Hex | F7 | 51 | 7A | 0 | 43 | 33 | 3 | 159 | 5B | 40 |
| Octal | 367 | 121 | 172 | 0 | 103 | 63 | 3 | 531 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1111010 | 0 | 1000011 | 110011 | 11 | 101011001 | 1011011 | 1000000 |
Color Harmonies of #F7517A
Complementary color
Monochromatic Colors of #F7517A
Black with #F7517A
Text Example
Text Example
White with #F7517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7517A; }
p { color: rgb(247,81,122); }
H1.HeaderClassName
{
color: #F7517A;
}
.AnyTagClassName
{
color: #F7517A;
}
</style>
background-color css
<style>
a { background-color: #F7517A; }
a { background-color: rgb(247,81,122); }
div.DivClassName
{
background-color: #F7517A;
}
.BgClassName
{
background-color: #F7517A;
}
</style>
border-color css
<style>
span { border-color: #F7517A; }
span { border-color: rgb(247,81,122); }
td.TdClassName
{
border-color: #F7517A;
}
.TagClassName
{
border-color: #F7517A;
}
</style>