Shades of Wild Watermelon #FB516B
Tints of Wild Watermelon #FB516B
RGB
CMYK
RGB Variations
Color information
#FB516B (or 0xFB516B) is known color: Wild Watermelon. HEX triplet: FB, 51 and 6B. RGB value is (251,81,107). Sum of RGB (Red+Green+Blue) = 251+81+107=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB516B is #04AE94. Grayscale: #868686. Windows color (decimal): -306837 or 7033339. OLE color: 7033339.
HSL color Cylindrical-coordinate representation of color #FB516B: hue angle of 350.82º 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 #FB516B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 107 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.02 |
| HSL | 350.82º | 0.96% | 0.65% | - |
| HSV(B) | 350.82º | 0.68% | 0.98% | - |
| XYZ | 45.38 | 27.46 | 16.82 | - |
| YUV | 134.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 107 | 0 | 0.68 | 0.57 | 0.02 | 350.82 | 0.96 | 0.65 |
| Hex | FB | 51 | 6B | 0 | 44 | 39 | 2 | 15F | 60 | 41 |
| Octal | 373 | 121 | 153 | 0 | 104 | 71 | 2 | 537 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1101011 | 0 | 1000100 | 111001 | 10 | 101011111 | 1100000 | 1000001 |
Color Harmonies of #FB516B
Complementary color
Monochromatic Colors of #FB516B
Black with #FB516B
Text Example
Text Example
White with #FB516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB516B; }
p { color: rgb(251,81,107); }
H1.HeaderClassName
{
color: #FB516B;
}
.AnyTagClassName
{
color: #FB516B;
}
</style>
background-color css
<style>
a { background-color: #FB516B; }
a { background-color: rgb(251,81,107); }
div.DivClassName
{
background-color: #FB516B;
}
.BgClassName
{
background-color: #FB516B;
}
</style>
border-color css
<style>
span { border-color: #FB516B; }
span { border-color: rgb(251,81,107); }
td.TdClassName
{
border-color: #FB516B;
}
.TagClassName
{
border-color: #FB516B;
}
</style>