Shades of Bittersweet #F5675F
Tints of Bittersweet #F5675F
RGB
CMYK
RGB Variations
Color information
#F5675F (or 0xF5675F) is known color: Bittersweet. HEX triplet: F5, 67 and 5F. RGB value is (245,103,95). Sum of RGB (Red+Green+Blue) = 245+103+95=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5675F is #0A98A0. Grayscale: #909090. Windows color (decimal): -694433 or 6252533. OLE color: 6252533.
HSL color Cylindrical-coordinate representation of color #F5675F: hue angle of 3.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5675F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 95 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.04 |
| HSL | 3.2º | 0.88% | 0.67% | - |
| HSV(B) | 3.2º | 0.61% | 0.96% | - |
| XYZ | 44.57 | 29.94 | 14.26 | - |
| YUV | 144.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 95 | 0 | 0.58 | 0.61 | 0.04 | 3.2 | 0.88 | 0.67 |
| Hex | F5 | 67 | 5F | 0 | 3A | 3D | 4 | 3 | 58 | 43 |
| Octal | 365 | 147 | 137 | 0 | 72 | 75 | 4 | 3 | 130 | 103 |
| Binary | 11110101 | 1100111 | 1011111 | 0 | 111010 | 111101 | 100 | 11 | 1011000 | 1000011 |
Color Harmonies of #F5675F
Complementary color
Monochromatic Colors of #F5675F
Black with #F5675F
Text Example
Text Example
White with #F5675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5675F; }
p { color: rgb(245,103,95); }
H1.HeaderClassName
{
color: #F5675F;
}
.AnyTagClassName
{
color: #F5675F;
}
</style>
background-color css
<style>
a { background-color: #F5675F; }
a { background-color: rgb(245,103,95); }
div.DivClassName
{
background-color: #F5675F;
}
.BgClassName
{
background-color: #F5675F;
}
</style>
border-color css
<style>
span { border-color: #F5675F; }
span { border-color: rgb(245,103,95); }
td.TdClassName
{
border-color: #F5675F;
}
.TagClassName
{
border-color: #F5675F;
}
</style>