Shades of Bittersweet #F1625A
Tints of Bittersweet #F1625A
RGB
CMYK
RGB Variations
Color information
#F1625A (or 0xF1625A) is known color: Bittersweet. HEX triplet: F1, 62 and 5A. RGB value is (241,98,90). Sum of RGB (Red+Green+Blue) = 241+98+90=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1625A is #0E9DA5. Grayscale: #8C8C8C. Windows color (decimal): -957862 or 5923569. OLE color: 5923569.
HSL color Cylindrical-coordinate representation of color #F1625A: hue angle of 3.18º 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 #F1625A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 90 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.05 |
| HSL | 3.18º | 0.84% | 0.65% | - |
| HSV(B) | 3.18º | 0.63% | 0.95% | - |
| XYZ | 42.49 | 28.17 | 12.87 | - |
| YUV | 139.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 90 | 0 | 0.59 | 0.63 | 0.05 | 3.18 | 0.84 | 0.65 |
| Hex | F1 | 62 | 5A | 0 | 3B | 3F | 5 | 3 | 54 | 41 |
| Octal | 361 | 142 | 132 | 0 | 73 | 77 | 5 | 3 | 124 | 101 |
| Binary | 11110001 | 1100010 | 1011010 | 0 | 111011 | 111111 | 101 | 11 | 1010100 | 1000001 |
Color Harmonies of #F1625A
Complementary color
Monochromatic Colors of #F1625A
Black with #F1625A
Text Example
Text Example
White with #F1625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1625A; }
p { color: rgb(241,98,90); }
H1.HeaderClassName
{
color: #F1625A;
}
.AnyTagClassName
{
color: #F1625A;
}
</style>
background-color css
<style>
a { background-color: #F1625A; }
a { background-color: rgb(241,98,90); }
div.DivClassName
{
background-color: #F1625A;
}
.BgClassName
{
background-color: #F1625A;
}
</style>
border-color css
<style>
span { border-color: #F1625A; }
span { border-color: rgb(241,98,90); }
td.TdClassName
{
border-color: #F1625A;
}
.TagClassName
{
border-color: #F1625A;
}
</style>