Shades of Bittersweet #FF6B5D
Tints of Bittersweet #FF6B5D
RGB
CMYK
RGB Variations
Color information
#FF6B5D (or 0xFF6B5D) is known color: Bittersweet. HEX triplet: FF, 6B and 5D. RGB value is (255,107,93). Sum of RGB (Red+Green+Blue) = 255+107+93=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B5D is #0094A2. Grayscale: #959595. Windows color (decimal): -38051 or 6122495. OLE color: 6122495.
HSL color Cylindrical-coordinate representation of color #FF6B5D: hue angle of 5.19º 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 #FF6B5D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 93 | - |
| CMYK | 0 | 0.58 | 0.64 | 0 |
| HSL | 5.19º | 1% | 0.68% | - |
| HSV(B) | 5.19º | 0.64% | 1% | - |
| XYZ | 48.47 | 32.57 | 14.09 | - |
| YUV | 149.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 93 | 0 | 0.58 | 0.64 | 0 | 5.19 | 1 | 0.68 |
| Hex | FF | 6B | 5D | 0 | 3A | 40 | 0 | 5 | 64 | 44 |
| Octal | 377 | 153 | 135 | 0 | 72 | 100 | 0 | 5 | 144 | 104 |
| Binary | 11111111 | 1101011 | 1011101 | 0 | 111010 | 1000000 | 0 | 101 | 1100100 | 1000100 |
Color Harmonies of #FF6B5D
Complementary color
Monochromatic Colors of #FF6B5D
Black with #FF6B5D
Text Example
Text Example
White with #FF6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B5D; }
p { color: rgb(255,107,93); }
H1.HeaderClassName
{
color: #FF6B5D;
}
.AnyTagClassName
{
color: #FF6B5D;
}
</style>
background-color css
<style>
a { background-color: #FF6B5D; }
a { background-color: rgb(255,107,93); }
div.DivClassName
{
background-color: #FF6B5D;
}
.BgClassName
{
background-color: #FF6B5D;
}
</style>
border-color css
<style>
span { border-color: #FF6B5D; }
span { border-color: rgb(255,107,93); }
td.TdClassName
{
border-color: #FF6B5D;
}
.TagClassName
{
border-color: #FF6B5D;
}
</style>