Shades of Wild Watermelon #FF5560
Tints of Wild Watermelon #FF5560
RGB
CMYK
RGB Variations
Color information
#FF5560 (or 0xFF5560) is known color: Wild Watermelon. HEX triplet: FF, 55 and 60. RGB value is (255,85,96). Sum of RGB (Red+Green+Blue) = 255+85+96=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5560 is #00AA9F. Grayscale: #898989. Windows color (decimal): -43680 or 6313471. OLE color: 6313471.
HSL color Cylindrical-coordinate representation of color #FF5560: hue angle of 356.12º 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 #FF5560 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 96 | - |
| CMYK | 0 | 0.67 | 0.62 | 0 |
| HSL | 356.12º | 1% | 0.67% | - |
| HSV(B) | 356.12º | 0.67% | 1% | - |
| XYZ | 46.6 | 28.6 | 14.13 | - |
| YUV | 137.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 96 | 0 | 0.67 | 0.62 | 0 | 356.12 | 1 | 0.67 |
| Hex | FF | 55 | 60 | 0 | 43 | 3E | 0 | 164 | 64 | 43 |
| Octal | 377 | 125 | 140 | 0 | 103 | 76 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1100000 | 0 | 1000011 | 111110 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF5560
Complementary color
Monochromatic Colors of #FF5560
Black with #FF5560
Text Example
Text Example
White with #FF5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5560; }
p { color: rgb(255,85,96); }
H1.HeaderClassName
{
color: #FF5560;
}
.AnyTagClassName
{
color: #FF5560;
}
</style>
background-color css
<style>
a { background-color: #FF5560; }
a { background-color: rgb(255,85,96); }
div.DivClassName
{
background-color: #FF5560;
}
.BgClassName
{
background-color: #FF5560;
}
</style>
border-color css
<style>
span { border-color: #FF5560; }
span { border-color: rgb(255,85,96); }
td.TdClassName
{
border-color: #FF5560;
}
.TagClassName
{
border-color: #FF5560;
}
</style>