Shades of Bittersweet #FF6565
Tints of Bittersweet #FF6565
RGB
CMYK
RGB Variations
Color information
#FF6565 (or 0xFF6565) is known color: Bittersweet. HEX triplet: FF, 65 and 65. RGB value is (255,101,101). Sum of RGB (Red+Green+Blue) = 255+101+101=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6565 is #009A9A. Grayscale: #939393. Windows color (decimal): -39579 or 6645247. OLE color: 6645247.
HSL color Cylindrical-coordinate representation of color #FF6565: hue angle of 0º 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 #FF6565 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 101 | - |
| CMYK | 0 | 0.60 | 0.60 | 0 |
| HSL | 0º | 1% | 0.7% | - |
| HSV(B) | 0º | 0.6% | 1% | - |
| XYZ | 48.24 | 31.51 | 15.85 | - |
| YUV | 147.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 101 | 0 | 0.60 | 0.60 | 0 | 0 | 1 | 0.7 |
| Hex | FF | 65 | 65 | 0 | 3C | 3C | 0 | 0 | 64 | 46 |
| Octal | 377 | 145 | 145 | 0 | 74 | 74 | 0 | 0 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1100101 | 0 | 111100 | 111100 | 0 | 0 | 1100100 | 1000110 |
Color Harmonies of #FF6565
Complementary color
Monochromatic Colors of #FF6565
Black with #FF6565
Text Example
Text Example
White with #FF6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6565; }
p { color: rgb(255,101,101); }
H1.HeaderClassName
{
color: #FF6565;
}
.AnyTagClassName
{
color: #FF6565;
}
</style>
background-color css
<style>
a { background-color: #FF6565; }
a { background-color: rgb(255,101,101); }
div.DivClassName
{
background-color: #FF6565;
}
.BgClassName
{
background-color: #FF6565;
}
</style>
border-color css
<style>
span { border-color: #FF6565; }
span { border-color: rgb(255,101,101); }
td.TdClassName
{
border-color: #FF6565;
}
.TagClassName
{
border-color: #FF6565;
}
</style>