Shades of Wild Watermelon #FF577A
Tints of Wild Watermelon #FF577A
RGB
CMYK
RGB Variations
Color information
#FF577A (or 0xFF577A) is known color: Wild Watermelon. HEX triplet: FF, 57 and 7A. RGB value is (255,87,122). Sum of RGB (Red+Green+Blue) = 255+87+122=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF577A is #00A885. Grayscale: #8D8D8D. Windows color (decimal): -43142 or 8017919. OLE color: 8017919.
HSL color Cylindrical-coordinate representation of color #FF577A: hue angle of 347.5º 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 #FF577A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 122 | - |
| CMYK | 0 | 0.66 | 0.52 | 0 |
| HSL | 347.5º | 1% | 0.67% | - |
| HSV(B) | 347.5º | 0.66% | 1% | - |
| XYZ | 48.16 | 29.48 | 21.56 | - |
| YUV | 141.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 122 | 0 | 0.66 | 0.52 | 0 | 347.5 | 1 | 0.67 |
| Hex | FF | 57 | 7A | 0 | 42 | 34 | 0 | 15C | 64 | 43 |
| Octal | 377 | 127 | 172 | 0 | 102 | 64 | 0 | 534 | 144 | 103 |
| Binary | 11111111 | 1010111 | 1111010 | 0 | 1000010 | 110100 | 0 | 101011100 | 1100100 | 1000011 |
Color Harmonies of #FF577A
Complementary color
Monochromatic Colors of #FF577A
Black with #FF577A
Text Example
Text Example
White with #FF577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF577A; }
p { color: rgb(255,87,122); }
H1.HeaderClassName
{
color: #FF577A;
}
.AnyTagClassName
{
color: #FF577A;
}
</style>
background-color css
<style>
a { background-color: #FF577A; }
a { background-color: rgb(255,87,122); }
div.DivClassName
{
background-color: #FF577A;
}
.BgClassName
{
background-color: #FF577A;
}
</style>
border-color css
<style>
span { border-color: #FF577A; }
span { border-color: rgb(255,87,122); }
td.TdClassName
{
border-color: #FF577A;
}
.TagClassName
{
border-color: #FF577A;
}
</style>