Shades of Wild Watermelon #FB6065
Tints of Wild Watermelon #FB6065
RGB
CMYK
RGB Variations
Color information
#FB6065 (or 0xFB6065) is known color: Wild Watermelon. HEX triplet: FB, 60 and 65. RGB value is (251,96,101). Sum of RGB (Red+Green+Blue) = 251+96+101=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6065 is #049F9A. Grayscale: #8F8F8F. Windows color (decimal): -303003 or 6643963. OLE color: 6643963.
HSL color Cylindrical-coordinate representation of color #FB6065: hue angle of 358.06º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB6065 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.02 |
| HSL | 358.06º | 0.95% | 0.68% | - |
| HSV(B) | 358.06º | 0.62% | 0.98% | - |
| XYZ | 46.32 | 29.81 | 15.63 | - |
| YUV | 142.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 101 | 0 | 0.62 | 0.60 | 0.02 | 358.06 | 0.95 | 0.68 |
| Hex | FB | 60 | 65 | 0 | 3E | 3C | 2 | 166 | 5F | 44 |
| Octal | 373 | 140 | 145 | 0 | 76 | 74 | 2 | 546 | 137 | 104 |
| Binary | 11111011 | 1100000 | 1100101 | 0 | 111110 | 111100 | 10 | 101100110 | 1011111 | 1000100 |
Color Harmonies of #FB6065
Complementary color
Monochromatic Colors of #FB6065
Black with #FB6065
Text Example
Text Example
White with #FB6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6065; }
p { color: rgb(251,96,101); }
H1.HeaderClassName
{
color: #FB6065;
}
.AnyTagClassName
{
color: #FB6065;
}
</style>
background-color css
<style>
a { background-color: #FB6065; }
a { background-color: rgb(251,96,101); }
div.DivClassName
{
background-color: #FB6065;
}
.BgClassName
{
background-color: #FB6065;
}
</style>
border-color css
<style>
span { border-color: #FB6065; }
span { border-color: rgb(251,96,101); }
td.TdClassName
{
border-color: #FB6065;
}
.TagClassName
{
border-color: #FB6065;
}
</style>