Shades of Crusta #F2835E
Tints of Crusta #F2835E
RGB
CMYK
RGB Variations
Color information
#F2835E (or 0xF2835E) is known color: Crusta. HEX triplet: F2, 83 and 5E. RGB value is (242,131,94). Sum of RGB (Red+Green+Blue) = 242+131+94=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2835E is #0D7CA1. Grayscale: #A0A0A0. Windows color (decimal): -883874 or 6194162. OLE color: 6194162.
HSL color Cylindrical-coordinate representation of color #F2835E: hue angle of 15º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2835E is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 94 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.05 |
| HSL | 15º | 0.85% | 0.66% | - |
| HSV(B) | 15º | 0.61% | 0.95% | - |
| XYZ | 46.75 | 35.92 | 15.06 | - |
| YUV | 159.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 94 | 0 | 0.46 | 0.61 | 0.05 | 15 | 0.85 | 0.66 |
| Hex | F2 | 83 | 5E | 0 | 2E | 3D | 5 | F | 55 | 42 |
| Octal | 362 | 203 | 136 | 0 | 56 | 75 | 5 | 17 | 125 | 102 |
| Binary | 11110010 | 10000011 | 1011110 | 0 | 101110 | 111101 | 101 | 1111 | 1010101 | 1000010 |
Color Harmonies of #F2835E
Complementary color
Monochromatic Colors of #F2835E
Black with #F2835E
Text Example
Text Example
White with #F2835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2835E; }
p { color: rgb(242,131,94); }
H1.HeaderClassName
{
color: #F2835E;
}
.AnyTagClassName
{
color: #F2835E;
}
</style>
background-color css
<style>
a { background-color: #F2835E; }
a { background-color: rgb(242,131,94); }
div.DivClassName
{
background-color: #F2835E;
}
.BgClassName
{
background-color: #F2835E;
}
</style>
border-color css
<style>
span { border-color: #F2835E; }
span { border-color: rgb(242,131,94); }
td.TdClassName
{
border-color: #F2835E;
}
.TagClassName
{
border-color: #F2835E;
}
</style>