Shades of Wild Watermelon #FB5D64
Tints of Wild Watermelon #FB5D64
RGB
CMYK
RGB Variations
Color information
#FB5D64 (or 0xFB5D64) is known color: Wild Watermelon. HEX triplet: FB, 5D and 64. RGB value is (251,93,100). Sum of RGB (Red+Green+Blue) = 251+93+100=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D64 is #04A29B. Grayscale: #8D8D8D. Windows color (decimal): -303772 or 6577659. OLE color: 6577659.
HSL color Cylindrical-coordinate representation of color #FB5D64: hue angle of 357.34º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D64 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 100 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.02 |
| HSL | 357.34º | 0.95% | 0.67% | - |
| HSV(B) | 357.34º | 0.63% | 0.98% | - |
| XYZ | 46 | 29.26 | 15.28 | - |
| YUV | 141.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 100 | 0 | 0.63 | 0.60 | 0.02 | 357.34 | 0.95 | 0.67 |
| Hex | FB | 5D | 64 | 0 | 3F | 3C | 2 | 165 | 5F | 43 |
| Octal | 373 | 135 | 144 | 0 | 77 | 74 | 2 | 545 | 137 | 103 |
| Binary | 11111011 | 1011101 | 1100100 | 0 | 111111 | 111100 | 10 | 101100101 | 1011111 | 1000011 |
Color Harmonies of #FB5D64
Complementary color
Monochromatic Colors of #FB5D64
Black with #FB5D64
Text Example
Text Example
White with #FB5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D64; }
p { color: rgb(251,93,100); }
H1.HeaderClassName
{
color: #FB5D64;
}
.AnyTagClassName
{
color: #FB5D64;
}
</style>
background-color css
<style>
a { background-color: #FB5D64; }
a { background-color: rgb(251,93,100); }
div.DivClassName
{
background-color: #FB5D64;
}
.BgClassName
{
background-color: #FB5D64;
}
</style>
border-color css
<style>
span { border-color: #FB5D64; }
span { border-color: rgb(251,93,100); }
td.TdClassName
{
border-color: #FB5D64;
}
.TagClassName
{
border-color: #FB5D64;
}
</style>