Shades of Wild Watermelon #FB5B5D
Tints of Wild Watermelon #FB5B5D
RGB
CMYK
RGB Variations
Color information
#FB5B5D (or 0xFB5B5D) is known color: Wild Watermelon. HEX triplet: FB, 5B and 5D. RGB value is (251,91,93). Sum of RGB (Red+Green+Blue) = 251+91+93=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B5D is #04A4A2. Grayscale: #8B8B8B. Windows color (decimal): -304291 or 6118395. OLE color: 6118395.
HSL color Cylindrical-coordinate representation of color #FB5B5D: hue angle of 359.25º 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 #FB5B5D is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 93 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.02 |
| HSL | 359.25º | 0.95% | 0.67% | - |
| HSV(B) | 359.25º | 0.64% | 0.98% | - |
| XYZ | 45.5 | 28.78 | 13.51 | - |
| YUV | 139.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 93 | 0 | 0.64 | 0.63 | 0.02 | 359.25 | 0.95 | 0.67 |
| Hex | FB | 5B | 5D | 0 | 40 | 3F | 2 | 167 | 5F | 43 |
| Octal | 373 | 133 | 135 | 0 | 100 | 77 | 2 | 547 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1011101 | 0 | 1000000 | 111111 | 10 | 101100111 | 1011111 | 1000011 |
Color Harmonies of #FB5B5D
Complementary color
Monochromatic Colors of #FB5B5D
Black with #FB5B5D
Text Example
Text Example
White with #FB5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B5D; }
p { color: rgb(251,91,93); }
H1.HeaderClassName
{
color: #FB5B5D;
}
.AnyTagClassName
{
color: #FB5B5D;
}
</style>
background-color css
<style>
a { background-color: #FB5B5D; }
a { background-color: rgb(251,91,93); }
div.DivClassName
{
background-color: #FB5B5D;
}
.BgClassName
{
background-color: #FB5B5D;
}
</style>
border-color css
<style>
span { border-color: #FB5B5D; }
span { border-color: rgb(251,91,93); }
td.TdClassName
{
border-color: #FB5B5D;
}
.TagClassName
{
border-color: #FB5B5D;
}
</style>