Shades of Bittersweet #F1635C
Tints of Bittersweet #F1635C
RGB
CMYK
RGB Variations
Color information
#F1635C (or 0xF1635C) is known color: Bittersweet. HEX triplet: F1, 63 and 5C. RGB value is (241,99,92). Sum of RGB (Red+Green+Blue) = 241+99+92=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1635C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1635C is #0E9CA3. Grayscale: #8C8C8C. Windows color (decimal): -957604 or 6054897. OLE color: 6054897.
HSL color Cylindrical-coordinate representation of color #F1635C: hue angle of 2.82º 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 #F1635C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 92 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.05 |
| HSL | 2.82º | 0.84% | 0.65% | - |
| HSV(B) | 2.82º | 0.62% | 0.95% | - |
| XYZ | 42.67 | 28.4 | 13.36 | - |
| YUV | 140.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 92 | 0 | 0.59 | 0.62 | 0.05 | 2.82 | 0.84 | 0.65 |
| Hex | F1 | 63 | 5C | 0 | 3B | 3E | 5 | 3 | 54 | 41 |
| Octal | 361 | 143 | 134 | 0 | 73 | 76 | 5 | 3 | 124 | 101 |
| Binary | 11110001 | 1100011 | 1011100 | 0 | 111011 | 111110 | 101 | 11 | 1010100 | 1000001 |
Color Harmonies of #F1635C
Complementary color
Monochromatic Colors of #F1635C
Black with #F1635C
Text Example
Text Example
White with #F1635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1635C; }
p { color: rgb(241,99,92); }
H1.HeaderClassName
{
color: #F1635C;
}
.AnyTagClassName
{
color: #F1635C;
}
</style>
background-color css
<style>
a { background-color: #F1635C; }
a { background-color: rgb(241,99,92); }
div.DivClassName
{
background-color: #F1635C;
}
.BgClassName
{
background-color: #F1635C;
}
</style>
border-color css
<style>
span { border-color: #F1635C; }
span { border-color: rgb(241,99,92); }
td.TdClassName
{
border-color: #F1635C;
}
.TagClassName
{
border-color: #F1635C;
}
</style>