Shades of Wild Watermelon #FB4472
Tints of Wild Watermelon #FB4472
RGB
CMYK
RGB Variations
Color information
#FB4472 (or 0xFB4472) is known color: Wild Watermelon. HEX triplet: FB, 44 and 72. RGB value is (251,68,114). Sum of RGB (Red+Green+Blue) = 251+68+114=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4472 is #04BB8D. Grayscale: #7F7F7F. Windows color (decimal): -310158 or 7488763. OLE color: 7488763.
HSL color Cylindrical-coordinate representation of color #FB4472: hue angle of 344.92º 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 #FB4472 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 114 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.02 |
| HSL | 344.92º | 0.96% | 0.63% | - |
| HSV(B) | 344.92º | 0.73% | 0.98% | - |
| XYZ | 44.89 | 25.86 | 18.54 | - |
| YUV | 127.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 114 | 0 | 0.73 | 0.55 | 0.02 | 344.92 | 0.96 | 0.63 |
| Hex | FB | 44 | 72 | 0 | 49 | 37 | 2 | 159 | 60 | 3F |
| Octal | 373 | 104 | 162 | 0 | 111 | 67 | 2 | 531 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1110010 | 0 | 1001001 | 110111 | 10 | 101011001 | 1100000 | 111111 |
Color Harmonies of #FB4472
Complementary color
Monochromatic Colors of #FB4472
Black with #FB4472
Text Example
Text Example
White with #FB4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4472; }
p { color: rgb(251,68,114); }
H1.HeaderClassName
{
color: #FB4472;
}
.AnyTagClassName
{
color: #FB4472;
}
</style>
background-color css
<style>
a { background-color: #FB4472; }
a { background-color: rgb(251,68,114); }
div.DivClassName
{
background-color: #FB4472;
}
.BgClassName
{
background-color: #FB4472;
}
</style>
border-color css
<style>
span { border-color: #FB4472; }
span { border-color: rgb(251,68,114); }
td.TdClassName
{
border-color: #FB4472;
}
.TagClassName
{
border-color: #FB4472;
}
</style>