Shades of Wild Watermelon #FB5770
Tints of Wild Watermelon #FB5770
RGB
CMYK
RGB Variations
Color information
#FB5770 (or 0xFB5770) is known color: Wild Watermelon. HEX triplet: FB, 57 and 70. RGB value is (251,87,112). Sum of RGB (Red+Green+Blue) = 251+87+112=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5770 is #04A88F. Grayscale: #8A8A8A. Windows color (decimal): -305296 or 7362555. OLE color: 7362555.
HSL color Cylindrical-coordinate representation of color #FB5770: hue angle of 350.85º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5770 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 112 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.02 |
| HSL | 350.85º | 0.95% | 0.66% | - |
| HSV(B) | 350.85º | 0.65% | 0.98% | - |
| XYZ | 46.12 | 28.5 | 18.4 | - |
| YUV | 138.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 112 | 0 | 0.65 | 0.55 | 0.02 | 350.85 | 0.95 | 0.66 |
| Hex | FB | 57 | 70 | 0 | 41 | 37 | 2 | 15F | 5F | 42 |
| Octal | 373 | 127 | 160 | 0 | 101 | 67 | 2 | 537 | 137 | 102 |
| Binary | 11111011 | 1010111 | 1110000 | 0 | 1000001 | 110111 | 10 | 101011111 | 1011111 | 1000010 |
Color Harmonies of #FB5770
Complementary color
Monochromatic Colors of #FB5770
Black with #FB5770
Text Example
Text Example
White with #FB5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5770; }
p { color: rgb(251,87,112); }
H1.HeaderClassName
{
color: #FB5770;
}
.AnyTagClassName
{
color: #FB5770;
}
</style>
background-color css
<style>
a { background-color: #FB5770; }
a { background-color: rgb(251,87,112); }
div.DivClassName
{
background-color: #FB5770;
}
.BgClassName
{
background-color: #FB5770;
}
</style>
border-color css
<style>
span { border-color: #FB5770; }
span { border-color: rgb(251,87,112); }
td.TdClassName
{
border-color: #FB5770;
}
.TagClassName
{
border-color: #FB5770;
}
</style>