Shades of Bittersweet #F1625B
Tints of Bittersweet #F1625B
RGB
CMYK
RGB Variations
Color information
#F1625B (or 0xF1625B) is known color: Bittersweet. HEX triplet: F1, 62 and 5B. RGB value is (241,98,91). Sum of RGB (Red+Green+Blue) = 241+98+91=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1625B is #0E9DA4. Grayscale: #8C8C8C. Windows color (decimal): -957861 or 5989105. OLE color: 5989105.
HSL color Cylindrical-coordinate representation of color #F1625B: hue angle of 2.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1625B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 91 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.05 |
| HSL | 2.8º | 0.84% | 0.65% | - |
| HSV(B) | 2.8º | 0.62% | 0.95% | - |
| XYZ | 42.53 | 28.19 | 13.1 | - |
| YUV | 139.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 91 | 0 | 0.59 | 0.62 | 0.05 | 2.8 | 0.84 | 0.65 |
| Hex | F1 | 62 | 5B | 0 | 3B | 3E | 5 | 3 | 54 | 41 |
| Octal | 361 | 142 | 133 | 0 | 73 | 76 | 5 | 3 | 124 | 101 |
| Binary | 11110001 | 1100010 | 1011011 | 0 | 111011 | 111110 | 101 | 11 | 1010100 | 1000001 |
Color Harmonies of #F1625B
Complementary color
Monochromatic Colors of #F1625B
Black with #F1625B
Text Example
Text Example
White with #F1625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1625B; }
p { color: rgb(241,98,91); }
H1.HeaderClassName
{
color: #F1625B;
}
.AnyTagClassName
{
color: #F1625B;
}
</style>
background-color css
<style>
a { background-color: #F1625B; }
a { background-color: rgb(241,98,91); }
div.DivClassName
{
background-color: #F1625B;
}
.BgClassName
{
background-color: #F1625B;
}
</style>
border-color css
<style>
span { border-color: #F1625B; }
span { border-color: rgb(241,98,91); }
td.TdClassName
{
border-color: #F1625B;
}
.TagClassName
{
border-color: #F1625B;
}
</style>