Shades of Wild Watermelon #FF537B
Tints of Wild Watermelon #FF537B
RGB
CMYK
RGB Variations
Color information
#FF537B (or 0xFF537B) is known color: Wild Watermelon. HEX triplet: FF, 53 and 7B. RGB value is (255,83,123). Sum of RGB (Red+Green+Blue) = 255+83+123=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF537B is #00AC84. Grayscale: #8B8B8B. Windows color (decimal): -44165 or 8082431. OLE color: 8082431.
HSL color Cylindrical-coordinate representation of color #FF537B: hue angle of 346.05º 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 #FF537B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 123 | - |
| CMYK | 0 | 0.67 | 0.52 | 0 |
| HSL | 346.05º | 1% | 0.66% | - |
| HSV(B) | 346.05º | 0.67% | 1% | - |
| XYZ | 47.91 | 28.88 | 21.79 | - |
| YUV | 138.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 123 | 0 | 0.67 | 0.52 | 0 | 346.05 | 1 | 0.66 |
| Hex | FF | 53 | 7B | 0 | 43 | 34 | 0 | 15A | 64 | 42 |
| Octal | 377 | 123 | 173 | 0 | 103 | 64 | 0 | 532 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1111011 | 0 | 1000011 | 110100 | 0 | 101011010 | 1100100 | 1000010 |
Color Harmonies of #FF537B
Complementary color
Monochromatic Colors of #FF537B
Black with #FF537B
Text Example
Text Example
White with #FF537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF537B; }
p { color: rgb(255,83,123); }
H1.HeaderClassName
{
color: #FF537B;
}
.AnyTagClassName
{
color: #FF537B;
}
</style>
background-color css
<style>
a { background-color: #FF537B; }
a { background-color: rgb(255,83,123); }
div.DivClassName
{
background-color: #FF537B;
}
.BgClassName
{
background-color: #FF537B;
}
</style>
border-color css
<style>
span { border-color: #FF537B; }
span { border-color: rgb(255,83,123); }
td.TdClassName
{
border-color: #FF537B;
}
.TagClassName
{
border-color: #FF537B;
}
</style>