Shades of Bittersweet #F6725D
Tints of Bittersweet #F6725D
RGB
CMYK
RGB Variations
Color information
#F6725D (or 0xF6725D) is known color: Bittersweet. HEX triplet: F6, 72 and 5D. RGB value is (246,114,93). Sum of RGB (Red+Green+Blue) = 246+114+93=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6725D is #098DA2. Grayscale: #979797. Windows color (decimal): -626083 or 6124278. OLE color: 6124278.
HSL color Cylindrical-coordinate representation of color #F6725D: hue angle of 8.24º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6725D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 93 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.04 |
| HSL | 8.24º | 0.89% | 0.66% | - |
| HSV(B) | 8.24º | 0.62% | 0.96% | - |
| XYZ | 46 | 32.42 | 14.19 | - |
| YUV | 151.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 93 | 0 | 0.54 | 0.62 | 0.04 | 8.24 | 0.89 | 0.66 |
| Hex | F6 | 72 | 5D | 0 | 36 | 3E | 4 | 8 | 59 | 42 |
| Octal | 366 | 162 | 135 | 0 | 66 | 76 | 4 | 10 | 131 | 102 |
| Binary | 11110110 | 1110010 | 1011101 | 0 | 110110 | 111110 | 100 | 1000 | 1011001 | 1000010 |
Color Harmonies of #F6725D
Complementary color
Monochromatic Colors of #F6725D
Black with #F6725D
Text Example
Text Example
White with #F6725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6725D; }
p { color: rgb(246,114,93); }
H1.HeaderClassName
{
color: #F6725D;
}
.AnyTagClassName
{
color: #F6725D;
}
</style>
background-color css
<style>
a { background-color: #F6725D; }
a { background-color: rgb(246,114,93); }
div.DivClassName
{
background-color: #F6725D;
}
.BgClassName
{
background-color: #F6725D;
}
</style>
border-color css
<style>
span { border-color: #F6725D; }
span { border-color: rgb(246,114,93); }
td.TdClassName
{
border-color: #F6725D;
}
.TagClassName
{
border-color: #F6725D;
}
</style>