Shades of Bittersweet #FF6161
Tints of Bittersweet #FF6161
RGB
CMYK
RGB Variations
Color information
#FF6161 (or 0xFF6161) is known color: Bittersweet. HEX triplet: FF, 61 and 61. RGB value is (255,97,97). Sum of RGB (Red+Green+Blue) = 255+97+97=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6161 is #009E9E. Grayscale: #909090. Windows color (decimal): -40607 or 6382079. OLE color: 6382079.
HSL color Cylindrical-coordinate representation of color #FF6161: hue angle of 0º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6161 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 97 | - |
| CMYK | 0 | 0.62 | 0.62 | 0 |
| HSL | 0º | 1% | 0.69% | - |
| HSV(B) | 0º | 0.62% | 1% | - |
| XYZ | 47.67 | 30.67 | 14.72 | - |
| YUV | 144.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 97 | 0 | 0.62 | 0.62 | 0 | 0 | 1 | 0.69 |
| Hex | FF | 61 | 61 | 0 | 3E | 3E | 0 | 0 | 64 | 45 |
| Octal | 377 | 141 | 141 | 0 | 76 | 76 | 0 | 0 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1100001 | 0 | 111110 | 111110 | 0 | 0 | 1100100 | 1000101 |
Color Harmonies of #FF6161
Complementary color
Monochromatic Colors of #FF6161
Black with #FF6161
Text Example
Text Example
White with #FF6161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6161; }
p { color: rgb(255,97,97); }
H1.HeaderClassName
{
color: #FF6161;
}
.AnyTagClassName
{
color: #FF6161;
}
</style>
background-color css
<style>
a { background-color: #FF6161; }
a { background-color: rgb(255,97,97); }
div.DivClassName
{
background-color: #FF6161;
}
.BgClassName
{
background-color: #FF6161;
}
</style>
border-color css
<style>
span { border-color: #FF6161; }
span { border-color: rgb(255,97,97); }
td.TdClassName
{
border-color: #FF6161;
}
.TagClassName
{
border-color: #FF6161;
}
</style>