Shades of Wild Watermelon #FB5B7B
Tints of Wild Watermelon #FB5B7B
RGB
CMYK
RGB Variations
Color information
#FB5B7B (or 0xFB5B7B) is known color: Wild Watermelon. HEX triplet: FB, 5B and 7B. RGB value is (251,91,123). Sum of RGB (Red+Green+Blue) = 251+91+123=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B7B is #04A484. Grayscale: #8E8E8E. Windows color (decimal): -304261 or 8084475. OLE color: 8084475.
HSL color Cylindrical-coordinate representation of color #FB5B7B: hue angle of 348º 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 #FB5B7B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 123 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.02 |
| HSL | 348º | 0.95% | 0.67% | - |
| HSV(B) | 348º | 0.64% | 0.98% | - |
| XYZ | 47.1 | 29.42 | 21.94 | - |
| YUV | 142.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 123 | 0 | 0.64 | 0.51 | 0.02 | 348 | 0.95 | 0.67 |
| Hex | FB | 5B | 7B | 0 | 40 | 33 | 2 | 15C | 5F | 43 |
| Octal | 373 | 133 | 173 | 0 | 100 | 63 | 2 | 534 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1111011 | 0 | 1000000 | 110011 | 10 | 101011100 | 1011111 | 1000011 |
Color Harmonies of #FB5B7B
Complementary color
Monochromatic Colors of #FB5B7B
Black with #FB5B7B
Text Example
Text Example
White with #FB5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B7B; }
p { color: rgb(251,91,123); }
H1.HeaderClassName
{
color: #FB5B7B;
}
.AnyTagClassName
{
color: #FB5B7B;
}
</style>
background-color css
<style>
a { background-color: #FB5B7B; }
a { background-color: rgb(251,91,123); }
div.DivClassName
{
background-color: #FB5B7B;
}
.BgClassName
{
background-color: #FB5B7B;
}
</style>
border-color css
<style>
span { border-color: #FB5B7B; }
span { border-color: rgb(251,91,123); }
td.TdClassName
{
border-color: #FB5B7B;
}
.TagClassName
{
border-color: #FB5B7B;
}
</style>