Shades of Wild Watermelon #FF555D
Tints of Wild Watermelon #FF555D
RGB
CMYK
RGB Variations
Color information
#FF555D (or 0xFF555D) is known color: Wild Watermelon. HEX triplet: FF, 55 and 5D. RGB value is (255,85,93). Sum of RGB (Red+Green+Blue) = 255+85+93=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555D is #00AAA2. Grayscale: #888888. Windows color (decimal): -43683 or 6116863. OLE color: 6116863.
HSL color Cylindrical-coordinate representation of color #FF555D: hue angle of 357.18º 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 #FF555D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 93 | - |
| CMYK | 0 | 0.67 | 0.64 | 0 |
| HSL | 357.18º | 1% | 0.67% | - |
| HSV(B) | 357.18º | 0.67% | 1% | - |
| XYZ | 46.46 | 28.55 | 13.42 | - |
| YUV | 136.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 93 | 0 | 0.67 | 0.64 | 0 | 357.18 | 1 | 0.67 |
| Hex | FF | 55 | 5D | 0 | 43 | 40 | 0 | 165 | 64 | 43 |
| Octal | 377 | 125 | 135 | 0 | 103 | 100 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1011101 | 0 | 1000011 | 1000000 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF555D
Complementary color
Monochromatic Colors of #FF555D
Black with #FF555D
Text Example
Text Example
White with #FF555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF555D; }
p { color: rgb(255,85,93); }
H1.HeaderClassName
{
color: #FF555D;
}
.AnyTagClassName
{
color: #FF555D;
}
</style>
background-color css
<style>
a { background-color: #FF555D; }
a { background-color: rgb(255,85,93); }
div.DivClassName
{
background-color: #FF555D;
}
.BgClassName
{
background-color: #FF555D;
}
</style>
border-color css
<style>
span { border-color: #FF555D; }
span { border-color: rgb(255,85,93); }
td.TdClassName
{
border-color: #FF555D;
}
.TagClassName
{
border-color: #FF555D;
}
</style>