Shades of Bittersweet #FF7268
Tints of Bittersweet #FF7268
RGB
CMYK
RGB Variations
Color information
#FF7268 (or 0xFF7268) is known color: Bittersweet. HEX triplet: FF, 72 and 68. RGB value is (255,114,104). Sum of RGB (Red+Green+Blue) = 255+114+104=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7268 is #008D97. Grayscale: #9B9B9B. Windows color (decimal): -36248 or 6845183. OLE color: 6845183.
HSL color Cylindrical-coordinate representation of color #FF7268: hue angle of 3.97º 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 #FF7268 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 104 | - |
| CMYK | 0 | 0.55 | 0.59 | 0 |
| HSL | 3.97º | 1% | 0.7% | - |
| HSV(B) | 3.97º | 0.59% | 1% | - |
| XYZ | 49.76 | 34.29 | 17.09 | - |
| YUV | 155.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 104 | 0 | 0.55 | 0.59 | 0 | 3.97 | 1 | 0.7 |
| Hex | FF | 72 | 68 | 0 | 37 | 3B | 0 | 4 | 64 | 46 |
| Octal | 377 | 162 | 150 | 0 | 67 | 73 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110010 | 1101000 | 0 | 110111 | 111011 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7268
Complementary color
Monochromatic Colors of #FF7268
Black with #FF7268
Text Example
Text Example
White with #FF7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7268; }
p { color: rgb(255,114,104); }
H1.HeaderClassName
{
color: #FF7268;
}
.AnyTagClassName
{
color: #FF7268;
}
</style>
background-color css
<style>
a { background-color: #FF7268; }
a { background-color: rgb(255,114,104); }
div.DivClassName
{
background-color: #FF7268;
}
.BgClassName
{
background-color: #FF7268;
}
</style>
border-color css
<style>
span { border-color: #FF7268; }
span { border-color: rgb(255,114,104); }
td.TdClassName
{
border-color: #FF7268;
}
.TagClassName
{
border-color: #FF7268;
}
</style>