Shades of Bittersweet #F1635D
Tints of Bittersweet #F1635D
RGB
CMYK
RGB Variations
Color information
#F1635D (or 0xF1635D) is known color: Bittersweet. HEX triplet: F1, 63 and 5D. RGB value is (241,99,93). Sum of RGB (Red+Green+Blue) = 241+99+93=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1635D is #0E9CA2. Grayscale: #8C8C8C. Windows color (decimal): -957603 or 6120433. OLE color: 6120433.
HSL color Cylindrical-coordinate representation of color #F1635D: hue angle of 2.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1635D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 93 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.05 |
| HSL | 2.43º | 0.84% | 0.65% | - |
| HSV(B) | 2.43º | 0.61% | 0.95% | - |
| XYZ | 42.71 | 28.41 | 13.59 | - |
| YUV | 140.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 93 | 0 | 0.59 | 0.61 | 0.05 | 2.43 | 0.84 | 0.65 |
| Hex | F1 | 63 | 5D | 0 | 3B | 3D | 5 | 2 | 54 | 41 |
| Octal | 361 | 143 | 135 | 0 | 73 | 75 | 5 | 2 | 124 | 101 |
| Binary | 11110001 | 1100011 | 1011101 | 0 | 111011 | 111101 | 101 | 10 | 1010100 | 1000001 |
Color Harmonies of #F1635D
Complementary color
Monochromatic Colors of #F1635D
Black with #F1635D
Text Example
Text Example
White with #F1635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1635D; }
p { color: rgb(241,99,93); }
H1.HeaderClassName
{
color: #F1635D;
}
.AnyTagClassName
{
color: #F1635D;
}
</style>
background-color css
<style>
a { background-color: #F1635D; }
a { background-color: rgb(241,99,93); }
div.DivClassName
{
background-color: #F1635D;
}
.BgClassName
{
background-color: #F1635D;
}
</style>
border-color css
<style>
span { border-color: #F1635D; }
span { border-color: rgb(241,99,93); }
td.TdClassName
{
border-color: #F1635D;
}
.TagClassName
{
border-color: #F1635D;
}
</style>