Shades of Bittersweet #FB6565
Tints of Bittersweet #FB6565
RGB
CMYK
RGB Variations
Color information
#FB6565 (or 0xFB6565) is known color: Bittersweet. HEX triplet: FB, 65 and 65. RGB value is (251,101,101). Sum of RGB (Red+Green+Blue) = 251+101+101=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6565 is #049A9A. Grayscale: #929292. Windows color (decimal): -301723 or 6645243. OLE color: 6645243.
HSL color Cylindrical-coordinate representation of color #FB6565: hue angle of 0º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6565 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 101 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.02 |
| HSL | 0º | 0.95% | 0.69% | - |
| HSV(B) | 0º | 0.6% | 0.98% | - |
| XYZ | 46.79 | 30.76 | 15.78 | - |
| YUV | 145.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 101 | 0 | 0.60 | 0.60 | 0.02 | 0 | 0.95 | 0.69 |
| Hex | FB | 65 | 65 | 0 | 3C | 3C | 2 | 0 | 5F | 45 |
| Octal | 373 | 145 | 145 | 0 | 74 | 74 | 2 | 0 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1100101 | 0 | 111100 | 111100 | 10 | 0 | 1011111 | 1000101 |
Color Harmonies of #FB6565
Complementary color
Monochromatic Colors of #FB6565
Black with #FB6565
Text Example
Text Example
White with #FB6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6565; }
p { color: rgb(251,101,101); }
H1.HeaderClassName
{
color: #FB6565;
}
.AnyTagClassName
{
color: #FB6565;
}
</style>
background-color css
<style>
a { background-color: #FB6565; }
a { background-color: rgb(251,101,101); }
div.DivClassName
{
background-color: #FB6565;
}
.BgClassName
{
background-color: #FB6565;
}
</style>
border-color css
<style>
span { border-color: #FB6565; }
span { border-color: rgb(251,101,101); }
td.TdClassName
{
border-color: #FB6565;
}
.TagClassName
{
border-color: #FB6565;
}
</style>