Shades of Wild Watermelon #F5517C
Tints of Wild Watermelon #F5517C
RGB
CMYK
RGB Variations
Color information
#F5517C (or 0xF5517C) is known color: Wild Watermelon. HEX triplet: F5, 51 and 7C. RGB value is (245,81,124). Sum of RGB (Red+Green+Blue) = 245+81+124=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5517C is #0AAE83. Grayscale: #868686. Windows color (decimal): -700036 or 8147445. OLE color: 8147445.
HSL color Cylindrical-coordinate representation of color #F5517C: hue angle of 344.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5517C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 124 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 344.27º | 0.89% | 0.64% | - |
| HSV(B) | 344.27º | 0.67% | 0.96% | - |
| XYZ | 44.24 | 26.75 | 21.9 | - |
| YUV | 134.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 124 | 0 | 0.67 | 0.49 | 0.04 | 344.27 | 0.89 | 0.64 |
| Hex | F5 | 51 | 7C | 0 | 43 | 31 | 4 | 158 | 59 | 40 |
| Octal | 365 | 121 | 174 | 0 | 103 | 61 | 4 | 530 | 131 | 100 |
| Binary | 11110101 | 1010001 | 1111100 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011001 | 1000000 |
Color Harmonies of #F5517C
Complementary color
Monochromatic Colors of #F5517C
Black with #F5517C
Text Example
Text Example
White with #F5517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5517C; }
p { color: rgb(245,81,124); }
H1.HeaderClassName
{
color: #F5517C;
}
.AnyTagClassName
{
color: #F5517C;
}
</style>
background-color css
<style>
a { background-color: #F5517C; }
a { background-color: rgb(245,81,124); }
div.DivClassName
{
background-color: #F5517C;
}
.BgClassName
{
background-color: #F5517C;
}
</style>
border-color css
<style>
span { border-color: #F5517C; }
span { border-color: rgb(245,81,124); }
td.TdClassName
{
border-color: #F5517C;
}
.TagClassName
{
border-color: #F5517C;
}
</style>