Shades of Bittersweet #FF6C65
Tints of Bittersweet #FF6C65
RGB
CMYK
RGB Variations
Color information
#FF6C65 (or 0xFF6C65) is known color: Bittersweet. HEX triplet: FF, 6C and 65. RGB value is (255,108,101). Sum of RGB (Red+Green+Blue) = 255+108+101=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C65 is #00939A. Grayscale: #979797. Windows color (decimal): -37787 or 6647039. OLE color: 6647039.
HSL color Cylindrical-coordinate representation of color #FF6C65: hue angle of 2.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6C65 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 101 | - |
| CMYK | 0 | 0.58 | 0.60 | 0 |
| HSL | 2.73º | 1% | 0.7% | - |
| HSV(B) | 2.73º | 0.6% | 1% | - |
| XYZ | 48.95 | 32.92 | 16.09 | - |
| YUV | 151.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 101 | 0 | 0.58 | 0.60 | 0 | 2.73 | 1 | 0.7 |
| Hex | FF | 6C | 65 | 0 | 3A | 3C | 0 | 3 | 64 | 46 |
| Octal | 377 | 154 | 145 | 0 | 72 | 74 | 0 | 3 | 144 | 106 |
| Binary | 11111111 | 1101100 | 1100101 | 0 | 111010 | 111100 | 0 | 11 | 1100100 | 1000110 |
Color Harmonies of #FF6C65
Complementary color
Monochromatic Colors of #FF6C65
Black with #FF6C65
Text Example
Text Example
White with #FF6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C65; }
p { color: rgb(255,108,101); }
H1.HeaderClassName
{
color: #FF6C65;
}
.AnyTagClassName
{
color: #FF6C65;
}
</style>
background-color css
<style>
a { background-color: #FF6C65; }
a { background-color: rgb(255,108,101); }
div.DivClassName
{
background-color: #FF6C65;
}
.BgClassName
{
background-color: #FF6C65;
}
</style>
border-color css
<style>
span { border-color: #FF6C65; }
span { border-color: rgb(255,108,101); }
td.TdClassName
{
border-color: #FF6C65;
}
.TagClassName
{
border-color: #FF6C65;
}
</style>