Shades of Crusta #F2845D
Tints of Crusta #F2845D
RGB
CMYK
RGB Variations
Color information
#F2845D (or 0xF2845D) is known color: Crusta. HEX triplet: F2, 84 and 5D. RGB value is (242,132,93). Sum of RGB (Red+Green+Blue) = 242+132+93=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2845D is #0D7BA2. Grayscale: #A0A0A0. Windows color (decimal): -883619 or 6128882. OLE color: 6128882.
HSL color Cylindrical-coordinate representation of color #F2845D: hue angle of 15.7º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2845D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 93 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 15.7º | 0.85% | 0.66% | - |
| HSV(B) | 15.7º | 0.62% | 0.95% | - |
| XYZ | 46.85 | 36.17 | 14.87 | - |
| YUV | 160.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 93 | 0 | 0.45 | 0.62 | 0.05 | 15.7 | 0.85 | 0.66 |
| Hex | F2 | 84 | 5D | 0 | 2D | 3E | 5 | 10 | 55 | 42 |
| Octal | 362 | 204 | 135 | 0 | 55 | 76 | 5 | 20 | 125 | 102 |
| Binary | 11110010 | 10000100 | 1011101 | 0 | 101101 | 111110 | 101 | 10000 | 1010101 | 1000010 |
Color Harmonies of #F2845D
Complementary color
Monochromatic Colors of #F2845D
Black with #F2845D
Text Example
Text Example
White with #F2845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2845D; }
p { color: rgb(242,132,93); }
H1.HeaderClassName
{
color: #F2845D;
}
.AnyTagClassName
{
color: #F2845D;
}
</style>
background-color css
<style>
a { background-color: #F2845D; }
a { background-color: rgb(242,132,93); }
div.DivClassName
{
background-color: #F2845D;
}
.BgClassName
{
background-color: #F2845D;
}
</style>
border-color css
<style>
span { border-color: #F2845D; }
span { border-color: rgb(242,132,93); }
td.TdClassName
{
border-color: #F2845D;
}
.TagClassName
{
border-color: #F2845D;
}
</style>