Shades of Bittersweet #FB6C65
Tints of Bittersweet #FB6C65
RGB
CMYK
RGB Variations
Color information
#FB6C65 (or 0xFB6C65) is known color: Bittersweet. HEX triplet: FB, 6C and 65. RGB value is (251,108,101). Sum of RGB (Red+Green+Blue) = 251+108+101=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C65 is #04939A. Grayscale: #969696. Windows color (decimal): -299931 or 6647035. OLE color: 6647035.
HSL color Cylindrical-coordinate representation of color #FB6C65: hue angle of 2.8º 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 #FB6C65 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 101 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.02 |
| HSL | 2.8º | 0.95% | 0.69% | - |
| HSV(B) | 2.8º | 0.6% | 0.98% | - |
| XYZ | 47.5 | 32.17 | 16.02 | - |
| YUV | 149.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 101 | 0 | 0.57 | 0.60 | 0.02 | 2.8 | 0.95 | 0.69 |
| Hex | FB | 6C | 65 | 0 | 39 | 3C | 2 | 3 | 5F | 45 |
| Octal | 373 | 154 | 145 | 0 | 71 | 74 | 2 | 3 | 137 | 105 |
| Binary | 11111011 | 1101100 | 1100101 | 0 | 111001 | 111100 | 10 | 11 | 1011111 | 1000101 |
Color Harmonies of #FB6C65
Complementary color
Monochromatic Colors of #FB6C65
Black with #FB6C65
Text Example
Text Example
White with #FB6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C65; }
p { color: rgb(251,108,101); }
H1.HeaderClassName
{
color: #FB6C65;
}
.AnyTagClassName
{
color: #FB6C65;
}
</style>
background-color css
<style>
a { background-color: #FB6C65; }
a { background-color: rgb(251,108,101); }
div.DivClassName
{
background-color: #FB6C65;
}
.BgClassName
{
background-color: #FB6C65;
}
</style>
border-color css
<style>
span { border-color: #FB6C65; }
span { border-color: rgb(251,108,101); }
td.TdClassName
{
border-color: #FB6C65;
}
.TagClassName
{
border-color: #FB6C65;
}
</style>