Shades of Bittersweet #FB6B64
Tints of Bittersweet #FB6B64
RGB
CMYK
RGB Variations
Color information
#FB6B64 (or 0xFB6B64) is known color: Bittersweet. HEX triplet: FB, 6B and 64. RGB value is (251,107,100). Sum of RGB (Red+Green+Blue) = 251+107+100=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B64 is #04949B. Grayscale: #959595. Windows color (decimal): -300188 or 6581243. OLE color: 6581243.
HSL color Cylindrical-coordinate representation of color #FB6B64: hue angle of 2.78º 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 #FB6B64 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 100 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.02 |
| HSL | 2.78º | 0.95% | 0.69% | - |
| HSV(B) | 2.78º | 0.6% | 0.98% | - |
| XYZ | 47.34 | 31.94 | 15.73 | - |
| YUV | 149.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 100 | 0 | 0.57 | 0.60 | 0.02 | 2.78 | 0.95 | 0.69 |
| Hex | FB | 6B | 64 | 0 | 39 | 3C | 2 | 3 | 5F | 45 |
| Octal | 373 | 153 | 144 | 0 | 71 | 74 | 2 | 3 | 137 | 105 |
| Binary | 11111011 | 1101011 | 1100100 | 0 | 111001 | 111100 | 10 | 11 | 1011111 | 1000101 |
Color Harmonies of #FB6B64
Complementary color
Monochromatic Colors of #FB6B64
Black with #FB6B64
Text Example
Text Example
White with #FB6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B64; }
p { color: rgb(251,107,100); }
H1.HeaderClassName
{
color: #FB6B64;
}
.AnyTagClassName
{
color: #FB6B64;
}
</style>
background-color css
<style>
a { background-color: #FB6B64; }
a { background-color: rgb(251,107,100); }
div.DivClassName
{
background-color: #FB6B64;
}
.BgClassName
{
background-color: #FB6B64;
}
</style>
border-color css
<style>
span { border-color: #FB6B64; }
span { border-color: rgb(251,107,100); }
td.TdClassName
{
border-color: #FB6B64;
}
.TagClassName
{
border-color: #FB6B64;
}
</style>