Shades of Bittersweet #FB6B5D
Tints of Bittersweet #FB6B5D
RGB
CMYK
RGB Variations
Color information
#FB6B5D (or 0xFB6B5D) is known color: Bittersweet. HEX triplet: FB, 6B and 5D. RGB value is (251,107,93). Sum of RGB (Red+Green+Blue) = 251+107+93=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B5D is #0494A2. Grayscale: #949494. Windows color (decimal): -300195 or 6122491. OLE color: 6122491.
HSL color Cylindrical-coordinate representation of color #FB6B5D: hue angle of 5.32º 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 #FB6B5D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 93 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.02 |
| HSL | 5.32º | 0.95% | 0.67% | - |
| HSV(B) | 5.32º | 0.63% | 0.98% | - |
| XYZ | 47.02 | 31.81 | 14.02 | - |
| YUV | 148.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 93 | 0 | 0.57 | 0.63 | 0.02 | 5.32 | 0.95 | 0.67 |
| Hex | FB | 6B | 5D | 0 | 39 | 3F | 2 | 5 | 5F | 43 |
| Octal | 373 | 153 | 135 | 0 | 71 | 77 | 2 | 5 | 137 | 103 |
| Binary | 11111011 | 1101011 | 1011101 | 0 | 111001 | 111111 | 10 | 101 | 1011111 | 1000011 |
Color Harmonies of #FB6B5D
Complementary color
Monochromatic Colors of #FB6B5D
Black with #FB6B5D
Text Example
Text Example
White with #FB6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B5D; }
p { color: rgb(251,107,93); }
H1.HeaderClassName
{
color: #FB6B5D;
}
.AnyTagClassName
{
color: #FB6B5D;
}
</style>
background-color css
<style>
a { background-color: #FB6B5D; }
a { background-color: rgb(251,107,93); }
div.DivClassName
{
background-color: #FB6B5D;
}
.BgClassName
{
background-color: #FB6B5D;
}
</style>
border-color css
<style>
span { border-color: #FB6B5D; }
span { border-color: rgb(251,107,93); }
td.TdClassName
{
border-color: #FB6B5D;
}
.TagClassName
{
border-color: #FB6B5D;
}
</style>