Shades of Wild Watermelon #F7517E
Tints of Wild Watermelon #F7517E
RGB
CMYK
RGB Variations
Color information
#F7517E (or 0xF7517E) is known color: Wild Watermelon. HEX triplet: F7, 51 and 7E. RGB value is (247,81,126). Sum of RGB (Red+Green+Blue) = 247+81+126=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7517E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7517E is #08AE81. Grayscale: #878787. Windows color (decimal): -568962 or 8278519. OLE color: 8278519.
HSL color Cylindrical-coordinate representation of color #F7517E: hue angle of 343.73º 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 #F7517E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 126 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.03 |
| HSL | 343.73º | 0.91% | 0.64% | - |
| HSV(B) | 343.73º | 0.67% | 0.97% | - |
| XYZ | 45.07 | 27.17 | 22.61 | - |
| YUV | 135.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 126 | 0 | 0.67 | 0.49 | 0.03 | 343.73 | 0.91 | 0.64 |
| Hex | F7 | 51 | 7E | 0 | 43 | 31 | 3 | 158 | 5B | 40 |
| Octal | 367 | 121 | 176 | 0 | 103 | 61 | 3 | 530 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1111110 | 0 | 1000011 | 110001 | 11 | 101011000 | 1011011 | 1000000 |
Color Harmonies of #F7517E
Complementary color
Monochromatic Colors of #F7517E
Black with #F7517E
Text Example
Text Example
White with #F7517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7517E; }
p { color: rgb(247,81,126); }
H1.HeaderClassName
{
color: #F7517E;
}
.AnyTagClassName
{
color: #F7517E;
}
</style>
background-color css
<style>
a { background-color: #F7517E; }
a { background-color: rgb(247,81,126); }
div.DivClassName
{
background-color: #F7517E;
}
.BgClassName
{
background-color: #F7517E;
}
</style>
border-color css
<style>
span { border-color: #F7517E; }
span { border-color: rgb(247,81,126); }
td.TdClassName
{
border-color: #F7517E;
}
.TagClassName
{
border-color: #F7517E;
}
</style>