Shades of Wild Watermelon #FB537B
Tints of Wild Watermelon #FB537B
RGB
CMYK
RGB Variations
Color information
#FB537B (or 0xFB537B) is known color: Wild Watermelon. HEX triplet: FB, 53 and 7B. RGB value is (251,83,123). Sum of RGB (Red+Green+Blue) = 251+83+123=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB537B is #04AC84. Grayscale: #898989. Windows color (decimal): -306309 or 8082427. OLE color: 8082427.
HSL color Cylindrical-coordinate representation of color #FB537B: hue angle of 345.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB537B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 123 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.02 |
| HSL | 345.71º | 0.95% | 0.65% | - |
| HSV(B) | 345.71º | 0.67% | 0.98% | - |
| XYZ | 46.45 | 28.13 | 21.72 | - |
| YUV | 137.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 123 | 0 | 0.67 | 0.51 | 0.02 | 345.71 | 0.95 | 0.65 |
| Hex | FB | 53 | 7B | 0 | 43 | 33 | 2 | 15A | 5F | 41 |
| Octal | 373 | 123 | 173 | 0 | 103 | 63 | 2 | 532 | 137 | 101 |
| Binary | 11111011 | 1010011 | 1111011 | 0 | 1000011 | 110011 | 10 | 101011010 | 1011111 | 1000001 |
Color Harmonies of #FB537B
Complementary color
Monochromatic Colors of #FB537B
Black with #FB537B
Text Example
Text Example
White with #FB537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB537B; }
p { color: rgb(251,83,123); }
H1.HeaderClassName
{
color: #FB537B;
}
.AnyTagClassName
{
color: #FB537B;
}
</style>
background-color css
<style>
a { background-color: #FB537B; }
a { background-color: rgb(251,83,123); }
div.DivClassName
{
background-color: #FB537B;
}
.BgClassName
{
background-color: #FB537B;
}
</style>
border-color css
<style>
span { border-color: #FB537B; }
span { border-color: rgb(251,83,123); }
td.TdClassName
{
border-color: #FB537B;
}
.TagClassName
{
border-color: #FB537B;
}
</style>