Shades of Bittersweet #FF6555
Tints of Bittersweet #FF6555
RGB
CMYK
RGB Variations
Color information
#FF6555 (or 0xFF6555) is known color: Bittersweet. HEX triplet: FF, 65 and 55. RGB value is (255,101,85). Sum of RGB (Red+Green+Blue) = 255+101+85=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6555 is #009AAA. Grayscale: #919191. Windows color (decimal): -39595 or 5596671. OLE color: 5596671.
HSL color Cylindrical-coordinate representation of color #FF6555: hue angle of 5.65º 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 #FF6555 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 85 | - |
| CMYK | 0 | 0.60 | 0.67 | 0 |
| HSL | 5.65º | 1% | 0.67% | - |
| HSV(B) | 5.65º | 0.67% | 1% | - |
| XYZ | 47.53 | 31.22 | 12.12 | - |
| YUV | 145.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 85 | 0 | 0.60 | 0.67 | 0 | 5.65 | 1 | 0.67 |
| Hex | FF | 65 | 55 | 0 | 3C | 43 | 0 | 6 | 64 | 43 |
| Octal | 377 | 145 | 125 | 0 | 74 | 103 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1100101 | 1010101 | 0 | 111100 | 1000011 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6555
Complementary color
Monochromatic Colors of #FF6555
Black with #FF6555
Text Example
Text Example
White with #FF6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6555; }
p { color: rgb(255,101,85); }
H1.HeaderClassName
{
color: #FF6555;
}
.AnyTagClassName
{
color: #FF6555;
}
</style>
background-color css
<style>
a { background-color: #FF6555; }
a { background-color: rgb(255,101,85); }
div.DivClassName
{
background-color: #FF6555;
}
.BgClassName
{
background-color: #FF6555;
}
</style>
border-color css
<style>
span { border-color: #FF6555; }
span { border-color: rgb(255,101,85); }
td.TdClassName
{
border-color: #FF6555;
}
.TagClassName
{
border-color: #FF6555;
}
</style>