Shades of Bittersweet #FF726B
Tints of Bittersweet #FF726B
RGB
CMYK
RGB Variations
Color information
#FF726B (or 0xFF726B) is known color: Bittersweet. HEX triplet: FF, 72 and 6B. RGB value is (255,114,107). Sum of RGB (Red+Green+Blue) = 255+114+107=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF726B is #008D94. Grayscale: #9B9B9B. Windows color (decimal): -36245 or 7041791. OLE color: 7041791.
HSL color Cylindrical-coordinate representation of color #FF726B: hue angle of 2.84º 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 #FF726B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 107 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 2.84º | 1% | 0.71% | - |
| HSV(B) | 2.84º | 0.58% | 1% | - |
| XYZ | 49.91 | 34.36 | 17.91 | - |
| YUV | 155.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 107 | 0 | 0.55 | 0.58 | 0 | 2.84 | 1 | 0.71 |
| Hex | FF | 72 | 6B | 0 | 37 | 3A | 0 | 3 | 64 | 47 |
| Octal | 377 | 162 | 153 | 0 | 67 | 72 | 0 | 3 | 144 | 107 |
| Binary | 11111111 | 1110010 | 1101011 | 0 | 110111 | 111010 | 0 | 11 | 1100100 | 1000111 |
Color Harmonies of #FF726B
Complementary color
Monochromatic Colors of #FF726B
Black with #FF726B
Text Example
Text Example
White with #FF726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF726B; }
p { color: rgb(255,114,107); }
H1.HeaderClassName
{
color: #FF726B;
}
.AnyTagClassName
{
color: #FF726B;
}
</style>
background-color css
<style>
a { background-color: #FF726B; }
a { background-color: rgb(255,114,107); }
div.DivClassName
{
background-color: #FF726B;
}
.BgClassName
{
background-color: #FF726B;
}
</style>
border-color css
<style>
span { border-color: #FF726B; }
span { border-color: rgb(255,114,107); }
td.TdClassName
{
border-color: #FF726B;
}
.TagClassName
{
border-color: #FF726B;
}
</style>