Shades of Wild Watermelon #FF556D
Tints of Wild Watermelon #FF556D
RGB
CMYK
RGB Variations
Color information
#FF556D (or 0xFF556D) is known color: Wild Watermelon. HEX triplet: FF, 55 and 6D. RGB value is (255,85,109). Sum of RGB (Red+Green+Blue) = 255+85+109=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF556D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF556D is #00AA92. Grayscale: #8A8A8A. Windows color (decimal): -43667 or 7165439. OLE color: 7165439.
HSL color Cylindrical-coordinate representation of color #FF556D: hue angle of 351.53º 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 #FF556D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 109 | - |
| CMYK | 0 | 0.67 | 0.57 | 0 |
| HSL | 351.53º | 1% | 0.67% | - |
| HSV(B) | 351.53º | 0.67% | 1% | - |
| XYZ | 47.25 | 28.86 | 17.55 | - |
| YUV | 138.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 109 | 0 | 0.67 | 0.57 | 0 | 351.53 | 1 | 0.67 |
| Hex | FF | 55 | 6D | 0 | 43 | 39 | 0 | 160 | 64 | 43 |
| Octal | 377 | 125 | 155 | 0 | 103 | 71 | 0 | 540 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1101101 | 0 | 1000011 | 111001 | 0 | 101100000 | 1100100 | 1000011 |
Color Harmonies of #FF556D
Complementary color
Monochromatic Colors of #FF556D
Black with #FF556D
Text Example
Text Example
White with #FF556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF556D; }
p { color: rgb(255,85,109); }
H1.HeaderClassName
{
color: #FF556D;
}
.AnyTagClassName
{
color: #FF556D;
}
</style>
background-color css
<style>
a { background-color: #FF556D; }
a { background-color: rgb(255,85,109); }
div.DivClassName
{
background-color: #FF556D;
}
.BgClassName
{
background-color: #FF556D;
}
</style>
border-color css
<style>
span { border-color: #FF556D; }
span { border-color: rgb(255,85,109); }
td.TdClassName
{
border-color: #FF556D;
}
.TagClassName
{
border-color: #FF556D;
}
</style>