Shades of Bittersweet #FF6B5B
Tints of Bittersweet #FF6B5B
RGB
CMYK
RGB Variations
Color information
#FF6B5B (or 0xFF6B5B) is known color: Bittersweet. HEX triplet: FF, 6B and 5B. RGB value is (255,107,91). Sum of RGB (Red+Green+Blue) = 255+107+91=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B5B is #0094A4. Grayscale: #959595. Windows color (decimal): -38053 or 5991423. OLE color: 5991423.
HSL color Cylindrical-coordinate representation of color #FF6B5B: hue angle of 5.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF6B5B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 91 | - |
| CMYK | 0 | 0.58 | 0.64 | 0 |
| HSL | 5.85º | 1% | 0.68% | - |
| HSV(B) | 5.85º | 0.64% | 1% | - |
| XYZ | 48.39 | 32.53 | 13.63 | - |
| YUV | 149.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 91 | 0 | 0.58 | 0.64 | 0 | 5.85 | 1 | 0.68 |
| Hex | FF | 6B | 5B | 0 | 3A | 40 | 0 | 6 | 64 | 44 |
| Octal | 377 | 153 | 133 | 0 | 72 | 100 | 0 | 6 | 144 | 104 |
| Binary | 11111111 | 1101011 | 1011011 | 0 | 111010 | 1000000 | 0 | 110 | 1100100 | 1000100 |
Color Harmonies of #FF6B5B
Complementary color
Monochromatic Colors of #FF6B5B
Black with #FF6B5B
Text Example
Text Example
White with #FF6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B5B; }
p { color: rgb(255,107,91); }
H1.HeaderClassName
{
color: #FF6B5B;
}
.AnyTagClassName
{
color: #FF6B5B;
}
</style>
background-color css
<style>
a { background-color: #FF6B5B; }
a { background-color: rgb(255,107,91); }
div.DivClassName
{
background-color: #FF6B5B;
}
.BgClassName
{
background-color: #FF6B5B;
}
</style>
border-color css
<style>
span { border-color: #FF6B5B; }
span { border-color: rgb(255,107,91); }
td.TdClassName
{
border-color: #FF6B5B;
}
.TagClassName
{
border-color: #FF6B5B;
}
</style>