Shades of Crusta #F1845D
Tints of Crusta #F1845D
RGB
CMYK
RGB Variations
Color information
#F1845D (or 0xF1845D) is known color: Crusta. HEX triplet: F1, 84 and 5D. RGB value is (241,132,93). Sum of RGB (Red+Green+Blue) = 241+132+93=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845D is #0E7BA2. Grayscale: #A0A0A0. Windows color (decimal): -949155 or 6128881. OLE color: 6128881.
HSL color Cylindrical-coordinate representation of color #F1845D: hue angle of 15.81º 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 #F1845D is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 93 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.05 |
| HSL | 15.81º | 0.84% | 0.65% | - |
| HSV(B) | 15.81º | 0.61% | 0.95% | - |
| XYZ | 46.5 | 35.99 | 14.85 | - |
| YUV | 160.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 93 | 0 | 0.45 | 0.61 | 0.05 | 15.81 | 0.84 | 0.65 |
| Hex | F1 | 84 | 5D | 0 | 2D | 3D | 5 | 10 | 54 | 41 |
| Octal | 361 | 204 | 135 | 0 | 55 | 75 | 5 | 20 | 124 | 101 |
| Binary | 11110001 | 10000100 | 1011101 | 0 | 101101 | 111101 | 101 | 10000 | 1010100 | 1000001 |
Color Harmonies of #F1845D
Complementary color
Monochromatic Colors of #F1845D
Black with #F1845D
Text Example
Text Example
White with #F1845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1845D; }
p { color: rgb(241,132,93); }
H1.HeaderClassName
{
color: #F1845D;
}
.AnyTagClassName
{
color: #F1845D;
}
</style>
background-color css
<style>
a { background-color: #F1845D; }
a { background-color: rgb(241,132,93); }
div.DivClassName
{
background-color: #F1845D;
}
.BgClassName
{
background-color: #F1845D;
}
</style>
border-color css
<style>
span { border-color: #F1845D; }
span { border-color: rgb(241,132,93); }
td.TdClassName
{
border-color: #F1845D;
}
.TagClassName
{
border-color: #F1845D;
}
</style>