Shades of Bittersweet #FF605C
Tints of Bittersweet #FF605C
RGB
CMYK
RGB Variations
Color information
#FF605C (or 0xFF605C) is known color: Bittersweet. HEX triplet: FF, 60 and 5C. RGB value is (255,96,92). Sum of RGB (Red+Green+Blue) = 255+96+92=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF605C is #009FA3. Grayscale: #8F8F8F. Windows color (decimal): -40868 or 6054143. OLE color: 6054143.
HSL color Cylindrical-coordinate representation of color #FF605C: hue angle of 1.47º 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 #FF605C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 92 | - |
| CMYK | 0 | 0.62 | 0.64 | 0 |
| HSL | 1.47º | 1% | 0.68% | - |
| HSV(B) | 1.47º | 0.64% | 1% | - |
| XYZ | 47.35 | 30.4 | 13.5 | - |
| YUV | 143.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 92 | 0 | 0.62 | 0.64 | 0 | 1.47 | 1 | 0.68 |
| Hex | FF | 60 | 5C | 0 | 3E | 40 | 0 | 1 | 64 | 44 |
| Octal | 377 | 140 | 134 | 0 | 76 | 100 | 0 | 1 | 144 | 104 |
| Binary | 11111111 | 1100000 | 1011100 | 0 | 111110 | 1000000 | 0 | 1 | 1100100 | 1000100 |
Color Harmonies of #FF605C
Complementary color
Monochromatic Colors of #FF605C
Black with #FF605C
Text Example
Text Example
White with #FF605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF605C; }
p { color: rgb(255,96,92); }
H1.HeaderClassName
{
color: #FF605C;
}
.AnyTagClassName
{
color: #FF605C;
}
</style>
background-color css
<style>
a { background-color: #FF605C; }
a { background-color: rgb(255,96,92); }
div.DivClassName
{
background-color: #FF605C;
}
.BgClassName
{
background-color: #FF605C;
}
</style>
border-color css
<style>
span { border-color: #FF605C; }
span { border-color: rgb(255,96,92); }
td.TdClassName
{
border-color: #FF605C;
}
.TagClassName
{
border-color: #FF605C;
}
</style>