Shades of Bittersweet #F0725F
Tints of Bittersweet #F0725F
RGB
CMYK
RGB Variations
Color information
#F0725F (or 0xF0725F) is known color: Bittersweet. HEX triplet: F0, 72 and 5F. RGB value is (240,114,95). Sum of RGB (Red+Green+Blue) = 240+114+95=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0725F is #0F8DA0. Grayscale: #959595. Windows color (decimal): -1019297 or 6255344. OLE color: 6255344.
HSL color Cylindrical-coordinate representation of color #F0725F: hue angle of 7.86º 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 #F0725F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 95 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.06 |
| HSL | 7.86º | 0.83% | 0.66% | - |
| HSV(B) | 7.86º | 0.6% | 0.94% | - |
| XYZ | 44.02 | 31.39 | 14.56 | - |
| YUV | 149.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 95 | 0 | 0.52 | 0.60 | 0.06 | 7.86 | 0.83 | 0.66 |
| Hex | F0 | 72 | 5F | 0 | 34 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 162 | 137 | 0 | 64 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110010 | 1011111 | 0 | 110100 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F0725F
Complementary color
Monochromatic Colors of #F0725F
Black with #F0725F
Text Example
Text Example
White with #F0725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0725F; }
p { color: rgb(240,114,95); }
H1.HeaderClassName
{
color: #F0725F;
}
.AnyTagClassName
{
color: #F0725F;
}
</style>
background-color css
<style>
a { background-color: #F0725F; }
a { background-color: rgb(240,114,95); }
div.DivClassName
{
background-color: #F0725F;
}
.BgClassName
{
background-color: #F0725F;
}
</style>
border-color css
<style>
span { border-color: #F0725F; }
span { border-color: rgb(240,114,95); }
td.TdClassName
{
border-color: #F0725F;
}
.TagClassName
{
border-color: #F0725F;
}
</style>