Shades of Bittersweet #FF615C
Tints of Bittersweet #FF615C
RGB
CMYK
RGB Variations
Color information
#FF615C (or 0xFF615C) is known color: Bittersweet. HEX triplet: FF, 61 and 5C. RGB value is (255,97,92). Sum of RGB (Red+Green+Blue) = 255+97+92=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF615C is #009EA3. Grayscale: #8F8F8F. Windows color (decimal): -40612 or 6054399. OLE color: 6054399.
HSL color Cylindrical-coordinate representation of color #FF615C: hue angle of 1.84º 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 #FF615C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 92 | - |
| CMYK | 0 | 0.62 | 0.64 | 0 |
| HSL | 1.84º | 1% | 0.68% | - |
| HSV(B) | 1.84º | 0.64% | 1% | - |
| XYZ | 47.45 | 30.58 | 13.53 | - |
| YUV | 143.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 92 | 0 | 0.62 | 0.64 | 0 | 1.84 | 1 | 0.68 |
| Hex | FF | 61 | 5C | 0 | 3E | 40 | 0 | 2 | 64 | 44 |
| Octal | 377 | 141 | 134 | 0 | 76 | 100 | 0 | 2 | 144 | 104 |
| Binary | 11111111 | 1100001 | 1011100 | 0 | 111110 | 1000000 | 0 | 10 | 1100100 | 1000100 |
Color Harmonies of #FF615C
Complementary color
Monochromatic Colors of #FF615C
Black with #FF615C
Text Example
Text Example
White with #FF615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF615C; }
p { color: rgb(255,97,92); }
H1.HeaderClassName
{
color: #FF615C;
}
.AnyTagClassName
{
color: #FF615C;
}
</style>
background-color css
<style>
a { background-color: #FF615C; }
a { background-color: rgb(255,97,92); }
div.DivClassName
{
background-color: #FF615C;
}
.BgClassName
{
background-color: #FF615C;
}
</style>
border-color css
<style>
span { border-color: #FF615C; }
span { border-color: rgb(255,97,92); }
td.TdClassName
{
border-color: #FF615C;
}
.TagClassName
{
border-color: #FF615C;
}
</style>