Shades of Bittersweet #FF7368
Tints of Bittersweet #FF7368
RGB
CMYK
RGB Variations
Color information
#FF7368 (or 0xFF7368) is known color: Bittersweet. HEX triplet: FF, 73 and 68. RGB value is (255,115,104). Sum of RGB (Red+Green+Blue) = 255+115+104=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7368 is #008C97. Grayscale: #9B9B9B. Windows color (decimal): -35992 or 6845439. OLE color: 6845439.
HSL color Cylindrical-coordinate representation of color #FF7368: hue angle of 4.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF7368 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 104 | - |
| CMYK | 0 | 0.55 | 0.59 | 0 |
| HSL | 4.37º | 1% | 0.7% | - |
| HSV(B) | 4.37º | 0.59% | 1% | - |
| XYZ | 49.87 | 34.52 | 17.13 | - |
| YUV | 155.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 104 | 0 | 0.55 | 0.59 | 0 | 4.37 | 1 | 0.7 |
| Hex | FF | 73 | 68 | 0 | 37 | 3B | 0 | 4 | 64 | 46 |
| Octal | 377 | 163 | 150 | 0 | 67 | 73 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110011 | 1101000 | 0 | 110111 | 111011 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7368
Complementary color
Monochromatic Colors of #FF7368
Black with #FF7368
Text Example
Text Example
White with #FF7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7368; }
p { color: rgb(255,115,104); }
H1.HeaderClassName
{
color: #FF7368;
}
.AnyTagClassName
{
color: #FF7368;
}
</style>
background-color css
<style>
a { background-color: #FF7368; }
a { background-color: rgb(255,115,104); }
div.DivClassName
{
background-color: #FF7368;
}
.BgClassName
{
background-color: #FF7368;
}
</style>
border-color css
<style>
span { border-color: #FF7368; }
span { border-color: rgb(255,115,104); }
td.TdClassName
{
border-color: #FF7368;
}
.TagClassName
{
border-color: #FF7368;
}
</style>