Shades of Bittersweet #F4605D
Tints of Bittersweet #F4605D
RGB
CMYK
RGB Variations
Color information
#F4605D (or 0xF4605D) is known color: Bittersweet. HEX triplet: F4, 60 and 5D. RGB value is (244,96,93). Sum of RGB (Red+Green+Blue) = 244+96+93=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4605D is #0B9FA2. Grayscale: #8C8C8C. Windows color (decimal): -761763 or 6119668. OLE color: 6119668.
HSL color Cylindrical-coordinate representation of color #F4605D: hue angle of 1.19º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4605D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 93 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.04 |
| HSL | 1.19º | 0.87% | 0.66% | - |
| HSV(B) | 1.19º | 0.62% | 0.96% | - |
| XYZ | 43.47 | 28.39 | 13.54 | - |
| YUV | 139.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 93 | 0 | 0.61 | 0.62 | 0.04 | 1.19 | 0.87 | 0.66 |
| Hex | F4 | 60 | 5D | 0 | 3D | 3E | 4 | 1 | 57 | 42 |
| Octal | 364 | 140 | 135 | 0 | 75 | 76 | 4 | 1 | 127 | 102 |
| Binary | 11110100 | 1100000 | 1011101 | 0 | 111101 | 111110 | 100 | 1 | 1010111 | 1000010 |
Color Harmonies of #F4605D
Complementary color
Monochromatic Colors of #F4605D
Black with #F4605D
Text Example
Text Example
White with #F4605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4605D; }
p { color: rgb(244,96,93); }
H1.HeaderClassName
{
color: #F4605D;
}
.AnyTagClassName
{
color: #F4605D;
}
</style>
background-color css
<style>
a { background-color: #F4605D; }
a { background-color: rgb(244,96,93); }
div.DivClassName
{
background-color: #F4605D;
}
.BgClassName
{
background-color: #F4605D;
}
</style>
border-color css
<style>
span { border-color: #F4605D; }
span { border-color: rgb(244,96,93); }
td.TdClassName
{
border-color: #F4605D;
}
.TagClassName
{
border-color: #F4605D;
}
</style>