Shades of Wild Watermelon #FB5870
Tints of Wild Watermelon #FB5870
RGB
CMYK
RGB Variations
Color information
#FB5870 (or 0xFB5870) is known color: Wild Watermelon. HEX triplet: FB, 58 and 70. RGB value is (251,88,112). Sum of RGB (Red+Green+Blue) = 251+88+112=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5870 is #04A78F. Grayscale: #8B8B8B. Windows color (decimal): -305040 or 7362811. OLE color: 7362811.
HSL color Cylindrical-coordinate representation of color #FB5870: hue angle of 351.17º 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 #FB5870 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 112 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.02 |
| HSL | 351.17º | 0.95% | 0.66% | - |
| HSV(B) | 351.17º | 0.65% | 0.98% | - |
| XYZ | 46.2 | 28.66 | 18.43 | - |
| YUV | 139.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 112 | 0 | 0.65 | 0.55 | 0.02 | 351.17 | 0.95 | 0.66 |
| Hex | FB | 58 | 70 | 0 | 41 | 37 | 2 | 15F | 5F | 42 |
| Octal | 373 | 130 | 160 | 0 | 101 | 67 | 2 | 537 | 137 | 102 |
| Binary | 11111011 | 1011000 | 1110000 | 0 | 1000001 | 110111 | 10 | 101011111 | 1011111 | 1000010 |
Color Harmonies of #FB5870
Complementary color
Monochromatic Colors of #FB5870
Black with #FB5870
Text Example
Text Example
White with #FB5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5870; }
p { color: rgb(251,88,112); }
H1.HeaderClassName
{
color: #FB5870;
}
.AnyTagClassName
{
color: #FB5870;
}
</style>
background-color css
<style>
a { background-color: #FB5870; }
a { background-color: rgb(251,88,112); }
div.DivClassName
{
background-color: #FB5870;
}
.BgClassName
{
background-color: #FB5870;
}
</style>
border-color css
<style>
span { border-color: #FB5870; }
span { border-color: rgb(251,88,112); }
td.TdClassName
{
border-color: #FB5870;
}
.TagClassName
{
border-color: #FB5870;
}
</style>