Shades of Bittersweet #FF7565
Tints of Bittersweet #FF7565
RGB
CMYK
RGB Variations
Color information
#FF7565 (or 0xFF7565) is known color: Bittersweet. HEX triplet: FF, 75 and 65. RGB value is (255,117,101). Sum of RGB (Red+Green+Blue) = 255+117+101=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7565 is #008A9A. Grayscale: #9C9C9C. Windows color (decimal): -35483 or 6649343. OLE color: 6649343.
HSL color Cylindrical-coordinate representation of color #FF7565: hue angle of 6.23º 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 #FF7565 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 101 | - |
| CMYK | 0 | 0.54 | 0.60 | 0 |
| HSL | 6.23º | 1% | 0.7% | - |
| HSV(B) | 6.23º | 0.6% | 1% | - |
| XYZ | 49.95 | 34.92 | 16.42 | - |
| YUV | 156.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 101 | 0 | 0.54 | 0.60 | 0 | 6.23 | 1 | 0.7 |
| Hex | FF | 75 | 65 | 0 | 36 | 3C | 0 | 6 | 64 | 46 |
| Octal | 377 | 165 | 145 | 0 | 66 | 74 | 0 | 6 | 144 | 106 |
| Binary | 11111111 | 1110101 | 1100101 | 0 | 110110 | 111100 | 0 | 110 | 1100100 | 1000110 |
Color Harmonies of #FF7565
Complementary color
Monochromatic Colors of #FF7565
Black with #FF7565
Text Example
Text Example
White with #FF7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7565; }
p { color: rgb(255,117,101); }
H1.HeaderClassName
{
color: #FF7565;
}
.AnyTagClassName
{
color: #FF7565;
}
</style>
background-color css
<style>
a { background-color: #FF7565; }
a { background-color: rgb(255,117,101); }
div.DivClassName
{
background-color: #FF7565;
}
.BgClassName
{
background-color: #FF7565;
}
</style>
border-color css
<style>
span { border-color: #FF7565; }
span { border-color: rgb(255,117,101); }
td.TdClassName
{
border-color: #FF7565;
}
.TagClassName
{
border-color: #FF7565;
}
</style>