Shades of Bittersweet #F1645A
Tints of Bittersweet #F1645A
RGB
CMYK
RGB Variations
Color information
#F1645A (or 0xF1645A) is known color: Bittersweet. HEX triplet: F1, 64 and 5A. RGB value is (241,100,90). Sum of RGB (Red+Green+Blue) = 241+100+90=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1645A is #0E9BA5. Grayscale: #8D8D8D. Windows color (decimal): -957350 or 5924081. OLE color: 5924081.
HSL color Cylindrical-coordinate representation of color #F1645A: hue angle of 3.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1645A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 90 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.05 |
| HSL | 3.97º | 0.84% | 0.65% | - |
| HSV(B) | 3.97º | 0.63% | 0.95% | - |
| XYZ | 42.68 | 28.55 | 12.93 | - |
| YUV | 141.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 90 | 0 | 0.59 | 0.63 | 0.05 | 3.97 | 0.84 | 0.65 |
| Hex | F1 | 64 | 5A | 0 | 3B | 3F | 5 | 4 | 54 | 41 |
| Octal | 361 | 144 | 132 | 0 | 73 | 77 | 5 | 4 | 124 | 101 |
| Binary | 11110001 | 1100100 | 1011010 | 0 | 111011 | 111111 | 101 | 100 | 1010100 | 1000001 |
Color Harmonies of #F1645A
Complementary color
Monochromatic Colors of #F1645A
Black with #F1645A
Text Example
Text Example
White with #F1645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1645A; }
p { color: rgb(241,100,90); }
H1.HeaderClassName
{
color: #F1645A;
}
.AnyTagClassName
{
color: #F1645A;
}
</style>
background-color css
<style>
a { background-color: #F1645A; }
a { background-color: rgb(241,100,90); }
div.DivClassName
{
background-color: #F1645A;
}
.BgClassName
{
background-color: #F1645A;
}
</style>
border-color css
<style>
span { border-color: #F1645A; }
span { border-color: rgb(241,100,90); }
td.TdClassName
{
border-color: #F1645A;
}
.TagClassName
{
border-color: #F1645A;
}
</style>