Shades of Bittersweet #FF726C
Tints of Bittersweet #FF726C
RGB
CMYK
RGB Variations
Color information
#FF726C (or 0xFF726C) is known color: Bittersweet. HEX triplet: FF, 72 and 6C. RGB value is (255,114,108). Sum of RGB (Red+Green+Blue) = 255+114+108=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF726C is #008D93. Grayscale: #9B9B9B. Windows color (decimal): -36244 or 7107327. OLE color: 7107327.
HSL color Cylindrical-coordinate representation of color #FF726C: hue angle of 2.45º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF726C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 108 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 2.45º | 1% | 0.71% | - |
| HSV(B) | 2.45º | 0.58% | 1% | - |
| XYZ | 49.96 | 34.38 | 18.19 | - |
| YUV | 155.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 108 | 0 | 0.55 | 0.58 | 0 | 2.45 | 1 | 0.71 |
| Hex | FF | 72 | 6C | 0 | 37 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 162 | 154 | 0 | 67 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1110010 | 1101100 | 0 | 110111 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF726C
Complementary color
Monochromatic Colors of #FF726C
Black with #FF726C
Text Example
Text Example
White with #FF726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF726C; }
p { color: rgb(255,114,108); }
H1.HeaderClassName
{
color: #FF726C;
}
.AnyTagClassName
{
color: #FF726C;
}
</style>
background-color css
<style>
a { background-color: #FF726C; }
a { background-color: rgb(255,114,108); }
div.DivClassName
{
background-color: #FF726C;
}
.BgClassName
{
background-color: #FF726C;
}
</style>
border-color css
<style>
span { border-color: #FF726C; }
span { border-color: rgb(255,114,108); }
td.TdClassName
{
border-color: #FF726C;
}
.TagClassName
{
border-color: #FF726C;
}
</style>