Shades of Wild Watermelon #FF557F
Tints of Wild Watermelon #FF557F
RGB
CMYK
RGB Variations
Color information
#FF557F (or 0xFF557F) is known color: Wild Watermelon. HEX triplet: FF, 55 and 7F. RGB value is (255,85,127). Sum of RGB (Red+Green+Blue) = 255+85+127=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF557F is #00AA80. Grayscale: #8C8C8C. Windows color (decimal): -43649 or 8345087. OLE color: 8345087.
HSL color Cylindrical-coordinate representation of color #FF557F: hue angle of 345.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 #FF557F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 127 | - |
| CMYK | 0 | 0.67 | 0.50 | 0 |
| HSL | 345.18º | 1% | 0.67% | - |
| HSV(B) | 345.18º | 0.67% | 1% | - |
| XYZ | 48.32 | 29.29 | 23.19 | - |
| YUV | 140.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 127 | 0 | 0.67 | 0.50 | 0 | 345.18 | 1 | 0.67 |
| Hex | FF | 55 | 7F | 0 | 43 | 32 | 0 | 159 | 64 | 43 |
| Octal | 377 | 125 | 177 | 0 | 103 | 62 | 0 | 531 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1111111 | 0 | 1000011 | 110010 | 0 | 101011001 | 1100100 | 1000011 |
Color Harmonies of #FF557F
Complementary color
Monochromatic Colors of #FF557F
Black with #FF557F
Text Example
Text Example
White with #FF557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF557F; }
p { color: rgb(255,85,127); }
H1.HeaderClassName
{
color: #FF557F;
}
.AnyTagClassName
{
color: #FF557F;
}
</style>
background-color css
<style>
a { background-color: #FF557F; }
a { background-color: rgb(255,85,127); }
div.DivClassName
{
background-color: #FF557F;
}
.BgClassName
{
background-color: #FF557F;
}
</style>
border-color css
<style>
span { border-color: #FF557F; }
span { border-color: rgb(255,85,127); }
td.TdClassName
{
border-color: #FF557F;
}
.TagClassName
{
border-color: #FF557F;
}
</style>