Shades of Wild Watermelon #FF557B
Tints of Wild Watermelon #FF557B
RGB
CMYK
RGB Variations
Color information
#FF557B (or 0xFF557B) is known color: Wild Watermelon. HEX triplet: FF, 55 and 7B. RGB value is (255,85,123). Sum of RGB (Red+Green+Blue) = 255+85+123=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF557B is #00AA84. Grayscale: #8C8C8C. Windows color (decimal): -43653 or 8082943. OLE color: 8082943.
HSL color Cylindrical-coordinate representation of color #FF557B: hue angle of 346.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 #FF557B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 123 | - |
| CMYK | 0 | 0.67 | 0.52 | 0 |
| HSL | 346.59º | 1% | 0.67% | - |
| HSV(B) | 346.59º | 0.67% | 1% | - |
| XYZ | 48.06 | 29.19 | 21.84 | - |
| YUV | 140.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 123 | 0 | 0.67 | 0.52 | 0 | 346.59 | 1 | 0.67 |
| Hex | FF | 55 | 7B | 0 | 43 | 34 | 0 | 15B | 64 | 43 |
| Octal | 377 | 125 | 173 | 0 | 103 | 64 | 0 | 533 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1111011 | 0 | 1000011 | 110100 | 0 | 101011011 | 1100100 | 1000011 |
Color Harmonies of #FF557B
Complementary color
Monochromatic Colors of #FF557B
Black with #FF557B
Text Example
Text Example
White with #FF557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF557B; }
p { color: rgb(255,85,123); }
H1.HeaderClassName
{
color: #FF557B;
}
.AnyTagClassName
{
color: #FF557B;
}
</style>
background-color css
<style>
a { background-color: #FF557B; }
a { background-color: rgb(255,85,123); }
div.DivClassName
{
background-color: #FF557B;
}
.BgClassName
{
background-color: #FF557B;
}
</style>
border-color css
<style>
span { border-color: #FF557B; }
span { border-color: rgb(255,85,123); }
td.TdClassName
{
border-color: #FF557B;
}
.TagClassName
{
border-color: #FF557B;
}
</style>