Shades of Bittersweet #FF6855
Tints of Bittersweet #FF6855
RGB
CMYK
RGB Variations
Color information
#FF6855 (or 0xFF6855) is known color: Bittersweet. HEX triplet: FF, 68 and 55. RGB value is (255,104,85). Sum of RGB (Red+Green+Blue) = 255+104+85=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6855 is #0097AA. Grayscale: #939393. Windows color (decimal): -38827 or 5597439. OLE color: 5597439.
HSL color Cylindrical-coordinate representation of color #FF6855: hue angle of 6.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6855 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 85 | - |
| CMYK | 0 | 0.59 | 0.67 | 0 |
| HSL | 6.71º | 1% | 0.67% | - |
| HSV(B) | 6.71º | 0.67% | 1% | - |
| XYZ | 47.83 | 31.82 | 12.21 | - |
| YUV | 146.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 85 | 0 | 0.59 | 0.67 | 0 | 6.71 | 1 | 0.67 |
| Hex | FF | 68 | 55 | 0 | 3B | 43 | 0 | 7 | 64 | 43 |
| Octal | 377 | 150 | 125 | 0 | 73 | 103 | 0 | 7 | 144 | 103 |
| Binary | 11111111 | 1101000 | 1010101 | 0 | 111011 | 1000011 | 0 | 111 | 1100100 | 1000011 |
Color Harmonies of #FF6855
Complementary color
Monochromatic Colors of #FF6855
Black with #FF6855
Text Example
Text Example
White with #FF6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6855; }
p { color: rgb(255,104,85); }
H1.HeaderClassName
{
color: #FF6855;
}
.AnyTagClassName
{
color: #FF6855;
}
</style>
background-color css
<style>
a { background-color: #FF6855; }
a { background-color: rgb(255,104,85); }
div.DivClassName
{
background-color: #FF6855;
}
.BgClassName
{
background-color: #FF6855;
}
</style>
border-color css
<style>
span { border-color: #FF6855; }
span { border-color: rgb(255,104,85); }
td.TdClassName
{
border-color: #FF6855;
}
.TagClassName
{
border-color: #FF6855;
}
</style>