Shades of Bittersweet #F0715D
Tints of Bittersweet #F0715D
RGB
CMYK
RGB Variations
Color information
#F0715D (or 0xF0715D) is known color: Bittersweet. HEX triplet: F0, 71 and 5D. RGB value is (240,113,93). Sum of RGB (Red+Green+Blue) = 240+113+93=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0715D is #0F8EA2. Grayscale: #949494. Windows color (decimal): -1019555 or 6124016. OLE color: 6124016.
HSL color Cylindrical-coordinate representation of color #F0715D: hue angle of 8.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0715D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 93 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.06 |
| HSL | 8.16º | 0.83% | 0.65% | - |
| HSV(B) | 8.16º | 0.61% | 0.94% | - |
| XYZ | 43.82 | 31.13 | 14.05 | - |
| YUV | 148.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 93 | 0 | 0.53 | 0.61 | 0.06 | 8.16 | 0.83 | 0.65 |
| Hex | F0 | 71 | 5D | 0 | 35 | 3D | 6 | 8 | 53 | 41 |
| Octal | 360 | 161 | 135 | 0 | 65 | 75 | 6 | 10 | 123 | 101 |
| Binary | 11110000 | 1110001 | 1011101 | 0 | 110101 | 111101 | 110 | 1000 | 1010011 | 1000001 |
Color Harmonies of #F0715D
Complementary color
Monochromatic Colors of #F0715D
Black with #F0715D
Text Example
Text Example
White with #F0715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0715D; }
p { color: rgb(240,113,93); }
H1.HeaderClassName
{
color: #F0715D;
}
.AnyTagClassName
{
color: #F0715D;
}
</style>
background-color css
<style>
a { background-color: #F0715D; }
a { background-color: rgb(240,113,93); }
div.DivClassName
{
background-color: #F0715D;
}
.BgClassName
{
background-color: #F0715D;
}
</style>
border-color css
<style>
span { border-color: #F0715D; }
span { border-color: rgb(240,113,93); }
td.TdClassName
{
border-color: #F0715D;
}
.TagClassName
{
border-color: #F0715D;
}
</style>