Shades of Wild Watermelon #FF557D
Tints of Wild Watermelon #FF557D
RGB
CMYK
RGB Variations
Color information
#FF557D (or 0xFF557D) is known color: Wild Watermelon. HEX triplet: FF, 55 and 7D. RGB value is (255,85,125). Sum of RGB (Red+Green+Blue) = 255+85+125=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF557D is #00AA82. Grayscale: #8C8C8C. Windows color (decimal): -43651 or 8214015. OLE color: 8214015.
HSL color Cylindrical-coordinate representation of color #FF557D: hue angle of 345.88º 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 #FF557D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 125 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 345.88º | 1% | 0.67% | - |
| HSV(B) | 345.88º | 0.67% | 1% | - |
| XYZ | 48.19 | 29.24 | 22.51 | - |
| YUV | 140.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 125 | 0 | 0.67 | 0.51 | 0 | 345.88 | 1 | 0.67 |
| Hex | FF | 55 | 7D | 0 | 43 | 33 | 0 | 15A | 64 | 43 |
| Octal | 377 | 125 | 175 | 0 | 103 | 63 | 0 | 532 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1111101 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100100 | 1000011 |
Color Harmonies of #FF557D
Complementary color
Monochromatic Colors of #FF557D
Black with #FF557D
Text Example
Text Example
White with #FF557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF557D; }
p { color: rgb(255,85,125); }
H1.HeaderClassName
{
color: #FF557D;
}
.AnyTagClassName
{
color: #FF557D;
}
</style>
background-color css
<style>
a { background-color: #FF557D; }
a { background-color: rgb(255,85,125); }
div.DivClassName
{
background-color: #FF557D;
}
.BgClassName
{
background-color: #FF557D;
}
</style>
border-color css
<style>
span { border-color: #FF557D; }
span { border-color: rgb(255,85,125); }
td.TdClassName
{
border-color: #FF557D;
}
.TagClassName
{
border-color: #FF557D;
}
</style>