Shades of Wild Watermelon #FF517C
Tints of Wild Watermelon #FF517C
RGB
CMYK
RGB Variations
Color information
#FF517C (or 0xFF517C) is known color: Wild Watermelon. HEX triplet: FF, 51 and 7C. RGB value is (255,81,124). Sum of RGB (Red+Green+Blue) = 255+81+124=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF517C is #00AE83. Grayscale: #898989. Windows color (decimal): -44676 or 8147455. OLE color: 8147455.
HSL color Cylindrical-coordinate representation of color #FF517C: hue angle of 345.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF517C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 124 | - |
| CMYK | 0 | 0.68 | 0.51 | 0 |
| HSL | 345.17º | 1% | 0.66% | - |
| HSV(B) | 345.17º | 0.68% | 1% | - |
| XYZ | 47.82 | 28.6 | 22.07 | - |
| YUV | 137.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 124 | 0 | 0.68 | 0.51 | 0 | 345.17 | 1 | 0.66 |
| Hex | FF | 51 | 7C | 0 | 44 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 121 | 174 | 0 | 104 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1111100 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF517C
Complementary color
Monochromatic Colors of #FF517C
Black with #FF517C
Text Example
Text Example
White with #FF517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF517C; }
p { color: rgb(255,81,124); }
H1.HeaderClassName
{
color: #FF517C;
}
.AnyTagClassName
{
color: #FF517C;
}
</style>
background-color css
<style>
a { background-color: #FF517C; }
a { background-color: rgb(255,81,124); }
div.DivClassName
{
background-color: #FF517C;
}
.BgClassName
{
background-color: #FF517C;
}
</style>
border-color css
<style>
span { border-color: #FF517C; }
span { border-color: rgb(255,81,124); }
td.TdClassName
{
border-color: #FF517C;
}
.TagClassName
{
border-color: #FF517C;
}
</style>