Shades of Bittersweet #F3725D
Tints of Bittersweet #F3725D
RGB
CMYK
RGB Variations
Color information
#F3725D (or 0xF3725D) is known color: Bittersweet. HEX triplet: F3, 72 and 5D. RGB value is (243,114,93). Sum of RGB (Red+Green+Blue) = 243+114+93=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3725D is #0C8DA2. Grayscale: #969696. Windows color (decimal): -822691 or 6124275. OLE color: 6124275.
HSL color Cylindrical-coordinate representation of color #F3725D: hue angle of 8.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3725D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 93 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.05 |
| HSL | 8.4º | 0.86% | 0.66% | - |
| HSV(B) | 8.4º | 0.62% | 0.95% | - |
| XYZ | 44.96 | 31.88 | 14.14 | - |
| YUV | 150.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 93 | 0 | 0.53 | 0.62 | 0.05 | 8.4 | 0.86 | 0.66 |
| Hex | F3 | 72 | 5D | 0 | 35 | 3E | 5 | 8 | 56 | 42 |
| Octal | 363 | 162 | 135 | 0 | 65 | 76 | 5 | 10 | 126 | 102 |
| Binary | 11110011 | 1110010 | 1011101 | 0 | 110101 | 111110 | 101 | 1000 | 1010110 | 1000010 |
Color Harmonies of #F3725D
Complementary color
Monochromatic Colors of #F3725D
Black with #F3725D
Text Example
Text Example
White with #F3725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3725D; }
p { color: rgb(243,114,93); }
H1.HeaderClassName
{
color: #F3725D;
}
.AnyTagClassName
{
color: #F3725D;
}
</style>
background-color css
<style>
a { background-color: #F3725D; }
a { background-color: rgb(243,114,93); }
div.DivClassName
{
background-color: #F3725D;
}
.BgClassName
{
background-color: #F3725D;
}
</style>
border-color css
<style>
span { border-color: #F3725D; }
span { border-color: rgb(243,114,93); }
td.TdClassName
{
border-color: #F3725D;
}
.TagClassName
{
border-color: #F3725D;
}
</style>