Shades of Bittersweet #FF7561
Tints of Bittersweet #FF7561
RGB
CMYK
RGB Variations
Color information
#FF7561 (or 0xFF7561) is known color: Bittersweet. HEX triplet: FF, 75 and 61. RGB value is (255,117,97). Sum of RGB (Red+Green+Blue) = 255+117+97=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7561 is #008A9E. Grayscale: #9C9C9C. Windows color (decimal): -35487 or 6387199. OLE color: 6387199.
HSL color Cylindrical-coordinate representation of color #FF7561: hue angle of 7.59º 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 #FF7561 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 97 | - |
| CMYK | 0 | 0.54 | 0.62 | 0 |
| HSL | 7.59º | 1% | 0.69% | - |
| HSV(B) | 7.59º | 0.62% | 1% | - |
| XYZ | 49.76 | 34.85 | 15.41 | - |
| YUV | 155.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 97 | 0 | 0.54 | 0.62 | 0 | 7.59 | 1 | 0.69 |
| Hex | FF | 75 | 61 | 0 | 36 | 3E | 0 | 8 | 64 | 45 |
| Octal | 377 | 165 | 141 | 0 | 66 | 76 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1110101 | 1100001 | 0 | 110110 | 111110 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF7561
Complementary color
Monochromatic Colors of #FF7561
Black with #FF7561
Text Example
Text Example
White with #FF7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7561; }
p { color: rgb(255,117,97); }
H1.HeaderClassName
{
color: #FF7561;
}
.AnyTagClassName
{
color: #FF7561;
}
</style>
background-color css
<style>
a { background-color: #FF7561; }
a { background-color: rgb(255,117,97); }
div.DivClassName
{
background-color: #FF7561;
}
.BgClassName
{
background-color: #FF7561;
}
</style>
border-color css
<style>
span { border-color: #FF7561; }
span { border-color: rgb(255,117,97); }
td.TdClassName
{
border-color: #FF7561;
}
.TagClassName
{
border-color: #FF7561;
}
</style>