Shades of Wild Watermelon #FF537C
Tints of Wild Watermelon #FF537C
RGB
CMYK
RGB Variations
Color information
#FF537C (or 0xFF537C) is known color: Wild Watermelon. HEX triplet: FF, 53 and 7C. RGB value is (255,83,124). Sum of RGB (Red+Green+Blue) = 255+83+124=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF537C is #00AC83. Grayscale: #8B8B8B. Windows color (decimal): -44164 or 8147967. OLE color: 8147967.
HSL color Cylindrical-coordinate representation of color #FF537C: hue angle of 345.7º 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 #FF537C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 124 | - |
| CMYK | 0 | 0.67 | 0.51 | 0 |
| HSL | 345.7º | 1% | 0.66% | - |
| HSV(B) | 345.7º | 0.67% | 1% | - |
| XYZ | 47.97 | 28.9 | 22.12 | - |
| YUV | 139.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 124 | 0 | 0.67 | 0.51 | 0 | 345.7 | 1 | 0.66 |
| Hex | FF | 53 | 7C | 0 | 43 | 33 | 0 | 15A | 64 | 42 |
| Octal | 377 | 123 | 174 | 0 | 103 | 63 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1111100 | 0 | 1000011 | 110011 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF537C
Complementary color
Monochromatic Colors of #FF537C
Black with #FF537C
Text Example
Text Example
White with #FF537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF537C; }
p { color: rgb(255,83,124); }
H1.HeaderClassName
{
color: #FF537C;
}
.AnyTagClassName
{
color: #FF537C;
}
</style>
background-color css
<style>
a { background-color: #FF537C; }
a { background-color: rgb(255,83,124); }
div.DivClassName
{
background-color: #FF537C;
}
.BgClassName
{
background-color: #FF537C;
}
</style>
border-color css
<style>
span { border-color: #FF537C; }
span { border-color: rgb(255,83,124); }
td.TdClassName
{
border-color: #FF537C;
}
.TagClassName
{
border-color: #FF537C;
}
</style>