Shades of Bittersweet #FF605E
Tints of Bittersweet #FF605E
RGB
CMYK
RGB Variations
Color information
#FF605E (or 0xFF605E) is known color: Bittersweet. HEX triplet: FF, 60 and 5E. RGB value is (255,96,94). Sum of RGB (Red+Green+Blue) = 255+96+94=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF605E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF605E is #009FA1. Grayscale: #8F8F8F. Windows color (decimal): -40866 or 6185215. OLE color: 6185215.
HSL color Cylindrical-coordinate representation of color #FF605E: hue angle of 0.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF605E is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 94 | - |
| CMYK | 0 | 0.62 | 0.63 | 0 |
| HSL | 0.75º | 1% | 0.68% | - |
| HSV(B) | 0.75º | 0.63% | 1% | - |
| XYZ | 47.44 | 30.43 | 13.96 | - |
| YUV | 143.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 94 | 0 | 0.62 | 0.63 | 0 | 0.75 | 1 | 0.68 |
| Hex | FF | 60 | 5E | 0 | 3E | 3F | 0 | 1 | 64 | 44 |
| Octal | 377 | 140 | 136 | 0 | 76 | 77 | 0 | 1 | 144 | 104 |
| Binary | 11111111 | 1100000 | 1011110 | 0 | 111110 | 111111 | 0 | 1 | 1100100 | 1000100 |
Color Harmonies of #FF605E
Complementary color
Monochromatic Colors of #FF605E
Black with #FF605E
Text Example
Text Example
White with #FF605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF605E; }
p { color: rgb(255,96,94); }
H1.HeaderClassName
{
color: #FF605E;
}
.AnyTagClassName
{
color: #FF605E;
}
</style>
background-color css
<style>
a { background-color: #FF605E; }
a { background-color: rgb(255,96,94); }
div.DivClassName
{
background-color: #FF605E;
}
.BgClassName
{
background-color: #FF605E;
}
</style>
border-color css
<style>
span { border-color: #FF605E; }
span { border-color: rgb(255,96,94); }
td.TdClassName
{
border-color: #FF605E;
}
.TagClassName
{
border-color: #FF605E;
}
</style>