Shades of Wild Watermelon #FB4471
Tints of Wild Watermelon #FB4471
RGB
CMYK
RGB Variations
Color information
#FB4471 (or 0xFB4471) is known color: Wild Watermelon. HEX triplet: FB, 44 and 71. RGB value is (251,68,113). Sum of RGB (Red+Green+Blue) = 251+68+113=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4471 is #04BB8E. Grayscale: #7F7F7F. Windows color (decimal): -310159 or 7423227. OLE color: 7423227.
HSL color Cylindrical-coordinate representation of color #FB4471: hue angle of 345.25º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4471 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 113 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.02 |
| HSL | 345.25º | 0.96% | 0.63% | - |
| HSV(B) | 345.25º | 0.73% | 0.98% | - |
| XYZ | 44.83 | 25.84 | 18.25 | - |
| YUV | 127.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 113 | 0 | 0.73 | 0.55 | 0.02 | 345.25 | 0.96 | 0.63 |
| Hex | FB | 44 | 71 | 0 | 49 | 37 | 2 | 159 | 60 | 3F |
| Octal | 373 | 104 | 161 | 0 | 111 | 67 | 2 | 531 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1110001 | 0 | 1001001 | 110111 | 10 | 101011001 | 1100000 | 111111 |
Color Harmonies of #FB4471
Complementary color
Monochromatic Colors of #FB4471
Black with #FB4471
Text Example
Text Example
White with #FB4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4471; }
p { color: rgb(251,68,113); }
H1.HeaderClassName
{
color: #FB4471;
}
.AnyTagClassName
{
color: #FB4471;
}
</style>
background-color css
<style>
a { background-color: #FB4471; }
a { background-color: rgb(251,68,113); }
div.DivClassName
{
background-color: #FB4471;
}
.BgClassName
{
background-color: #FB4471;
}
</style>
border-color css
<style>
span { border-color: #FB4471; }
span { border-color: rgb(251,68,113); }
td.TdClassName
{
border-color: #FB4471;
}
.TagClassName
{
border-color: #FB4471;
}
</style>