Shades of Wild Watermelon #FF5559
Tints of Wild Watermelon #FF5559
RGB
CMYK
RGB Variations
Color information
#FF5559 (or 0xFF5559) is known color: Wild Watermelon. HEX triplet: FF, 55 and 59. RGB value is (255,85,89). Sum of RGB (Red+Green+Blue) = 255+85+89=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5559 is #00AAA6. Grayscale: #888888. Windows color (decimal): -43687 or 5854719. OLE color: 5854719.
HSL color Cylindrical-coordinate representation of color #FF5559: hue angle of 358.59º 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 #FF5559 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 89 | - |
| CMYK | 0 | 0.67 | 0.65 | 0 |
| HSL | 358.59º | 1% | 0.67% | - |
| HSV(B) | 358.59º | 0.67% | 1% | - |
| XYZ | 46.29 | 28.48 | 12.51 | - |
| YUV | 136.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 89 | 0 | 0.67 | 0.65 | 0 | 358.59 | 1 | 0.67 |
| Hex | FF | 55 | 59 | 0 | 43 | 41 | 0 | 167 | 64 | 43 |
| Octal | 377 | 125 | 131 | 0 | 103 | 101 | 0 | 547 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1011001 | 0 | 1000011 | 1000001 | 0 | 101100111 | 1100100 | 1000011 |
Color Harmonies of #FF5559
Complementary color
Monochromatic Colors of #FF5559
Black with #FF5559
Text Example
Text Example
White with #FF5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5559; }
p { color: rgb(255,85,89); }
H1.HeaderClassName
{
color: #FF5559;
}
.AnyTagClassName
{
color: #FF5559;
}
</style>
background-color css
<style>
a { background-color: #FF5559; }
a { background-color: rgb(255,85,89); }
div.DivClassName
{
background-color: #FF5559;
}
.BgClassName
{
background-color: #FF5559;
}
</style>
border-color css
<style>
span { border-color: #FF5559; }
span { border-color: rgb(255,85,89); }
td.TdClassName
{
border-color: #FF5559;
}
.TagClassName
{
border-color: #FF5559;
}
</style>