Shades of Wild Watermelon #FB545B
Tints of Wild Watermelon #FB545B
RGB
CMYK
RGB Variations
Color information
#FB545B (or 0xFB545B) is known color: Wild Watermelon. HEX triplet: FB, 54 and 5B. RGB value is (251,84,91). Sum of RGB (Red+Green+Blue) = 251+84+91=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB545B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB545B is #04ABA4. Grayscale: #868686. Windows color (decimal): -306085 or 5985531. OLE color: 5985531.
HSL color Cylindrical-coordinate representation of color #FB545B: hue angle of 357.49º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB545B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 91 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.02 |
| HSL | 357.49º | 0.95% | 0.66% | - |
| HSV(B) | 357.49º | 0.67% | 0.98% | - |
| XYZ | 44.84 | 27.61 | 12.86 | - |
| YUV | 134.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 91 | 0 | 0.67 | 0.64 | 0.02 | 357.49 | 0.95 | 0.66 |
| Hex | FB | 54 | 5B | 0 | 43 | 40 | 2 | 165 | 5F | 42 |
| Octal | 373 | 124 | 133 | 0 | 103 | 100 | 2 | 545 | 137 | 102 |
| Binary | 11111011 | 1010100 | 1011011 | 0 | 1000011 | 1000000 | 10 | 101100101 | 1011111 | 1000010 |
Color Harmonies of #FB545B
Complementary color
Monochromatic Colors of #FB545B
Black with #FB545B
Text Example
Text Example
White with #FB545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB545B; }
p { color: rgb(251,84,91); }
H1.HeaderClassName
{
color: #FB545B;
}
.AnyTagClassName
{
color: #FB545B;
}
</style>
background-color css
<style>
a { background-color: #FB545B; }
a { background-color: rgb(251,84,91); }
div.DivClassName
{
background-color: #FB545B;
}
.BgClassName
{
background-color: #FB545B;
}
</style>
border-color css
<style>
span { border-color: #FB545B; }
span { border-color: rgb(251,84,91); }
td.TdClassName
{
border-color: #FB545B;
}
.TagClassName
{
border-color: #FB545B;
}
</style>