Shades of Bittersweet #F7725D
Tints of Bittersweet #F7725D
RGB
CMYK
RGB Variations
Color information
#F7725D (or 0xF7725D) is known color: Bittersweet. HEX triplet: F7, 72 and 5D. RGB value is (247,114,93). Sum of RGB (Red+Green+Blue) = 247+114+93=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7725D is #088DA2. Grayscale: #979797. Windows color (decimal): -560547 or 6124279. OLE color: 6124279.
HSL color Cylindrical-coordinate representation of color #F7725D: hue angle of 8.18º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7725D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 93 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.03 |
| HSL | 8.18º | 0.91% | 0.67% | - |
| HSV(B) | 8.18º | 0.62% | 0.97% | - |
| XYZ | 46.35 | 32.6 | 14.21 | - |
| YUV | 151.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 93 | 0 | 0.54 | 0.62 | 0.03 | 8.18 | 0.91 | 0.67 |
| Hex | F7 | 72 | 5D | 0 | 36 | 3E | 3 | 8 | 5B | 43 |
| Octal | 367 | 162 | 135 | 0 | 66 | 76 | 3 | 10 | 133 | 103 |
| Binary | 11110111 | 1110010 | 1011101 | 0 | 110110 | 111110 | 11 | 1000 | 1011011 | 1000011 |
Color Harmonies of #F7725D
Complementary color
Monochromatic Colors of #F7725D
Black with #F7725D
Text Example
Text Example
White with #F7725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7725D; }
p { color: rgb(247,114,93); }
H1.HeaderClassName
{
color: #F7725D;
}
.AnyTagClassName
{
color: #F7725D;
}
</style>
background-color css
<style>
a { background-color: #F7725D; }
a { background-color: rgb(247,114,93); }
div.DivClassName
{
background-color: #F7725D;
}
.BgClassName
{
background-color: #F7725D;
}
</style>
border-color css
<style>
span { border-color: #F7725D; }
span { border-color: rgb(247,114,93); }
td.TdClassName
{
border-color: #F7725D;
}
.TagClassName
{
border-color: #F7725D;
}
</style>