Shades of Wild Watermelon #FB4973
Tints of Wild Watermelon #FB4973
RGB
CMYK
RGB Variations
Color information
#FB4973 (or 0xFB4973) is known color: Wild Watermelon. HEX triplet: FB, 49 and 73. RGB value is (251,73,115). Sum of RGB (Red+Green+Blue) = 251+73+115=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4973 is #04B68C. Grayscale: #838383. Windows color (decimal): -308877 or 7555579. OLE color: 7555579.
HSL color Cylindrical-coordinate representation of color #FB4973: hue angle of 345.84º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4973 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 115 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.02 |
| HSL | 345.84º | 0.96% | 0.64% | - |
| HSV(B) | 345.84º | 0.71% | 0.98% | - |
| XYZ | 45.26 | 26.51 | 18.95 | - |
| YUV | 131.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 115 | 0 | 0.71 | 0.54 | 0.02 | 345.84 | 0.96 | 0.64 |
| Hex | FB | 49 | 73 | 0 | 47 | 36 | 2 | 15A | 60 | 40 |
| Octal | 373 | 111 | 163 | 0 | 107 | 66 | 2 | 532 | 140 | 100 |
| Binary | 11111011 | 1001001 | 1110011 | 0 | 1000111 | 110110 | 10 | 101011010 | 1100000 | 1000000 |
Color Harmonies of #FB4973
Complementary color
Monochromatic Colors of #FB4973
Black with #FB4973
Text Example
Text Example
White with #FB4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4973; }
p { color: rgb(251,73,115); }
H1.HeaderClassName
{
color: #FB4973;
}
.AnyTagClassName
{
color: #FB4973;
}
</style>
background-color css
<style>
a { background-color: #FB4973; }
a { background-color: rgb(251,73,115); }
div.DivClassName
{
background-color: #FB4973;
}
.BgClassName
{
background-color: #FB4973;
}
</style>
border-color css
<style>
span { border-color: #FB4973; }
span { border-color: rgb(251,73,115); }
td.TdClassName
{
border-color: #FB4973;
}
.TagClassName
{
border-color: #FB4973;
}
</style>