Shades of Bittersweet #F0735F
Tints of Bittersweet #F0735F
RGB
CMYK
RGB Variations
Color information
#F0735F (or 0xF0735F) is known color: Bittersweet. HEX triplet: F0, 73 and 5F. RGB value is (240,115,95). Sum of RGB (Red+Green+Blue) = 240+115+95=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0735F is #0F8CA0. Grayscale: #969696. Windows color (decimal): -1019041 or 6255600. OLE color: 6255600.
HSL color Cylindrical-coordinate representation of color #F0735F: hue angle of 8.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0735F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 95 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.06 |
| HSL | 8.28º | 0.83% | 0.66% | - |
| HSV(B) | 8.28º | 0.6% | 0.94% | - |
| XYZ | 44.13 | 31.61 | 14.6 | - |
| YUV | 150.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 95 | 0 | 0.52 | 0.60 | 0.06 | 8.28 | 0.83 | 0.66 |
| Hex | F0 | 73 | 5F | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 163 | 137 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110011 | 1011111 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F0735F
Complementary color
Monochromatic Colors of #F0735F
Black with #F0735F
Text Example
Text Example
White with #F0735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0735F; }
p { color: rgb(240,115,95); }
H1.HeaderClassName
{
color: #F0735F;
}
.AnyTagClassName
{
color: #F0735F;
}
</style>
background-color css
<style>
a { background-color: #F0735F; }
a { background-color: rgb(240,115,95); }
div.DivClassName
{
background-color: #F0735F;
}
.BgClassName
{
background-color: #F0735F;
}
</style>
border-color css
<style>
span { border-color: #F0735F; }
span { border-color: rgb(240,115,95); }
td.TdClassName
{
border-color: #F0735F;
}
.TagClassName
{
border-color: #F0735F;
}
</style>