Shades of Wild Watermelon #FB545A
Tints of Wild Watermelon #FB545A
RGB
CMYK
RGB Variations
Color information
#FB545A (or 0xFB545A) is known color: Wild Watermelon. HEX triplet: FB, 54 and 5A. RGB value is (251,84,90). Sum of RGB (Red+Green+Blue) = 251+84+90=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB545A is #04ABA5. Grayscale: #868686. Windows color (decimal): -306086 or 5919995. OLE color: 5919995.
HSL color Cylindrical-coordinate representation of color #FB545A: hue angle of 357.84º 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 #FB545A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 90 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.02 |
| HSL | 357.84º | 0.95% | 0.66% | - |
| HSV(B) | 357.84º | 0.67% | 0.98% | - |
| XYZ | 44.8 | 27.59 | 12.64 | - |
| YUV | 134.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 90 | 0 | 0.67 | 0.64 | 0.02 | 357.84 | 0.95 | 0.66 |
| Hex | FB | 54 | 5A | 0 | 43 | 40 | 2 | 166 | 5F | 42 |
| Octal | 373 | 124 | 132 | 0 | 103 | 100 | 2 | 546 | 137 | 102 |
| Binary | 11111011 | 1010100 | 1011010 | 0 | 1000011 | 1000000 | 10 | 101100110 | 1011111 | 1000010 |
Color Harmonies of #FB545A
Complementary color
Monochromatic Colors of #FB545A
Black with #FB545A
Text Example
Text Example
White with #FB545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB545A; }
p { color: rgb(251,84,90); }
H1.HeaderClassName
{
color: #FB545A;
}
.AnyTagClassName
{
color: #FB545A;
}
</style>
background-color css
<style>
a { background-color: #FB545A; }
a { background-color: rgb(251,84,90); }
div.DivClassName
{
background-color: #FB545A;
}
.BgClassName
{
background-color: #FB545A;
}
</style>
border-color css
<style>
span { border-color: #FB545A; }
span { border-color: rgb(251,84,90); }
td.TdClassName
{
border-color: #FB545A;
}
.TagClassName
{
border-color: #FB545A;
}
</style>