Shades of Bittersweet #F3725B
Tints of Bittersweet #F3725B
RGB
CMYK
RGB Variations
Color information
#F3725B (or 0xF3725B) is known color: Bittersweet. HEX triplet: F3, 72 and 5B. RGB value is (243,114,91). Sum of RGB (Red+Green+Blue) = 243+114+91=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3725B is #0C8DA4. Grayscale: #969696. Windows color (decimal): -822693 or 5993203. OLE color: 5993203.
HSL color Cylindrical-coordinate representation of color #F3725B: hue angle of 9.08º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3725B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 91 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.05 |
| HSL | 9.08º | 0.86% | 0.65% | - |
| HSV(B) | 9.08º | 0.63% | 0.95% | - |
| XYZ | 44.87 | 31.84 | 13.68 | - |
| YUV | 149.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 91 | 0 | 0.53 | 0.63 | 0.05 | 9.08 | 0.86 | 0.65 |
| Hex | F3 | 72 | 5B | 0 | 35 | 3F | 5 | 9 | 56 | 41 |
| Octal | 363 | 162 | 133 | 0 | 65 | 77 | 5 | 11 | 126 | 101 |
| Binary | 11110011 | 1110010 | 1011011 | 0 | 110101 | 111111 | 101 | 1001 | 1010110 | 1000001 |
Color Harmonies of #F3725B
Complementary color
Monochromatic Colors of #F3725B
Black with #F3725B
Text Example
Text Example
White with #F3725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3725B; }
p { color: rgb(243,114,91); }
H1.HeaderClassName
{
color: #F3725B;
}
.AnyTagClassName
{
color: #F3725B;
}
</style>
background-color css
<style>
a { background-color: #F3725B; }
a { background-color: rgb(243,114,91); }
div.DivClassName
{
background-color: #F3725B;
}
.BgClassName
{
background-color: #F3725B;
}
</style>
border-color css
<style>
span { border-color: #F3725B; }
span { border-color: rgb(243,114,91); }
td.TdClassName
{
border-color: #F3725B;
}
.TagClassName
{
border-color: #F3725B;
}
</style>