Shades of Wild Watermelon #F7517C
Tints of Wild Watermelon #F7517C
RGB
CMYK
RGB Variations
Color information
#F7517C (or 0xF7517C) is known color: Wild Watermelon. HEX triplet: F7, 51 and 7C. RGB value is (247,81,124). Sum of RGB (Red+Green+Blue) = 247+81+124=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7517C is #08AE83. Grayscale: #878787. Windows color (decimal): -568964 or 8147447. OLE color: 8147447.
HSL color Cylindrical-coordinate representation of color #F7517C: hue angle of 344.46º 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 #F7517C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 124 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.03 |
| HSL | 344.46º | 0.91% | 0.64% | - |
| HSV(B) | 344.46º | 0.67% | 0.97% | - |
| XYZ | 44.94 | 27.11 | 21.93 | - |
| YUV | 135.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 124 | 0 | 0.67 | 0.50 | 0.03 | 344.46 | 0.91 | 0.64 |
| Hex | F7 | 51 | 7C | 0 | 43 | 32 | 3 | 158 | 5B | 40 |
| Octal | 367 | 121 | 174 | 0 | 103 | 62 | 3 | 530 | 133 | 100 |
| Binary | 11110111 | 1010001 | 1111100 | 0 | 1000011 | 110010 | 11 | 101011000 | 1011011 | 1000000 |
Color Harmonies of #F7517C
Complementary color
Monochromatic Colors of #F7517C
Black with #F7517C
Text Example
Text Example
White with #F7517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7517C; }
p { color: rgb(247,81,124); }
H1.HeaderClassName
{
color: #F7517C;
}
.AnyTagClassName
{
color: #F7517C;
}
</style>
background-color css
<style>
a { background-color: #F7517C; }
a { background-color: rgb(247,81,124); }
div.DivClassName
{
background-color: #F7517C;
}
.BgClassName
{
background-color: #F7517C;
}
</style>
border-color css
<style>
span { border-color: #F7517C; }
span { border-color: rgb(247,81,124); }
td.TdClassName
{
border-color: #F7517C;
}
.TagClassName
{
border-color: #F7517C;
}
</style>