Shades of Bittersweet #F4605A
Tints of Bittersweet #F4605A
RGB
CMYK
RGB Variations
Color information
#F4605A (or 0xF4605A) is known color: Bittersweet. HEX triplet: F4, 60 and 5A. RGB value is (244,96,90). Sum of RGB (Red+Green+Blue) = 244+96+90=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F4605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4605A is #0B9FA5. Grayscale: #8B8B8B. Windows color (decimal): -761766 or 5923060. OLE color: 5923060.
HSL color Cylindrical-coordinate representation of color #F4605A: hue angle of 2.34º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4605A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 90 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.04 |
| HSL | 2.34º | 0.88% | 0.65% | - |
| HSV(B) | 2.34º | 0.63% | 0.96% | - |
| XYZ | 43.34 | 28.34 | 12.86 | - |
| YUV | 139.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 90 | 0 | 0.61 | 0.63 | 0.04 | 2.34 | 0.88 | 0.65 |
| Hex | F4 | 60 | 5A | 0 | 3D | 3F | 4 | 2 | 58 | 41 |
| Octal | 364 | 140 | 132 | 0 | 75 | 77 | 4 | 2 | 130 | 101 |
| Binary | 11110100 | 1100000 | 1011010 | 0 | 111101 | 111111 | 100 | 10 | 1011000 | 1000001 |
Color Harmonies of #F4605A
Complementary color
Monochromatic Colors of #F4605A
Black with #F4605A
Text Example
Text Example
White with #F4605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4605A; }
p { color: rgb(244,96,90); }
H1.HeaderClassName
{
color: #F4605A;
}
.AnyTagClassName
{
color: #F4605A;
}
</style>
background-color css
<style>
a { background-color: #F4605A; }
a { background-color: rgb(244,96,90); }
div.DivClassName
{
background-color: #F4605A;
}
.BgClassName
{
background-color: #F4605A;
}
</style>
border-color css
<style>
span { border-color: #F4605A; }
span { border-color: rgb(244,96,90); }
td.TdClassName
{
border-color: #F4605A;
}
.TagClassName
{
border-color: #F4605A;
}
</style>