Shades of Wild Watermelon #FF577D
Tints of Wild Watermelon #FF577D
RGB
CMYK
RGB Variations
Color information
#FF577D (or 0xFF577D) is known color: Wild Watermelon. HEX triplet: FF, 57 and 7D. RGB value is (255,87,125). Sum of RGB (Red+Green+Blue) = 255+87+125=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF577D is #00A882. Grayscale: #8D8D8D. Windows color (decimal): -43139 or 8214527. OLE color: 8214527.
HSL color Cylindrical-coordinate representation of color #FF577D: hue angle of 346.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF577D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 125 | - |
| CMYK | 0 | 0.66 | 0.51 | 0 |
| HSL | 346.43º | 1% | 0.67% | - |
| HSV(B) | 346.43º | 0.66% | 1% | - |
| XYZ | 48.35 | 29.56 | 22.56 | - |
| YUV | 141.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 125 | 0 | 0.66 | 0.51 | 0 | 346.43 | 1 | 0.67 |
| Hex | FF | 57 | 7D | 0 | 42 | 33 | 0 | 15A | 64 | 43 |
| Octal | 377 | 127 | 175 | 0 | 102 | 63 | 0 | 532 | 144 | 103 |
| Binary | 11111111 | 1010111 | 1111101 | 0 | 1000010 | 110011 | 0 | 101011010 | 1100100 | 1000011 |
Color Harmonies of #FF577D
Complementary color
Monochromatic Colors of #FF577D
Black with #FF577D
Text Example
Text Example
White with #FF577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF577D; }
p { color: rgb(255,87,125); }
H1.HeaderClassName
{
color: #FF577D;
}
.AnyTagClassName
{
color: #FF577D;
}
</style>
background-color css
<style>
a { background-color: #FF577D; }
a { background-color: rgb(255,87,125); }
div.DivClassName
{
background-color: #FF577D;
}
.BgClassName
{
background-color: #FF577D;
}
</style>
border-color css
<style>
span { border-color: #FF577D; }
span { border-color: rgb(255,87,125); }
td.TdClassName
{
border-color: #FF577D;
}
.TagClassName
{
border-color: #FF577D;
}
</style>