Shades of Bittersweet #FF6561
Tints of Bittersweet #FF6561
RGB
CMYK
RGB Variations
Color information
#FF6561 (or 0xFF6561) is known color: Bittersweet. HEX triplet: FF, 65 and 61. RGB value is (255,101,97). Sum of RGB (Red+Green+Blue) = 255+101+97=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6561 is #009A9E. Grayscale: #929292. Windows color (decimal): -39583 or 6383103. OLE color: 6383103.
HSL color Cylindrical-coordinate representation of color #FF6561: hue angle of 1.52º 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 #FF6561 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 97 | - |
| CMYK | 0 | 0.60 | 0.62 | 0 |
| HSL | 1.52º | 1% | 0.69% | - |
| HSV(B) | 1.52º | 0.62% | 1% | - |
| XYZ | 48.05 | 31.43 | 14.84 | - |
| YUV | 146.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 97 | 0 | 0.60 | 0.62 | 0 | 1.52 | 1 | 0.69 |
| Hex | FF | 65 | 61 | 0 | 3C | 3E | 0 | 2 | 64 | 45 |
| Octal | 377 | 145 | 141 | 0 | 74 | 76 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100101 | 1100001 | 0 | 111100 | 111110 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6561
Complementary color
Monochromatic Colors of #FF6561
Black with #FF6561
Text Example
Text Example
White with #FF6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6561; }
p { color: rgb(255,101,97); }
H1.HeaderClassName
{
color: #FF6561;
}
.AnyTagClassName
{
color: #FF6561;
}
</style>
background-color css
<style>
a { background-color: #FF6561; }
a { background-color: rgb(255,101,97); }
div.DivClassName
{
background-color: #FF6561;
}
.BgClassName
{
background-color: #FF6561;
}
</style>
border-color css
<style>
span { border-color: #FF6561; }
span { border-color: rgb(255,101,97); }
td.TdClassName
{
border-color: #FF6561;
}
.TagClassName
{
border-color: #FF6561;
}
</style>