Shades of Wild Watermelon #FF575F
Tints of Wild Watermelon #FF575F
RGB
CMYK
RGB Variations
Color information
#FF575F (or 0xFF575F) is known color: Wild Watermelon. HEX triplet: FF, 57 and 5F. RGB value is (255,87,95). Sum of RGB (Red+Green+Blue) = 255+87+95=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF575F is #00A8A0. Grayscale: #8A8A8A. Windows color (decimal): -43169 or 6248447. OLE color: 6248447.
HSL color Cylindrical-coordinate representation of color #FF575F: hue angle of 357.14º 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 #FF575F is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 95 | - |
| CMYK | 0 | 0.66 | 0.63 | 0 |
| HSL | 357.14º | 1% | 0.67% | - |
| HSV(B) | 357.14º | 0.66% | 1% | - |
| XYZ | 46.71 | 28.9 | 13.94 | - |
| YUV | 138.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 95 | 0 | 0.66 | 0.63 | 0 | 357.14 | 1 | 0.67 |
| Hex | FF | 57 | 5F | 0 | 42 | 3F | 0 | 165 | 64 | 43 |
| Octal | 377 | 127 | 137 | 0 | 102 | 77 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1010111 | 1011111 | 0 | 1000010 | 111111 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF575F
Complementary color
Monochromatic Colors of #FF575F
Black with #FF575F
Text Example
Text Example
White with #FF575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF575F; }
p { color: rgb(255,87,95); }
H1.HeaderClassName
{
color: #FF575F;
}
.AnyTagClassName
{
color: #FF575F;
}
</style>
background-color css
<style>
a { background-color: #FF575F; }
a { background-color: rgb(255,87,95); }
div.DivClassName
{
background-color: #FF575F;
}
.BgClassName
{
background-color: #FF575F;
}
</style>
border-color css
<style>
span { border-color: #FF575F; }
span { border-color: rgb(255,87,95); }
td.TdClassName
{
border-color: #FF575F;
}
.TagClassName
{
border-color: #FF575F;
}
</style>