Shades of Wild Watermelon #FF557C
Tints of Wild Watermelon #FF557C
RGB
CMYK
RGB Variations
Color information
#FF557C (or 0xFF557C) is known color: Wild Watermelon. HEX triplet: FF, 55 and 7C. RGB value is (255,85,124). Sum of RGB (Red+Green+Blue) = 255+85+124=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF557C is #00AA83. Grayscale: #8C8C8C. Windows color (decimal): -43652 or 8148479. OLE color: 8148479.
HSL color Cylindrical-coordinate representation of color #FF557C: hue angle of 346.24º 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 #FF557C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 124 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 346.24º | 1% | 0.67% | - |
| HSV(B) | 346.24º | 0.67% | 1% | - |
| XYZ | 48.13 | 29.21 | 22.17 | - |
| YUV | 140.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 124 | 0 | 0.67 | 0.51 | 0 | 346.24 | 1 | 0.67 |
| Hex | FF | 55 | 7C | 0 | 43 | 33 | 0 | 15A | 64 | 43 |
| Octal | 377 | 125 | 174 | 0 | 103 | 63 | 0 | 532 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1111100 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100100 | 1000011 |
Color Harmonies of #FF557C
Complementary color
Monochromatic Colors of #FF557C
Black with #FF557C
Text Example
Text Example
White with #FF557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF557C; }
p { color: rgb(255,85,124); }
H1.HeaderClassName
{
color: #FF557C;
}
.AnyTagClassName
{
color: #FF557C;
}
</style>
background-color css
<style>
a { background-color: #FF557C; }
a { background-color: rgb(255,85,124); }
div.DivClassName
{
background-color: #FF557C;
}
.BgClassName
{
background-color: #FF557C;
}
</style>
border-color css
<style>
span { border-color: #FF557C; }
span { border-color: rgb(255,85,124); }
td.TdClassName
{
border-color: #FF557C;
}
.TagClassName
{
border-color: #FF557C;
}
</style>