Shades of Wild Watermelon #FF5171
Tints of Wild Watermelon #FF5171
RGB
CMYK
RGB Variations
Color information
#FF5171 (or 0xFF5171) is known color: Wild Watermelon. HEX triplet: FF, 51 and 71. RGB value is (255,81,113). Sum of RGB (Red+Green+Blue) = 255+81+113=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5171 is #00AE8E. Grayscale: #888888. Windows color (decimal): -44687 or 7426559. OLE color: 7426559.
HSL color Cylindrical-coordinate representation of color #FF5171: hue angle of 348.97º 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 #FF5171 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 113 | - |
| CMYK | 0 | 0.68 | 0.56 | 0 |
| HSL | 348.97º | 1% | 0.66% | - |
| HSV(B) | 348.97º | 0.68% | 1% | - |
| XYZ | 47.16 | 28.34 | 18.61 | - |
| YUV | 136.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 113 | 0 | 0.68 | 0.56 | 0 | 348.97 | 1 | 0.66 |
| Hex | FF | 51 | 71 | 0 | 44 | 38 | 0 | 15D | 64 | 42 |
| Octal | 377 | 121 | 161 | 0 | 104 | 70 | 0 | 535 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1110001 | 0 | 1000100 | 111000 | 0 | 101011101 | 1100100 | 1000010 |
Color Harmonies of #FF5171
Complementary color
Monochromatic Colors of #FF5171
Black with #FF5171
Text Example
Text Example
White with #FF5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5171; }
p { color: rgb(255,81,113); }
H1.HeaderClassName
{
color: #FF5171;
}
.AnyTagClassName
{
color: #FF5171;
}
</style>
background-color css
<style>
a { background-color: #FF5171; }
a { background-color: rgb(255,81,113); }
div.DivClassName
{
background-color: #FF5171;
}
.BgClassName
{
background-color: #FF5171;
}
</style>
border-color css
<style>
span { border-color: #FF5171; }
span { border-color: rgb(255,81,113); }
td.TdClassName
{
border-color: #FF5171;
}
.TagClassName
{
border-color: #FF5171;
}
</style>