Shades of Wild Watermelon #FF5580
Tints of Wild Watermelon #FF5580
RGB
CMYK
RGB Variations
Color information
#FF5580 (or 0xFF5580) is known color: Wild Watermelon. HEX triplet: FF, 55 and 80. RGB value is (255,85,128). Sum of RGB (Red+Green+Blue) = 255+85+128=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5580 is #00AA7F. Grayscale: #8C8C8C. Windows color (decimal): -43648 or 8410623. OLE color: 8410623.
HSL color Cylindrical-coordinate representation of color #FF5580: hue angle of 344.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5580 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 128 | - |
| CMYK | 0 | 0.67 | 0.50 | 0 |
| HSL | 344.82º | 1% | 0.67% | - |
| HSV(B) | 344.82º | 0.67% | 1% | - |
| XYZ | 48.38 | 29.32 | 23.53 | - |
| YUV | 140.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 128 | 0 | 0.67 | 0.50 | 0 | 344.82 | 1 | 0.67 |
| Hex | FF | 55 | 80 | 0 | 43 | 32 | 0 | 159 | 64 | 43 |
| Octal | 377 | 125 | 200 | 0 | 103 | 62 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10000000 | 0 | 1000011 | 110010 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF5580
Complementary color
Monochromatic Colors of #FF5580
Black with #FF5580
Text Example
Text Example
White with #FF5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5580; }
p { color: rgb(255,85,128); }
H1.HeaderClassName
{
color: #FF5580;
}
.AnyTagClassName
{
color: #FF5580;
}
</style>
background-color css
<style>
a { background-color: #FF5580; }
a { background-color: rgb(255,85,128); }
div.DivClassName
{
background-color: #FF5580;
}
.BgClassName
{
background-color: #FF5580;
}
</style>
border-color css
<style>
span { border-color: #FF5580; }
span { border-color: rgb(255,85,128); }
td.TdClassName
{
border-color: #FF5580;
}
.TagClassName
{
border-color: #FF5580;
}
</style>