Shades of Bittersweet #F1605D
Tints of Bittersweet #F1605D
RGB
CMYK
RGB Variations
Color information
#F1605D (or 0xF1605D) is known color: Bittersweet. HEX triplet: F1, 60 and 5D. RGB value is (241,96,93). Sum of RGB (Red+Green+Blue) = 241+96+93=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1605D is #0E9FA2. Grayscale: #8B8B8B. Windows color (decimal): -958371 or 6119665. OLE color: 6119665.
HSL color Cylindrical-coordinate representation of color #F1605D: hue angle of 1.22º 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 #F1605D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 93 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.05 |
| HSL | 1.22º | 0.84% | 0.65% | - |
| HSV(B) | 1.22º | 0.61% | 0.95% | - |
| XYZ | 42.43 | 27.86 | 13.5 | - |
| YUV | 139.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 93 | 0 | 0.60 | 0.61 | 0.05 | 1.22 | 0.84 | 0.65 |
| Hex | F1 | 60 | 5D | 0 | 3C | 3D | 5 | 1 | 54 | 41 |
| Octal | 361 | 140 | 135 | 0 | 74 | 75 | 5 | 1 | 124 | 101 |
| Binary | 11110001 | 1100000 | 1011101 | 0 | 111100 | 111101 | 101 | 1 | 1010100 | 1000001 |
Color Harmonies of #F1605D
Complementary color
Monochromatic Colors of #F1605D
Black with #F1605D
Text Example
Text Example
White with #F1605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1605D; }
p { color: rgb(241,96,93); }
H1.HeaderClassName
{
color: #F1605D;
}
.AnyTagClassName
{
color: #F1605D;
}
</style>
background-color css
<style>
a { background-color: #F1605D; }
a { background-color: rgb(241,96,93); }
div.DivClassName
{
background-color: #F1605D;
}
.BgClassName
{
background-color: #F1605D;
}
</style>
border-color css
<style>
span { border-color: #F1605D; }
span { border-color: rgb(241,96,93); }
td.TdClassName
{
border-color: #F1605D;
}
.TagClassName
{
border-color: #F1605D;
}
</style>