Shades of Wild Watermelon #FF5680
Tints of Wild Watermelon #FF5680
RGB
CMYK
RGB Variations
Color information
#FF5680 (or 0xFF5680) is known color: Wild Watermelon. HEX triplet: FF, 56 and 80. RGB value is (255,86,128). Sum of RGB (Red+Green+Blue) = 255+86+128=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5680 is #00A97F. Grayscale: #8D8D8D. Windows color (decimal): -43392 or 8410879. OLE color: 8410879.
HSL color Cylindrical-coordinate representation of color #FF5680: hue angle of 345.09º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5680 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 128 | - |
| CMYK | 0 | 0.66 | 0.50 | 0 |
| HSL | 345.09º | 1% | 0.67% | - |
| HSV(B) | 345.09º | 0.66% | 1% | - |
| XYZ | 48.46 | 29.47 | 23.56 | - |
| YUV | 141.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 128 | 0 | 0.66 | 0.50 | 0 | 345.09 | 1 | 0.67 |
| Hex | FF | 56 | 80 | 0 | 42 | 32 | 0 | 159 | 64 | 43 |
| Octal | 377 | 126 | 200 | 0 | 102 | 62 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10000000 | 0 | 1000010 | 110010 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5680
Complementary color
Monochromatic Colors of #FF5680
Black with #FF5680
Text Example
Text Example
White with #FF5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5680; }
p { color: rgb(255,86,128); }
H1.HeaderClassName
{
color: #FF5680;
}
.AnyTagClassName
{
color: #FF5680;
}
</style>
background-color css
<style>
a { background-color: #FF5680; }
a { background-color: rgb(255,86,128); }
div.DivClassName
{
background-color: #FF5680;
}
.BgClassName
{
background-color: #FF5680;
}
</style>
border-color css
<style>
span { border-color: #FF5680; }
span { border-color: rgb(255,86,128); }
td.TdClassName
{
border-color: #FF5680;
}
.TagClassName
{
border-color: #FF5680;
}
</style>