Shades of Bittersweet #FF7065
Tints of Bittersweet #FF7065
RGB
CMYK
RGB Variations
Color information
#FF7065 (or 0xFF7065) is known color: Bittersweet. HEX triplet: FF, 70 and 65. RGB value is (255,112,101). Sum of RGB (Red+Green+Blue) = 255+112+101=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7065 is #008F9A. Grayscale: #999999. Windows color (decimal): -36763 or 6648063. OLE color: 6648063.
HSL color Cylindrical-coordinate representation of color #FF7065: hue angle of 4.29º 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 #FF7065 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 101 | - |
| CMYK | 0 | 0.56 | 0.60 | 0 |
| HSL | 4.29º | 1% | 0.7% | - |
| HSV(B) | 4.29º | 0.6% | 1% | - |
| XYZ | 49.38 | 33.79 | 16.23 | - |
| YUV | 153.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 101 | 0 | 0.56 | 0.60 | 0 | 4.29 | 1 | 0.7 |
| Hex | FF | 70 | 65 | 0 | 38 | 3C | 0 | 4 | 64 | 46 |
| Octal | 377 | 160 | 145 | 0 | 70 | 74 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110000 | 1100101 | 0 | 111000 | 111100 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7065
Complementary color
Monochromatic Colors of #FF7065
Black with #FF7065
Text Example
Text Example
White with #FF7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7065; }
p { color: rgb(255,112,101); }
H1.HeaderClassName
{
color: #FF7065;
}
.AnyTagClassName
{
color: #FF7065;
}
</style>
background-color css
<style>
a { background-color: #FF7065; }
a { background-color: rgb(255,112,101); }
div.DivClassName
{
background-color: #FF7065;
}
.BgClassName
{
background-color: #FF7065;
}
</style>
border-color css
<style>
span { border-color: #FF7065; }
span { border-color: rgb(255,112,101); }
td.TdClassName
{
border-color: #FF7065;
}
.TagClassName
{
border-color: #FF7065;
}
</style>