Shades of Bittersweet #FF6661
Tints of Bittersweet #FF6661
RGB
CMYK
RGB Variations
Color information
#FF6661 (or 0xFF6661) is known color: Bittersweet. HEX triplet: FF, 66 and 61. RGB value is (255,102,97). Sum of RGB (Red+Green+Blue) = 255+102+97=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6661 is #00999E. Grayscale: #939393. Windows color (decimal): -39327 or 6383359. OLE color: 6383359.
HSL color Cylindrical-coordinate representation of color #FF6661: hue angle of 1.9º 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 #FF6661 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 97 | - |
| CMYK | 0 | 0.6 | 0.62 | 0 |
| HSL | 1.9º | 1% | 0.69% | - |
| HSV(B) | 1.9º | 0.62% | 1% | - |
| XYZ | 48.15 | 31.63 | 14.88 | - |
| YUV | 147.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 97 | 0 | 0.6 | 0.62 | 0 | 1.9 | 1 | 0.69 |
| Hex | FF | 66 | 61 | 0 | 3C | 3E | 0 | 2 | 64 | 45 |
| Octal | 377 | 146 | 141 | 0 | 74 | 76 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100110 | 1100001 | 0 | 111100 | 111110 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6661
Complementary color
Monochromatic Colors of #FF6661
Black with #FF6661
Text Example
Text Example
White with #FF6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6661; }
p { color: rgb(255,102,97); }
H1.HeaderClassName
{
color: #FF6661;
}
.AnyTagClassName
{
color: #FF6661;
}
</style>
background-color css
<style>
a { background-color: #FF6661; }
a { background-color: rgb(255,102,97); }
div.DivClassName
{
background-color: #FF6661;
}
.BgClassName
{
background-color: #FF6661;
}
</style>
border-color css
<style>
span { border-color: #FF6661; }
span { border-color: rgb(255,102,97); }
td.TdClassName
{
border-color: #FF6661;
}
.TagClassName
{
border-color: #FF6661;
}
</style>