Shades of Wild Watermelon #FB5B73
Tints of Wild Watermelon #FB5B73
RGB
CMYK
RGB Variations
Color information
#FB5B73 (or 0xFB5B73) is known color: Wild Watermelon. HEX triplet: FB, 5B and 73. RGB value is (251,91,115). Sum of RGB (Red+Green+Blue) = 251+91+115=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B73 is #04A48C. Grayscale: #8D8D8D. Windows color (decimal): -304269 or 7560187. OLE color: 7560187.
HSL color Cylindrical-coordinate representation of color #FB5B73: hue angle of 351º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5B73 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 115 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.02 |
| HSL | 351º | 0.95% | 0.67% | - |
| HSV(B) | 351º | 0.64% | 0.98% | - |
| XYZ | 46.62 | 29.23 | 19.4 | - |
| YUV | 141.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 115 | 0 | 0.64 | 0.54 | 0.02 | 351 | 0.95 | 0.67 |
| Hex | FB | 5B | 73 | 0 | 40 | 36 | 2 | 15F | 5F | 43 |
| Octal | 373 | 133 | 163 | 0 | 100 | 66 | 2 | 537 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1110011 | 0 | 1000000 | 110110 | 10 | 101011111 | 1011111 | 1000011 |
Color Harmonies of #FB5B73
Complementary color
Monochromatic Colors of #FB5B73
Black with #FB5B73
Text Example
Text Example
White with #FB5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B73; }
p { color: rgb(251,91,115); }
H1.HeaderClassName
{
color: #FB5B73;
}
.AnyTagClassName
{
color: #FB5B73;
}
</style>
background-color css
<style>
a { background-color: #FB5B73; }
a { background-color: rgb(251,91,115); }
div.DivClassName
{
background-color: #FB5B73;
}
.BgClassName
{
background-color: #FB5B73;
}
</style>
border-color css
<style>
span { border-color: #FB5B73; }
span { border-color: rgb(251,91,115); }
td.TdClassName
{
border-color: #FB5B73;
}
.TagClassName
{
border-color: #FB5B73;
}
</style>