Shades of Wild Watermelon #FF517D
Tints of Wild Watermelon #FF517D
RGB
CMYK
RGB Variations
Color information
#FF517D (or 0xFF517D) is known color: Wild Watermelon. HEX triplet: FF, 51 and 7D. RGB value is (255,81,125). Sum of RGB (Red+Green+Blue) = 255+81+125=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF517D is #00AE82. Grayscale: #8A8A8A. Windows color (decimal): -44675 or 8212991. OLE color: 8212991.
HSL color Cylindrical-coordinate representation of color #FF517D: hue angle of 344.83º 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 #FF517D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 125 | - |
| CMYK | 0 | 0.68 | 0.51 | 0 |
| HSL | 344.83º | 1% | 0.66% | - |
| HSV(B) | 344.83º | 0.68% | 1% | - |
| XYZ | 47.88 | 28.63 | 22.4 | - |
| YUV | 138.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 125 | 0 | 0.68 | 0.51 | 0 | 344.83 | 1 | 0.66 |
| Hex | FF | 51 | 7D | 0 | 44 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 121 | 175 | 0 | 104 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1111101 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF517D
Complementary color
Monochromatic Colors of #FF517D
Black with #FF517D
Text Example
Text Example
White with #FF517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF517D; }
p { color: rgb(255,81,125); }
H1.HeaderClassName
{
color: #FF517D;
}
.AnyTagClassName
{
color: #FF517D;
}
</style>
background-color css
<style>
a { background-color: #FF517D; }
a { background-color: rgb(255,81,125); }
div.DivClassName
{
background-color: #FF517D;
}
.BgClassName
{
background-color: #FF517D;
}
</style>
border-color css
<style>
span { border-color: #FF517D; }
span { border-color: rgb(255,81,125); }
td.TdClassName
{
border-color: #FF517D;
}
.TagClassName
{
border-color: #FF517D;
}
</style>