Shades of Wild Watermelon #FF537E
Tints of Wild Watermelon #FF537E
RGB
CMYK
RGB Variations
Color information
#FF537E (or 0xFF537E) is known color: Wild Watermelon. HEX triplet: FF, 53 and 7E. RGB value is (255,83,126). Sum of RGB (Red+Green+Blue) = 255+83+126=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF537E is #00AC81. Grayscale: #8B8B8B. Windows color (decimal): -44162 or 8279039. OLE color: 8279039.
HSL color Cylindrical-coordinate representation of color #FF537E: hue angle of 345º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF537E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 126 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 345º | 1% | 0.66% | - |
| HSV(B) | 345º | 0.67% | 1% | - |
| XYZ | 48.1 | 28.95 | 22.79 | - |
| YUV | 139.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 126 | 0 | 0.67 | 0.51 | 0 | 345 | 1 | 0.66 |
| Hex | FF | 53 | 7E | 0 | 43 | 33 | 0 | 159 | 64 | 42 |
| Octal | 377 | 123 | 176 | 0 | 103 | 63 | 0 | 531 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1111110 | 0 | 1000011 | 110011 | 0 | 101011001 | 1100100 | 1000010 |
Color Harmonies of #FF537E
Complementary color
Monochromatic Colors of #FF537E
Black with #FF537E
Text Example
Text Example
White with #FF537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF537E; }
p { color: rgb(255,83,126); }
H1.HeaderClassName
{
color: #FF537E;
}
.AnyTagClassName
{
color: #FF537E;
}
</style>
background-color css
<style>
a { background-color: #FF537E; }
a { background-color: rgb(255,83,126); }
div.DivClassName
{
background-color: #FF537E;
}
.BgClassName
{
background-color: #FF537E;
}
</style>
border-color css
<style>
span { border-color: #FF537E; }
span { border-color: rgb(255,83,126); }
td.TdClassName
{
border-color: #FF537E;
}
.TagClassName
{
border-color: #FF537E;
}
</style>