Shades of Wild Watermelon #FB535B
Tints of Wild Watermelon #FB535B
RGB
CMYK
RGB Variations
Color information
#FB535B (or 0xFB535B) is known color: Wild Watermelon. HEX triplet: FB, 53 and 5B. RGB value is (251,83,91). Sum of RGB (Red+Green+Blue) = 251+83+91=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB535B is #04ACA4. Grayscale: #868686. Windows color (decimal): -306341 or 5985275. OLE color: 5985275.
HSL color Cylindrical-coordinate representation of color #FB535B: hue angle of 357.14º 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 #FB535B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 91 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.02 |
| HSL | 357.14º | 0.95% | 0.65% | - |
| HSV(B) | 357.14º | 0.67% | 0.98% | - |
| XYZ | 44.77 | 27.45 | 12.84 | - |
| YUV | 134.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 91 | 0 | 0.67 | 0.64 | 0.02 | 357.14 | 0.95 | 0.65 |
| Hex | FB | 53 | 5B | 0 | 43 | 40 | 2 | 165 | 5F | 41 |
| Octal | 373 | 123 | 133 | 0 | 103 | 100 | 2 | 545 | 137 | 101 |
| Binary | 11111011 | 1010011 | 1011011 | 0 | 1000011 | 1000000 | 10 | 101100101 | 1011111 | 1000001 |
Color Harmonies of #FB535B
Complementary color
Monochromatic Colors of #FB535B
Black with #FB535B
Text Example
Text Example
White with #FB535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB535B; }
p { color: rgb(251,83,91); }
H1.HeaderClassName
{
color: #FB535B;
}
.AnyTagClassName
{
color: #FB535B;
}
</style>
background-color css
<style>
a { background-color: #FB535B; }
a { background-color: rgb(251,83,91); }
div.DivClassName
{
background-color: #FB535B;
}
.BgClassName
{
background-color: #FB535B;
}
</style>
border-color css
<style>
span { border-color: #FB535B; }
span { border-color: rgb(251,83,91); }
td.TdClassName
{
border-color: #FB535B;
}
.TagClassName
{
border-color: #FB535B;
}
</style>