Shades of Wild Watermelon #FB5077
Tints of Wild Watermelon #FB5077
RGB
CMYK
RGB Variations
Color information
#FB5077 (or 0xFB5077) is known color: Wild Watermelon. HEX triplet: FB, 50 and 77. RGB value is (251,80,119). Sum of RGB (Red+Green+Blue) = 251+80+119=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5077 is #04AF88. Grayscale: #878787. Windows color (decimal): -307081 or 7819515. OLE color: 7819515.
HSL color Cylindrical-coordinate representation of color #FB5077: hue angle of 346.32º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5077 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 119 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.02 |
| HSL | 346.32º | 0.96% | 0.65% | - |
| HSV(B) | 346.32º | 0.68% | 0.98% | - |
| XYZ | 45.98 | 27.58 | 20.35 | - |
| YUV | 135.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 119 | 0 | 0.68 | 0.53 | 0.02 | 346.32 | 0.96 | 0.65 |
| Hex | FB | 50 | 77 | 0 | 44 | 35 | 2 | 15A | 60 | 41 |
| Octal | 373 | 120 | 167 | 0 | 104 | 65 | 2 | 532 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1110111 | 0 | 1000100 | 110101 | 10 | 101011010 | 1100000 | 1000001 |
Color Harmonies of #FB5077
Complementary color
Monochromatic Colors of #FB5077
Black with #FB5077
Text Example
Text Example
White with #FB5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5077; }
p { color: rgb(251,80,119); }
H1.HeaderClassName
{
color: #FB5077;
}
.AnyTagClassName
{
color: #FB5077;
}
</style>
background-color css
<style>
a { background-color: #FB5077; }
a { background-color: rgb(251,80,119); }
div.DivClassName
{
background-color: #FB5077;
}
.BgClassName
{
background-color: #FB5077;
}
</style>
border-color css
<style>
span { border-color: #FB5077; }
span { border-color: rgb(251,80,119); }
td.TdClassName
{
border-color: #FB5077;
}
.TagClassName
{
border-color: #FB5077;
}
</style>