Shades of Wild Watermelon #FB5976
Tints of Wild Watermelon #FB5976
RGB
CMYK
RGB Variations
Color information
#FB5976 (or 0xFB5976) is known color: Wild Watermelon. HEX triplet: FB, 59 and 76. RGB value is (251,89,118). Sum of RGB (Red+Green+Blue) = 251+89+118=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5976 is #04A689. Grayscale: #8C8C8C. Windows color (decimal): -304778 or 7756283. OLE color: 7756283.
HSL color Cylindrical-coordinate representation of color #FB5976: hue angle of 349.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5976 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 118 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.02 |
| HSL | 349.26º | 0.95% | 0.67% | - |
| HSV(B) | 349.26º | 0.65% | 0.98% | - |
| XYZ | 46.63 | 28.96 | 20.27 | - |
| YUV | 140.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 118 | 0 | 0.65 | 0.53 | 0.02 | 349.26 | 0.95 | 0.67 |
| Hex | FB | 59 | 76 | 0 | 41 | 35 | 2 | 15D | 5F | 43 |
| Octal | 373 | 131 | 166 | 0 | 101 | 65 | 2 | 535 | 137 | 103 |
| Binary | 11111011 | 1011001 | 1110110 | 0 | 1000001 | 110101 | 10 | 101011101 | 1011111 | 1000011 |
Color Harmonies of #FB5976
Complementary color
Monochromatic Colors of #FB5976
Black with #FB5976
Text Example
Text Example
White with #FB5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5976; }
p { color: rgb(251,89,118); }
H1.HeaderClassName
{
color: #FB5976;
}
.AnyTagClassName
{
color: #FB5976;
}
</style>
background-color css
<style>
a { background-color: #FB5976; }
a { background-color: rgb(251,89,118); }
div.DivClassName
{
background-color: #FB5976;
}
.BgClassName
{
background-color: #FB5976;
}
</style>
border-color css
<style>
span { border-color: #FB5976; }
span { border-color: rgb(251,89,118); }
td.TdClassName
{
border-color: #FB5976;
}
.TagClassName
{
border-color: #FB5976;
}
</style>