Shades of Crusta #F2845B
Tints of Crusta #F2845B
RGB
CMYK
RGB Variations
Color information
#F2845B (or 0xF2845B) is known color: Crusta. HEX triplet: F2, 84 and 5B. RGB value is (242,132,91). Sum of RGB (Red+Green+Blue) = 242+132+91=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2845B is #0D7BA4. Grayscale: #A0A0A0. Windows color (decimal): -883621 or 5997810. OLE color: 5997810.
HSL color Cylindrical-coordinate representation of color #F2845B: hue angle of 16.29º degrees, saturation: 0.85, 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 #F2845B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 91 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16.29º | 0.85% | 0.65% | - |
| HSV(B) | 16.29º | 0.62% | 0.95% | - |
| XYZ | 46.76 | 36.14 | 14.41 | - |
| YUV | 160.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 91 | 0 | 0.45 | 0.62 | 0.05 | 16.29 | 0.85 | 0.65 |
| Hex | F2 | 84 | 5B | 0 | 2D | 3E | 5 | 10 | 55 | 41 |
| Octal | 362 | 204 | 133 | 0 | 55 | 76 | 5 | 20 | 125 | 101 |
| Binary | 11110010 | 10000100 | 1011011 | 0 | 101101 | 111110 | 101 | 10000 | 1010101 | 1000001 |
Color Harmonies of #F2845B
Complementary color
Monochromatic Colors of #F2845B
Black with #F2845B
Text Example
Text Example
White with #F2845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2845B; }
p { color: rgb(242,132,91); }
H1.HeaderClassName
{
color: #F2845B;
}
.AnyTagClassName
{
color: #F2845B;
}
</style>
background-color css
<style>
a { background-color: #F2845B; }
a { background-color: rgb(242,132,91); }
div.DivClassName
{
background-color: #F2845B;
}
.BgClassName
{
background-color: #F2845B;
}
</style>
border-color css
<style>
span { border-color: #F2845B; }
span { border-color: rgb(242,132,91); }
td.TdClassName
{
border-color: #F2845B;
}
.TagClassName
{
border-color: #F2845B;
}
</style>