Shades of Wild Watermelon #FB5168
Tints of Wild Watermelon #FB5168
RGB
CMYK
RGB Variations
Color information
#FB5168 (or 0xFB5168) is known color: Wild Watermelon. HEX triplet: FB, 51 and 68. RGB value is (251,81,104). Sum of RGB (Red+Green+Blue) = 251+81+104=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5168 is #04AE97. Grayscale: #868686. Windows color (decimal): -306840 or 6836731. OLE color: 6836731.
HSL color Cylindrical-coordinate representation of color #FB5168: hue angle of 351.88º 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 #FB5168 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 104 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.02 |
| HSL | 351.88º | 0.96% | 0.65% | - |
| HSV(B) | 351.88º | 0.68% | 0.98% | - |
| XYZ | 45.22 | 27.39 | 16 | - |
| YUV | 134.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 104 | 0 | 0.68 | 0.59 | 0.02 | 351.88 | 0.96 | 0.65 |
| Hex | FB | 51 | 68 | 0 | 44 | 3B | 2 | 160 | 60 | 41 |
| Octal | 373 | 121 | 150 | 0 | 104 | 73 | 2 | 540 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1101000 | 0 | 1000100 | 111011 | 10 | 101100000 | 1100000 | 1000001 |
Color Harmonies of #FB5168
Complementary color
Monochromatic Colors of #FB5168
Black with #FB5168
Text Example
Text Example
White with #FB5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5168; }
p { color: rgb(251,81,104); }
H1.HeaderClassName
{
color: #FB5168;
}
.AnyTagClassName
{
color: #FB5168;
}
</style>
background-color css
<style>
a { background-color: #FB5168; }
a { background-color: rgb(251,81,104); }
div.DivClassName
{
background-color: #FB5168;
}
.BgClassName
{
background-color: #FB5168;
}
</style>
border-color css
<style>
span { border-color: #FB5168; }
span { border-color: rgb(251,81,104); }
td.TdClassName
{
border-color: #FB5168;
}
.TagClassName
{
border-color: #FB5168;
}
</style>