Shades of Bittersweet #FF6F55
Tints of Bittersweet #FF6F55
RGB
CMYK
RGB Variations
Color information
#FF6F55 (or 0xFF6F55) is known color: Bittersweet. HEX triplet: FF, 6F and 55. RGB value is (255,111,85). Sum of RGB (Red+Green+Blue) = 255+111+85=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F55 is #0090AA. Grayscale: #979797. Windows color (decimal): -37035 or 5599231. OLE color: 5599231.
HSL color Cylindrical-coordinate representation of color #FF6F55: hue angle of 9.18º 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 #FF6F55 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 85 | - |
| CMYK | 0 | 0.56 | 0.67 | 0 |
| HSL | 9.18º | 1% | 0.67% | - |
| HSV(B) | 9.18º | 0.67% | 1% | - |
| XYZ | 48.56 | 33.28 | 12.46 | - |
| YUV | 151.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 85 | 0 | 0.56 | 0.67 | 0 | 9.18 | 1 | 0.67 |
| Hex | FF | 6F | 55 | 0 | 38 | 43 | 0 | 9 | 64 | 43 |
| Octal | 377 | 157 | 125 | 0 | 70 | 103 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1101111 | 1010101 | 0 | 111000 | 1000011 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF6F55
Complementary color
Monochromatic Colors of #FF6F55
Black with #FF6F55
Text Example
Text Example
White with #FF6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F55; }
p { color: rgb(255,111,85); }
H1.HeaderClassName
{
color: #FF6F55;
}
.AnyTagClassName
{
color: #FF6F55;
}
</style>
background-color css
<style>
a { background-color: #FF6F55; }
a { background-color: rgb(255,111,85); }
div.DivClassName
{
background-color: #FF6F55;
}
.BgClassName
{
background-color: #FF6F55;
}
</style>
border-color css
<style>
span { border-color: #FF6F55; }
span { border-color: rgb(255,111,85); }
td.TdClassName
{
border-color: #FF6F55;
}
.TagClassName
{
border-color: #FF6F55;
}
</style>